There are some examples here, but I'm not sure if I understood them or not. My understanding is that we have to connect the module to I2C from esp32 for example and then:
SoftwareSerial mySerial(A0, A1); // RX, TX
and then use mySerial.printf to send a message. Am I right?
Hello,
Is there any example code for lora-e5 module to connect it to helium? https://docs.helium.com/use-the-network/devices/development/seeed-studio/loramodule-e5/
There are some examples here, but I'm not sure if I understood them or not. My understanding is that we have to connect the module to I2C from esp32 for example and then:
and then use
mySerial.printf
to send a message. Am I right?Thank you