Closed adiiot-1316 closed 5 months ago
are you connected pull up resistors with tx and rx pin? what does the -1 meaning in this line LoRa_E32 e32ttl(&Serial1, -1, 10, 11)?
@satyanvesi : Thanks for reaching out.
I am just directly connecting the e32 pins with esp32. Not using pull up resistors. Can you please how to achieve that? -1 means not using aux signal.
you should go with https://mischianti.org/lora-e32-device-for-arduino-esp32-or-esp8266-library-part-2/ this guide and follow the esp32 schematic for connecting the resistors.
@satyanvesi : Its still not working even after adding pull up. Only thing is e32ttl.available() is not returning >1 .
Hi @xreef @satyanvesi @pyjsql ,
Thanks for such wonderful library. I am using esp32-c6 and trying to connect with E32-900t30d-v8.
In Loop function, e32.available()always returning false. Below is the code being used. Any help would be appreciated.