kindly make a video on how to upload data from the master lora node into the things speak server when multiple end nodes are sending sensor value to master nodes and even sending back data to a specific end node via the master node through the server.
Thanks very much my dear for this nice video. Please, assuming I am having 4 receivers, how can I add a keypad on the transmitter side so that I will use the keypad to write the destination address of the receiver that I will like to communicate. I want to be sending request to the receiver manually. The lcd or OLED display in transmitter side will be used to display the receivers destination address when I am typing them. Thanks very much for your understanding and concern. Please, I am waiting for your reply
@@iotprojectsideas Thanks very much for your reply. How I wish the video will be out next week. I am really waiting for this beautiful video. Thanks very much!!!
In master code you have: #define ss 15 #define rst 16 #define dio0 4 while from the pinout of the Ra-02 we know: ss --> GPIO 15 (like u did here so ok) but: rst ---> GPIO4 (not 16) and dio0 ---> GPIO5 (not 4) (regarding always to your schematic)
Multiple LoRa Nodes Communication with Master LoRa Node using Arduino and SX1278 LoRa Module
► Project Schematics + Source Code: theiotprojects.com/multiple-lora-nodes-communication-with-master-lora-node/
Está muy bueno amigo, te felicito, mucho tiempo y dedicación en el proyecto, saludos desde Argentina
Superb !
but what app do you use on your mobile, how is connected ?
kindly make a video on how to upload data from the master lora node into the things speak server when multiple end nodes are sending sensor value to master nodes and even sending back data to a specific end node via the master node through the server.
How long the distance for sending data using this LoRa concept ?
Thanks very much my dear for this nice video. Please, assuming I am having 4 receivers, how can I add a keypad on the transmitter side so that I will use the keypad to write the destination address of the receiver that I will like to communicate. I want to be sending request to the receiver manually. The lcd or OLED display in transmitter side will be used to display the receivers destination address when I am typing them. Thanks very much for your understanding and concern. Please, I am waiting for your reply
will make a video on it.
@@iotprojectsideas Thanks very much for your reply. How I wish the video will be out next week. I am really waiting for this beautiful video. Thanks very much!!!
Thanks; how to make mesh networks with auto-recovering and self-configure,
That way we can use almost same code base
Blynk can you make lora combi wireless room ds18b20 thermostat
In master code you have: #define ss 15 #define rst 16 #define dio0 4 while from the pinout of the Ra-02 we know: ss --> GPIO 15 (like u did here so ok) but: rst ---> GPIO4 (not 16) and dio0 ---> GPIO5 (not 4) (regarding always to your schematic)