- This topic has 5 replies, 1 voice, and was last updated 3 years ago by .
Viewing 5 reply threads
Viewing 5 reply threads
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e32 UART devices sx1262/sx1268 › Mixing E32 modules 433T30D with 400T20S
Hi Guys
Can you get different E32 modules to talk together?
I built the SMD converter board so that I can use the SMD version 400T20S
They _seem_ to have the same command codes, but
I can get a 433T30D to communicate with another 433T30D and a
400T20S with another 400T20S
But I cant get a 400T20S communicating with a 433T30D
Any ideas?
Hi Clive,
It’s very strange, but if you set correctly the devices the communication must work.
Please paste your code to check better what happened.
Bye renzo
My E32 400T20S modules cannot be accessed using the RF_Setting_v3.45.exe program
It works fine with the 433T30D module, but when I try it with the 400T20S module, it returns “Module not supported”
Using the library is interesting
e32ttl.getModuleInformation();
Module returns its present version number, for example C3 32 xx yy.
32 here means the module model (E32 series); xx is the version number and yy refers to the other module features.
E32 433T30D
—————————————-
Module.: 32 Version : 53 Features : 1E
—————————————-
E32 400T20S
—————————————-
Module.: 38 Version : 52 Features : 14
—————————————-
Looks like an E38 module?
Hi Clive,
no 38 wasn’t referred to the E[xx], but It’s an id that refers to a specified model.
Try to use the web interface, and give me feedback.
Bye Renzo
Hi Renzo
Where can I find the ‘Web interface’ please?
Clive
Hi Clive,
It’s in the examples folder of the library
Here for esp32, and here for esp8266.
Some additional info here
EByte LoRa E32 Web Manager: description, configure and demo (esp8266, esp32) – 2
Bye Renzo
More