Using E32-433T30D module

Hello,

I have successfully built a SX1302 LoRaWAN Gateway HAT on Raspberry Pi and connected it to TTN. The gateway appears online and working.

Now, I want to use an ESP32 with an E32-433T30D (Ebyte LoRa module) as my end node.

  • Gateway: Raspberry Pi + SX1302 HAT (working on TTN)

  • End Node: ESP32 + E32-433T30D (UART-based module)

  • Goal: Send data from ESP32 node to TTN via my gateway

Could anyone help me to understand:

  1. Is it possible to interface the E32-433T30D with TTN?

  2. If yes, how should I connect and configure it with ESP32?

  3. Could you share any example code or guidance for sending data from ESP32 + E32 to TTN?

Thanks in advance for your support!

That is a 433MHz module. Is your gateway also using that frequency?

I know you were the last person to post on the previous thread, but this is a total change of topic, so a bit of a thread hijack. So I’ve started you a new topic.

Well done for getting your 868MHz gateway for the Indian channel plan working.

You may want to review the Learn section as there is an apparent mismatch between the gateway frequency and the 433MHz module you have.

Short answer, they won’t be able to talk to each other.

As for how to connect it, we strongly encourage people to review the documentation for the things they buy or use Google search in the first instance - wiring the SPI and DIO lines to the ESP32 is well documented on Random Nerd Tutorials - you will learn so much more than having us spoon feed you, something no one has time to do, we are all volunteers.

And for example code, again, some prior research would come up with something like LMIC or LoRaMac-node or RadioLib, again, you can look at the docs for them and decide which is the best fit (hint, RL).