helium / longfi-arduino

Apache License 2.0
62 stars 48 forks source link

Lora-e5 module example #51

Open kargarisaac opened 2 years ago

kargarisaac commented 2 years ago

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:

SoftwareSerial mySerial(A0, A1); // RX, TX

and then use mySerial.printf to send a message. Am I right?

Thank you