LoRa Peer-to-peer (P2P) Demo with REYAX RYLR998

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 30

  • @goptus7498
    @goptus7498 11 місяців тому

    Very good explanation. Thank you!

    • @LeonAnavi
      @LeonAnavi  11 місяців тому

      I am glad that you liked the video. Thanks for the feedback!

  • @뇽-k8b
    @뇽-k8b 9 годин тому

    Can we use in raspberrypi4?
    I want to connect raspberrypi4 and rylr998

  • @zocker1600
    @zocker1600 2 роки тому +2

    thank you for this, that is very useful, I do have a question though:
    the AT commands are essentially strings, I wonder is it possible to also send pure binary data, or will I always have to go trough the binary -> string -> binary conversion?

    • @LeonAnavi
      @LeonAnavi  2 роки тому +4

      Yes, exactly the AT commands are strings. This is actually a very typical way for controlling modems. Most probably you will need to serialize the data, send it and deserialize it after receiving it on the other LoRa node.

  • @Drakkarlegion
    @Drakkarlegion Рік тому +2

    Can you show how to do this from a raspi 3 or maybe even a zero through the gpio?

    • @LeonAnavi
      @LeonAnavi  Рік тому +1

      I am not sure I will have time to post a step by step tutorial in near future but in general you can use similar approach and directly connect RYLR998 to the UART pins on the 40 pin header of Raspberry Pi (or even 26 pin if you are using the very first rpi). The UART is on pin 8 (GPIO14) for TX and pin 10 (GPIO15) for RX. Again connect TX to RX and RX to TX as in this video. After that from rpi-config of Raspberry Pi OS enable serial communication and the rest of the steps should be identical to what you see in this video.

  • @aurelienkouakou431
    @aurelienkouakou431 2 роки тому +1

    Thanks for this tuto.
    Can this module be used to connect a lorawan server such as The things network ?

    • @LeonAnavi
      @LeonAnavi  2 роки тому +1

      Unfortunately not, have a look at RYLR993 which supports both LoRa proprietary mode (like RYLR998) and connection to LoRaWAN. Btw I am planning to cover RYLR993 in a new video but I am not sure when I will be able to publish it.

    • @aurelienkouakou431
      @aurelienkouakou431 2 роки тому +1

      @@LeonAnavi I understand. Thnaks for your answer. I'll be waiting 🙏

  • @Alain-ze6mw
    @Alain-ze6mw 10 місяців тому

    Thank you for this video, can you tell me what means the number received after the message, the -4 or -5 is the power received i think but what does the last number 13 or 14 means ?

    • @LeonAnavi
      @LeonAnavi  10 місяців тому

      It is for SNR (Singal to Noise Ratio)

    • @Alain-ze6mw
      @Alain-ze6mw 10 місяців тому

      @@LeonAnavi Oh thank you !

  • @Edsdrafts
    @Edsdrafts 10 місяців тому

    As far as I understand all data transmission is visible and easy to read for man in the middle attack. Does LORA P2P offer any security to avoid this?

    • @LeonAnavi
      @LeonAnavi  10 місяців тому

      REYAX modules are designed with their own proprietary protocol. Because it is not open source I cannot comment the security aspect of this proprietary protocol. For security purposes, you may consider end to end encryption implementation on the application level.

  • @waynesouliere8172
    @waynesouliere8172 Рік тому

    Very nice video. I have seen many like it. I can communicate PC to PC with LoRa. I have tried many times and many ways to communicate with LoRa RYLR896 and using Arduino Nano and or Mega 2560 boards. I used 3.3v Vcc on both. I either get no communications or ERR=1 or ERR=2 on the receiver side. I have been trying different methods from many youtube videos. None work like they demonstrate on the videos. What am I doing wrong?

    • @LeonAnavi
      @LeonAnavi  Рік тому

      What is your approach for programming Arduino Nano and or Mega 2560 boards in terms of your RYLR896? Are you using an open source Arduino library or are you sending AT commands directly as in my video for PC communication?

  • @asadkhan-mq8ro
    @asadkhan-mq8ro Рік тому +1

    Have you connected this module with LoRaWan gateway?

  • @Kingoftiger1223
    @Kingoftiger1223 2 роки тому

    @Leon Anavi I have tried but the port is not found. I can see before you ran the serial monitor there is a code named "oled-dispaly-sketch". Do I need that code for the AT Command? can you please help me on this.I am really trying to learn it. Thanks.

    • @LeonAnavi
      @LeonAnavi  2 роки тому

      as mentioned in it the other comments you need to have an appropriate driver installed for your USB to UART converter on the OS you are using.

  • @Kingoftiger1223
    @Kingoftiger1223 2 роки тому +1

    Can I do it using windows PC?

    • @LeonAnavi
      @LeonAnavi  2 роки тому +1

      Yes, you can apply the same approach using Arduino IDE on MS Windows. Just make sure the right drivers are installed and the right port is selected for the USB to UART debug converter.

    • @Kingoftiger1223
      @Kingoftiger1223 2 роки тому

      @@LeonAnavi I have tried but the port is not found. I can see before you ran the serial monitor there is a code named "oled-dispaly-sketch". Do I need that code for the AT Command? can you please help me on this.I am really trying to learn it. Thanks.

    • @LeonAnavi
      @LeonAnavi  2 роки тому +1

      @@Kingoftiger1223 no, no code is needed. In this case Arduino IDE is used just for the feature serial monitor.
      What model USB to UART converter are you using to connect RYLR998 to a computer? Considering you are using in on MS Windows, are drivers for it installed?

    • @Kingoftiger1223
      @Kingoftiger1223 2 роки тому

      Will PL2303 USB to UART will work?

    • @LeonAnavi
      @LeonAnavi  2 роки тому

      @@Kingoftiger1223 I don't have experience with it. Most probably you will need a driver for it if you are using MS Windows: www.prolific.com.tw/US/ShowProduct.aspx?p_id=225&pcid=41

  • @MrLeonardowolf
    @MrLeonardowolf 9 місяців тому

    thank you my brother in crist

    • @LeonAnavi
      @LeonAnavi  9 місяців тому

      I am happy that the video is useful :)