- This topic has 2 replies, 3 voices, and was last updated 2 years, 2 months ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e22 UART devices sx1262/sx1268 › Help me wiith Lora E22
Hello!
I’m getting started with Arduino. I want to make two way data exchange between Lora E22 modules of type integer and byte. I ask you to change one of the examples from your library so that data can be entered not from the serial port monitor, but from outside.
I can’t figure out the code. For me, data transfer starts only after entering data in the serial port monitor, and I need data to be transferred between devices continuously.
One remote device consists of a pressure sensor and a relay, and the other receives int 0-1023 from the sensor and sends commands byte 1,2,3
I can’t implement persistent communication between them.
Sorry for my bad english, I’m from Ukraine.
Hi ksv,
you can send with a fixed message, a set of characters, and with the client read continuously.
You can refer to the article with fixed messages.
Bye Renzo
thanks for the information
More