Closed ChadMatsalla closed 2 years ago
Hi Chad, probably It's a power supply problem, try to add 5v and good amperage to the device and give me feedback. Bye Renzo
Hi Renzo,
I'm writing this here for future visitors.
When I wrote the above I was using 3.3 out of the ESP32. After I read your response I switched to the 5v output out of the ESP32 and saw the same. I switched to an external 5v power supply and I saw, amoungst many other things:
This was the description of the attempt to set the configuration (Success)
So for future readers, the E220-900T22D is rather particular about it's power supply.
Thanks Renzo!
This is unrelated, but I can't get the two systems to communicate. They have the same configurations: Client:
AddH : 0
AddL : 0
Chan : 23 -> 433MHz
SpeedParityBit : 0 -> 8N1 (Default)
SpeedUARTDatte : 11 -> 9600bps (default)
SpeedAirDataRate : 10 -> 2.4kbps (default)
OptionSubPacketSett: 0 -> 200bytes (default)
OptionTranPower : 0 -> 22dBm (Default)
OptionRSSIAmbientNo: 0 -> Disabled (default)
TransModeWORPeriod : 11 -> 2000ms (default)
TransModeEnableLBT : 0 -> Disabled (default)
TransModeEnableRSSI: 0 -> Disabled (default)
TransModeFixedTrans: 0 -> Transparent transmission (default)
Gateway:
AddH : 0
AddL : 0
Chan : 23 -> 433MHz
SpeedParityBit : 0 -> 8N1 (Default)
SpeedUARTDatte : 11 -> 9600bps (default)
SpeedAirDataRate : 10 -> 2.4kbps (default)
OptionSubPacketSett: 0 -> 200bytes (default)
OptionTranPower : 0 -> 22dBm (Default)
OptionRSSIAmbientNo: 0 -> Disabled (default)
TransModeWORPeriod : 11 -> 2000ms (default)
TransModeEnableLBT : 0 -> Disabled (default)
TransModeEnableRSSI: 0 -> Disabled (default)
TransModeFixedTrans: 0 -> Transparent transmission (default)
I don't have actual antennae - I inserted a 3.25" piece of wire into the SMC connector. They are sitting ajdacent to each other in a breadboard.
I found no information in whether you can use these without an antenna.
Do you have any suggestions?
Thank you!
Hi Chad, with transparent transmission, they should work. I don't know why the communication doesn't work. Bye Renzo
I'm using a E220-900T22D. Version: E220-900T22D-V1.X
I'm using an esp32.
I'm trying to use your example SetConfiguration program.
If the program looks like this:
I see:
This seems good. But If I run the entire program using the constructor above and using this as loop():
I see a ton of things as follows:
I've checked the wiring and used two different E220s and two different esp32s.
Can you please help me understand what I'm doing wrong?
Thanks,
Chad Matsalla