Communication Between Two LoRas Using Two Arduino Uno

Hello.I am pretty new with arduino and Lora.I have 2 loras E32 900T20D and two Arduino Unos.I need to make communication between 2 lora modules through using my arduinos.I want to write a message (for example a letter like a or b it doesn't matter i just want to see if the communication works) and see it on termite or arduino ide's serial monitor.How can i configure the pins and how can i write necessary codes for this communication.Thanks.

Those E32 devices may use a LoRa device for the RF part but they are accessed via a UART Serial front end. So standard Arduino LoRa libraries or the many LoRa tutorials wont work with them.

Try a Goggle search on 'arduino library E32 900T20D' for some documentation on using those particular devices. Most libraries have example code.

thank you.I found some libraries.I'm trying them.Hopefully i'll find what i need...

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.