Hello I want to communicate 2 Arduino with E32 433t20d. Only sending basic message with these communication sensors. But the interface of parameter setting of E32 does not worked. I have error ' No response from module'. I use 2 Arduino nano and 2 E32. All wires are done with jumper.
My wiring is:
GND --> GND
VCC --> 3.3V
AUX --> D6
TX --> D10
RX --> D11
M1 --> D5
M0 --> D4
Before the code I cannot fix RF setting of E32. 'no response from module' provided. This is because of wiring or not enough voltage or current but I checked wiring many times
the Ebyte-E32 manual states the Communication voltage as 3.3V and 5V may damage the device
you need a level converter when connecting to a UNO
I always use 3.3V logic microcontrollers (e.g. ESP32) when connecting to Ebyte devices
you test if something arrived on Serial rather than the Module's port. So unless you type something in the serial monitor, you'll never go check if a message has arrived
what mode (M0 and M1) setting do you have the two E32 set too?
for transparent mode (communication between the E32s) the simplest thing is to connect M0 and M1 to 0 (GND)
one situation is that I connect power supply directly to the E32. the other one is that I connect vcc directly Arduino 3.3V. But I am confused too many example and very different examples
On page 8 of the manual, it says these cannot be left floating, can be grounded if not used.
In your circuit drawing, you have these plugged in and there's nothing in the code to address them. What are D4 and D5 doing while you run the sketch?
Also, since you're using a 5V Arduino (Nano) with a 3.3V device, the manual also talks about adding 4 10k pullup resistors to the TXD and AUX pins of the module (pg 9) for "some" 5V microcontrollers.