Hello there,
I'd like to input a message that will be send from a LoRa module to another,
(The modules are like this one : https://ae01.alicdn.com/kf/HTB1sFRpfL6TBKNjSZJiq6zKVFXaK/868-MHz-915-MHz-LoRa-ESP32-Oled-Wifi-SX1276-Module-IOT-avec-Antenne-Pour-Arduino-lectronique.jpg_640x640.jpg )
I'd like to display the message on my Sender module, then send it, and when my receiver module gets the message, it displays it on its screen and the serial monitor
however I can't manage to send the input; I can save it as a String, then when I want to display it they say I can't use the function to display with a "String&" in the parameters (I can display the message when I put quoted text in parameters )
Could you help me send and receive those messages ?
I've attached the code, you can give it a look if you want
Thanks for any hint you could give me
The next step is about the encoding,the only thing I get by sending a message is a long int, but I'll need to fix the message-sending-thing before I can worry about this
EDIT: There's a "counter++" in the code, you'll have to remove it if you wanna test things, it was from another test but I don't need it anymore
LoRaSender2.ino (1.18 KB)