Multiple LoRa Nodes Communication with Master LoRa Node using Arduino and SX1278 LoRa Module

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 11

  • @iotprojectsideas
    @iotprojectsideas  2 года назад +1

    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/

  • @juanpizzo
    @juanpizzo 2 года назад +1

    Está muy bueno amigo, te felicito, mucho tiempo y dedicación en el proyecto, saludos desde Argentina

  • @docinformatique5321
    @docinformatique5321 Год назад

    Superb !
    but what app do you use on your mobile, how is connected ?

  • @Thinkdifferentsagnic
    @Thinkdifferentsagnic Год назад

    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.

  • @sevikharvarid9893
    @sevikharvarid9893 Год назад

    How long the distance for sending data using this LoRa concept ?

  • @Charles-lt9rr
    @Charles-lt9rr 2 года назад +1

    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
      @iotprojectsideas  2 года назад +1

      will make a video on it.

    • @Charles-lt9rr
      @Charles-lt9rr 2 года назад +2

      @@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!!!

  • @raymondmichael4987
    @raymondmichael4987 2 года назад

    Thanks; how to make mesh networks with auto-recovering and self-configure,
    That way we can use almost same code base

  • @dragon-cu6cc
    @dragon-cu6cc Год назад

    Blynk can you make lora combi wireless room ds18b20 thermostat

  • @Leilektsoglou
    @Leilektsoglou Год назад

    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)