How to use LoRa with Arduino/ESP (REYAX RYLR896)

  Переглядів 13,472

LiveSparks

LiveSparks

5 років тому

In this video, I show you how you can use LoRa (REYAX RYLR896) in your Arduino/IoT Project!!
Buy the Module: goo.gl/9KZNv2
Get the Code here: github.com/LiveSparks/LoRa-Intro
Watch Andreas' Video: • #112 LoRa / LoRaWAN De...
View the AT Command Guide: reyax.com/wp-content/uploads/2...
View the DataSheet: reyax.com/wp-content/uploads/2...
This video was sponsored by REYAX: reyax.com/
Help to translate this video: ukposts.info_vide...
Music by Joakim Karud: / joakimkarud

КОМЕНТАРІ: 51
@samgallon1273
@samgallon1273 5 років тому
Awesome video 👌👌 Quality of presentation is perfect! Excellent work!
@nazra3568
@nazra3568 5 років тому
this is awesome!! thanks for sharing
@nazra3568
@nazra3568 5 років тому
you should also most definitely put these projects on the ProjectBoard (projectboard.engineering.com/?), they have a ton of engineers that love to collaborate and help others with their ideas incase u run into road blocks during yours
@nazra3568
@nazra3568 5 років тому
suggesting because I've used it before and it's pretty great :)
@LiveSparks
@LiveSparks 5 років тому
I'll check it out.
@nazra3568
@nazra3568 5 років тому
cool, let me know what you think when you do :)
@canadianvibeswithpiyush
@canadianvibeswithpiyush 5 років тому
U r doing a grt job bro✌
@dineshdisaster9477
@dineshdisaster9477 5 років тому
The video was very usefull bro . How to use Lora in a multipoint communication ?
@pwhdelahaye
@pwhdelahaye 5 років тому
Nice video, is the 5v rx and tx output of the arduino not a problem for the 3.3v reyax module?
@LiveSparks
@LiveSparks 5 років тому
Not as far as I could tell. It's like the ESP in this case, the power needs to be 3.3v but rx and tx are 5v tolerant. But if you have a logic converter, use that. Better safe than sorry.
@aarontehcheasheng6901
@aarontehcheasheng6901 4 роки тому
is there any range test videos ?
@erikmariobarajaszazueta1929
@erikmariobarajaszazueta1929 4 роки тому
Hello, I have a question for you about the reyax module, I'm working with lora for a project , I need to make lora multi-point nodes but your example is the point-to-point connection, my question is: if I use a reyax module as a gateway and other two diferents reyax modules as lora nodes ,they could send information at the same reyax gateway ? or they only function with point-to-point connection?
@LiveSparks
@LiveSparks 4 роки тому
They can communicate with any no of devices. You just need to change the address in the code to which you want to send data.
@joescopo8933
@joescopo8933 4 роки тому
This is a great video for a push button and led. However, I'm having trouble creating a code for a potentiometer sending to another arduino with an oled display reading the 0-1023 values. Any info on that by chance?
@LiveSparks
@LiveSparks 4 роки тому
You need to properly explain exactly what the issue that you are facing is.
@joescopo8933
@joescopo8933 4 роки тому
Also, I see you have a frequency of 868.50 on the code I downloaded from you. Since I live in the US, should i change it to let's say 915.50? I'm sorry I'm not very savvy with this stuff. I've only been messing around with arduino and electronics for about a year now. However, it's a very fun hobby once I understand all the what and whys .
@lockdsaints
@lockdsaints 2 роки тому
Good day sir, why is that in arduino I experience error when connecting Tx to Rx and Rx to Tx? Thank you for the answer
@davidsharma8277
@davidsharma8277 5 років тому
Hey are the frequency ranges of the LoRA Tx/Rx in the free frequency band ranges in India?
@LiveSparks
@LiveSparks 5 років тому
Yes
@LiveSparks
@LiveSparks 5 років тому
I'll be doing a range test soon enough, so stay tuned for that!
@LiveSparks
@LiveSparks 3 роки тому
You can send any string. My code only sent a single character.
@MrNams
@MrNams 11 місяців тому
@@LiveSparks I have RYLR998, when set band using At command "AT+BAND=865000000", it remember only when it is connected, when i disconnect and connect and ise "AT+BAND?" it shows +BAND=915000000Hz, why it is not remembering BAND?
@MrNams
@MrNams 11 місяців тому
@@LiveSparks Also SoftwareSerial not working
@davidkitts8017
@davidkitts8017 5 років тому
The data sheet for the RYLR896 does not talk about what serial baud rate range it is capable of. All the code that I see in your code examples is for 115200 baud. I have a need for 19200. Will it work if I change the appropriate code statements?
@LiveSparks
@LiveSparks 5 років тому
You can change the baudrate of RYL with a command. You can find the respective command in the command guide on the website.
@armstrong4358
@armstrong4358 3 роки тому
i need help, mine is returning +ERR=1. what should i do?
@vivekponnapalli8045
@vivekponnapalli8045 4 роки тому
HELLO Can i get code for lora sx1278 interfacing with servo motor Any help will be appreciated thank you
@domingoscastelhano1702
@domingoscastelhano1702 4 роки тому
Hi;Great video.How can I do to send a variable (temperature) with the AT SEND command .Thank you
@LiveSparks
@LiveSparks 4 роки тому
Convert your variable to string and add it to the end of the send command.
@domingoscastelhano1702
@domingoscastelhano1702 4 роки тому
@@LiveSparks thank you
@domingoscastelhano1702
@domingoscastelhano1702 4 роки тому
@@LiveSparks something like this : static char value [5] ; dtostra(temperature[0],2,2,value; return value; Serial.print("AT+SEND=2,5,value"); Once again thank you
@jithin_isaac
@jithin_isaac 5 років тому
Hey have you connected to a lorawan gateway? There are not much practical uses of a point to point connection.. Excellent video btw...
@LiveSparks
@LiveSparks 5 років тому
Couldn't find a gateway near my location. ☹️
@jithin_isaac
@jithin_isaac 5 років тому
@@LiveSparks ok thanks.. would need to check how to change the code for such a connection to a gateway
@jonathanwazar7016
@jonathanwazar7016 5 років тому
@@jithin_isaac Hi, these devices are not compatible LoRa devices for LoRaWAN/Gateway communications. You can however build your own gateway relatively low cost in your area on the LoRaWAN/TTN side. Still, great video @Live Sparks, and yes these devices are very interesting i agree.
@cesarpenha3528
@cesarpenha3528 5 років тому
Hi, i'm trying to use your code with some adaptations, but i cant receive anything... i printed the "received" variable and i get allways +ERR=2. I can configurate the TX and RX modules fine, because it gets "OK" for eatch "AT" command and i think is transmiting, but on the RX side i allways get +ERR=2. Can you hel me?
@LiveSparks
@LiveSparks 5 років тому
You can download the AT command guide from their website. At the bottom of it, there are error codes and their reason. Error 2 indicates that the head of the command was not AT string. You might have changed the command format.
@alexlan9567
@alexlan9567 5 років тому
I downloaded your code and hook the modules with 2 uno's with some resistors for max 3.3v to rx of the module, but I don't have any response. do I need a usb to uart or something like that to configure or what can it be?? I checked my wireing 10 times or so... nothing wrong. I can't figure it out :( any idea? thanks.
@mw3442
@mw3442 4 роки тому
I have the same problem. It looks like that the module doesnt talk back when its connected to a board....And i do not see that in his video he is showing the response of one AT Command when the Module is connected to an arduino board...
@tariqbathawab6542
@tariqbathawab6542 5 років тому
Hello..just wann ask..Can the lora take 5V serial signal from Tx arduino? as it uses 3.3V only...ofcoure for the VDD is 3.3V as it is.
@LiveSparks
@LiveSparks 5 років тому
I can't remember if the one that showed can take 5v or not. Different modules have different properties. You should check the datasheet for this information. For the ones showed in the video, it should be linked in the description.
@sushmitaghosh9667
@sushmitaghosh9667 4 роки тому
I am using it in India. Can I set the frequency to 915MHz to setup connection between tx and rx?
@LiveSparks
@LiveSparks 4 роки тому
Sure
@armstrong4358
@armstrong4358 3 роки тому
can you do 2 way communication? thank you
@LiveSparks
@LiveSparks 3 роки тому
Yes
@armstrong4358
@armstrong4358 3 роки тому
@@LiveSparks have you tried it? I'm planning to use it with my car to have two way communication for verification
@LiveSparks
@LiveSparks 3 роки тому
Yes, it works. I have tried it.
@armstrong4358
@armstrong4358 3 роки тому
@@LiveSparks is it in your videos that I can find?
@critterpower
@critterpower 4 роки тому
"Whenever data is sent it is printed directly to the serial..." Um, I'm not getting the response from the module, I'm just getting the command i send.... How to fix this? CODE: Serial.print( "AT+SEND=1,1,1 " ); SERIAL OUTPUT: AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1 AT+SEND=1,1,1
@faisalpangestu9603
@faisalpangestu9603 3 роки тому
yang bisa lora ajarin gw dong. butuh segera domisili jabodetabek. uang jasa pasti ada
LoRa Peer-to-peer (P2P) Demo with REYAX RYLR998
11:36
Leon Anavi
Переглядів 5 тис.
Повістки у Києві: «Яке право вони мають забирати всіх мужиків?» #війна #мобілізація #військові
00:41
Слідство.Інфо | Розслідування, репортажі, викриття
Переглядів 249 тис.
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100million
00:24
Celine Dept
Переглядів 95 млн
Эффект Карбонаро у глазного врача 
01:00
История одного вокалиста
Переглядів 6 млн
Arduino relay basics - how it works and how to use it
7:19
Taste The Code
Переглядів 6 тис.
How to use LoRa with Arduino
12:43
learnelectronics
Переглядів 120 тис.
How to use LoRa Module with Arduino - Range Test - RYLR406 15KM
13:00
Ahmad Logs
Переглядів 303 тис.
Which radio module? NRF24, LoRa, CC1101, HC12, 433MHz, HC05
17:00
Electronoobs
Переглядів 442 тис.
#120 LoRa on batteries: How long does it last? // Tutorial
5:22
MickMake
Переглядів 60 тис.
Getting Started with LoRa | Tutorial
6:20
Davy Wybiral
Переглядів 117 тис.
LORA - REYAX RYLR896 MODULE - GETTING STARTED WITH AT COMMANDS
14:54
Saravanan AL
Переглядів 9 тис.
300 000 за🚀МОЩНЫЙ, Но МЕРТВЫЙ ноут из Китая. Ремонт cyberpowerpc tracer 7 EDGE. Нюансы китай ноутов.
46:12
ААНТ КОНТАКТ Сервис по ремонту техники в ЕКБ, СПБ
Переглядів 55 тис.
Почему iPhone ярче? #apple #iphone
0:46
Не шарю!
Переглядів 397 тис.