No video

Configure E32 LoRa Modules Over Serial Port

  Рет қаралды 17,285

0033mer

0033mer

Күн бұрын

This video will describe how to configure the Ebyte E32 series LoRa radio module using the UART on a microcontroller. On power up the microcontroller can configure an off the shelf LoRa module wih a configuration profile compatible with the project.
Scamp3:
www.tindie.com...
udamonic.com/w...

Пікірлер: 74
@jamesbrown2163
@jamesbrown2163 2 жыл бұрын
My brain always feels better after watching one of your videos because you communicate so well and evey thing makes sense, unlike lots of things happening in the world that don't compute. Thankyou 0033mer.
@0033mer
@0033mer 2 жыл бұрын
You're welcome!
@marswatcher
@marswatcher 2 жыл бұрын
So easy. This is my fav KZfaq channel! Thanks!
@0033mer
@0033mer 2 жыл бұрын
Glad you enjoy it!
@MrGangeva
@MrGangeva 2 жыл бұрын
I really love the practicality of your channel!
@0033mer
@0033mer 2 жыл бұрын
Thank for the feedback.
@Perspectologist
@Perspectologist 2 жыл бұрын
This seems like a great idea. The only concern I would have is if the persistent memory on the ES32 LoRa module could have a write cycle limit challenged if the settings are resaved too often. I don’t know enough to know if this is a realistic problem, but it did occur to me. I don’t think I’ll ever work in FlashForth, but I always enjoy your projects. I understand enough that the techniques can be applied to other systems. Thanks for sharing with us.
@0033mer
@0033mer 2 жыл бұрын
Yes, that is a valid concern if the LoRa module is going to be power cycled many times. There are a couple of ways around this problem. If you send the control byte $C2 instead of $C0 before sending the 5 config bytes they will be written into RAM, so you would have to do this on every power cycle. You can also apply a jumper that shorts one of the GPIO inputs to ground before power up and the code will see this and send the config packet. I use this method on my solar powered nodes. Thanks for sharing.
@gatetel7510
@gatetel7510 Жыл бұрын
thank you, very helpful
@lasersbee
@lasersbee 2 жыл бұрын
Great Tutorial... This is very helpful for projects already sold.. Thanks
@0033mer
@0033mer 2 жыл бұрын
Glad it was helpful!
@johncatsoulis
@johncatsoulis 2 жыл бұрын
Another really interesting and very useful video! Thanks Ken, this is great.
@0033mer
@0033mer 2 жыл бұрын
Thanks John!
@roostertechchan
@roostertechchan 2 жыл бұрын
My favourite Lora module, I've got few of them in use for weather station and garden stuff.
@0033mer
@0033mer 2 жыл бұрын
Yes, they are easy to use.
@TheRainHarvester
@TheRainHarvester Жыл бұрын
Which model and where did you order? I ordered from ebyte but can't get it to broadcast.
@roostertechchan
@roostertechchan Жыл бұрын
@@TheRainHarvester Which model did you buy? They have discontinued the one used in this video, and have newer e32-900T20D.
@keeper1855
@keeper1855 2 жыл бұрын
Thanks for hard work!
@0033mer
@0033mer 2 жыл бұрын
You're welcome!
@armikatollo4449
@armikatollo4449 2 жыл бұрын
Cheers mate 👍
@OoZaineee
@OoZaineee 7 ай бұрын
I just received the E77 one. AT commands are not accessible via tera term and the device is recognized in the device manager. I search for this software for E77 test boards but they are not available. Can you tell me how to solve this issue?
@usefulelectronics
@usefulelectronics 2 жыл бұрын
Thank you for sharing this tutorial. I wonder how much communication distance can this module achieve
@0033mer
@0033mer 2 жыл бұрын
Check out this video: kzfaq.info/get/bejne/oMByaLZ5nc3RcZs.html
@NicksStuff
@NicksStuff 7 ай бұрын
Could the MCU ask the LoRa module what its config is and change it only if necessary or if it doesn't get an answer?
@0033mer
@0033mer 7 ай бұрын
Yes, the MCU can read the current configuration values and change them as necessary.
@saharkhdhaier9983
@saharkhdhaier9983 Жыл бұрын
Can i disable the encryption system of Ebyte LoRa module in order to communicate with other devices ?
@sezginkorkmaz976
@sezginkorkmaz976 2 жыл бұрын
thanks for this nice share. how did you make the strength meter. Do you have a diagram , code or production video. I want to do it too, if you let me.
@0033mer
@0033mer 2 жыл бұрын
Check out these videos; kzfaq.info/get/bejne/qsWCp7N00drDgJc.html kzfaq.info/get/bejne/d5xzlpWftq_ScYk.html
@PhG1961
@PhG1961 2 жыл бұрын
Cool
@edwinng9916
@edwinng9916 8 ай бұрын
is the antenna connected using sma-k port?
@emrekorkmaz8609
@emrekorkmaz8609 Жыл бұрын
will be a video for ebyte e49 module?
@orhanfurkansoyaltn4637
@orhanfurkansoyaltn4637 Жыл бұрын
what are the resistor values?
@0033mer
@0033mer Жыл бұрын
They are just pull-up resistors so 10k will work fine.
@mayksuelramalho1833
@mayksuelramalho1833 Жыл бұрын
I dont know what is wrong, w/ lora on default setup ( that it was when i bought ), they communicate, after setup to use fix mode, changing the addH chan, they stop communicate.
@0033mer
@0033mer Жыл бұрын
In fixed mode you have to send a three byte header containing the address and channel before you send the data packet. Check out this video: kzfaq.info/get/bejne/gNxydpqUqs2tYHk.html
@nil0bject
@nil0bject 2 жыл бұрын
why not use ra-02 modules?
@mrafayshams3089
@mrafayshams3089 Жыл бұрын
How can we set the address and channel of each module in a similar way? The datasheet of this module is not very clear about this.
@0033mer
@0033mer Жыл бұрын
The address and channel information is also embedded into the 5 parameter bytes that you can use for programming.
@dachoeks3
@dachoeks3 11 ай бұрын
Hey, how is the frequency set? I've looked through the manual but did not find anything...
@dachoeks3
@dachoeks3 11 ай бұрын
ah changing the channel adjusts the frequency
@talhakoksal07koksal20
@talhakoksal07koksal20 Жыл бұрын
hello, I have a lora e32 900t30d module, I connected it with uart ttl, but when I try to open the settings from 3.50 rf settings, I get a module no supported error, can you help me?
@0033mer
@0033mer Жыл бұрын
Try RF setting 4.2 www.dropbox.com/s/8utd7ospz6qovd7/RF_Setting4.2.exe?dl=0
@gaaragaara9785
@gaaragaara9785 2 жыл бұрын
hello my friend, can you make parameter settings with c340 usb to ttl converter? can you make a video about it?
@LuisReyes-gs6jh
@LuisReyes-gs6jh Жыл бұрын
What is the download link for the ebyte configuration for the E32?
@0033mer
@0033mer Жыл бұрын
www.dropbox.com/s/8utd7ospz6qovd7/RF_Setting4.2.exe?dl=0
@fatihbedirhandilber6502
@fatihbedirhandilber6502 Жыл бұрын
Hello, i couldnt't find the settings for version 4.2 . Do you know where can i find it?
@0033mer
@0033mer Жыл бұрын
Check out this link: www.dropbox.com/s/8utd7ospz6qovd7/RF_Setting4.2.exe?dl=0
@TheRainHarvester
@TheRainHarvester Жыл бұрын
Has anyone got the llcc68 ebyte module working? I got the spi working but no broadcast occurs (i looked for any signal with an sdr radio, but found none)
@0033mer
@0033mer Жыл бұрын
If you use the E220-900T30D module (LLCC68) it has the standard UART interface which is code compatible to the E32 series.
@TheRainHarvester
@TheRainHarvester Жыл бұрын
@@0033mer is there E32 code somewhere i could try?
@0033mer
@0033mer Жыл бұрын
To get started you do not need any code. An FTDI connected to the LoRa module connected to a computer (USB) running TeraTerm will allow you to send data. Check out these videos: kzfaq.info/get/bejne/r9l-fK-VtcCbmJ8.html kzfaq.info/get/bejne/p9Ooe6Ry1JzZo58.html Look for other LoRa videos on my channel.
@TheRainHarvester
@TheRainHarvester Жыл бұрын
@@0033mer i have a e220 900m22s. Is that compatible to your methods with your e32 series? Mine has miso mosi sck. I can send cmds via miso mosi and program the chip's registers (verified by reading them back out). But i can't get it broadcast anything (i listen with sdr radio).
@0033mer
@0033mer Жыл бұрын
Your module is not compatible with E32 code. E220-900T22D would be compatible. Check out the LLCC68 protocol documentation from Semtech. It looks like you need to enable and ramp up the Power Amp (PA) to send out data in the data buffer. Since you can communicate with the module, you are missing the simple command to enable transmission. Check out the SetTx commands.
@adbas6201
@adbas6201 Жыл бұрын
What is airrate vs uartrate ?
@0033mer
@0033mer Жыл бұрын
The data speed over the wireless radio link is the air rate. The speed of the microcontroller UART feeding the RX pin on the LoRa module is the UART rate.
@robinsharma7920
@robinsharma7920 Жыл бұрын
Is it possible to configure the lora module using an Arduino board. And can I transmit 20 characters long string in one go over lora?
@0033mer
@0033mer Жыл бұрын
You can use an Arduino board with the E32 LoRa radios and transmit a 20 character packet. Check out the schematic diagram in this video: kzfaq.info/get/bejne/bLR4f5CS29Gccok.html
@stigmav89
@stigmav89 Жыл бұрын
@@0033mer Hello I have been having trouble configuring the module using arduino. Can´t figure out how to correctly send the hex parameters to the module over the serial port. Could you provide help on this? Thanks
@0033mer
@0033mer Жыл бұрын
The serial Tx/Rx pins on the Arduino UNO/Nano are used by the USB to serial (FTDI) circuit so there will be a conflict when you send hex code using these pins. If you are serious about building projects with Arduino and LoRa use a software serial port which use different pins or goto a Pro-micro board which has a free UART serial port.
@stigmav89
@stigmav89 Жыл бұрын
@@0033mer I see. Hey thanks for replying so quick! really appreciate it. I will follow your advise. Thank you.
@robinsharma7920
@robinsharma7920 Жыл бұрын
Is E32 and AS32 the same?
@user-ed8ip4nx9t
@user-ed8ip4nx9t 6 ай бұрын
How do I find out the RSSI value?
@0033mer
@0033mer 6 ай бұрын
Use the E22 series.
@user-ed8ip4nx9t
@user-ed8ip4nx9t 5 ай бұрын
@@0033mer I have a Lora E32, can I use the E22 software?
@user-ed8ip4nx9t
@user-ed8ip4nx9t 5 ай бұрын
Is lora e32 not able to check the rssi value?@@0033mer
@0033mer
@0033mer 5 ай бұрын
E32 radio modules do not support RSSI. E22 modules support RSSI but you need E22 software to program them.
@user-ed8ip4nx9t
@user-ed8ip4nx9t 5 ай бұрын
there is no other alternative to know the signal strength of e32 ?@@0033mer
@mrafayshams3089
@mrafayshams3089 2 жыл бұрын
Does this module work without antenna?
@0033mer
@0033mer 2 жыл бұрын
To transmit and receive data you need an antenna.
@mrafayshams3089
@mrafayshams3089 2 жыл бұрын
@@0033mer I see. Are there any smaller UART based LoRa modules that work in the US?
@0033mer
@0033mer 2 жыл бұрын
Check out the Reyax modules: kzfaq.info/get/bejne/ap5gZcx5zZaUZ3k.html
465 Rutgers University Confirmed: Meshtastic and LoRa are dangerous
13:27
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 18 МЛН
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 72 МЛН
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 8 МЛН
E32-433T20DT LoRa Module Overview and Configuration
8:05
OnosTech
Рет қаралды 13 М.
EBYTE E22 LoRa 433MHz Radio Modules Review and Range Test
17:04
The RS-232 protocol
26:10
Ben Eater
Рет қаралды 833 М.
#188 Antenna Tutorial incl. cheap DIY Antenna Tester (LoRa, ESP32)
18:39
Top Fifteen Mistakes People Make When Designing Prototype PCBs
12:26
Cosplay Light and Sound
Рет қаралды 147 М.
Módulos LoRa E32 configuración y modos de funcionamiento
25:13
biblioman09
Рет қаралды 21 М.
Send GPS Data Over A LoRa Radio Link
7:51
0033mer
Рет қаралды 15 М.
The AMA Club Model is Failing. Here's Why.
16:10
Tail Heavy Productions
Рет қаралды 34 М.