sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.63k stars 626 forks source link

question how do I make 2 modules transmit in full duplex using 2 arduino to send data via serial to the pc? #357

Closed manotroll closed 3 years ago

manotroll commented 4 years ago

I don't understand much about programming on Arduino and I couldn't find a code that way

in the case and the sx1278 and I saw that it allows change of protocol and bandwidth in his technical file is there any code example like that?

IoTThinks commented 4 years ago

You have to do your own. [Arduino 1 => LoRa] <=>[LoRa => Arduino 2 => UART] <=> PC