Тёмный

26. Set key and frequency to Ebyte LoRa. Secure Transmission. 

Подписаться
Просмотров 21 тыс.
% 351

Ebyte UART LoRa RF Settings. Change address, channel and key
Software is at www.ebyte.com/en/data-download.html?id=579
FTDI Driver is at ftdichip.com/drivers/

Опубликовано:

 

26 июл 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@jeffschroeder4805
@jeffschroeder4805 Год назад
Your video was very helpful. I am making a LORA mailbox notifier to save me unnecessary trips down my half mile driveway. Thank you!
@SirAuronn
@SirAuronn Год назад
Once configured using this software, do I need to declare the LoRa address and key in the code for communication to occur between the LoRa transmitter and receiver? How would it be? Excellent video!
@saharkhdhaier9983
@saharkhdhaier9983 Год назад
can i disable the encryption system of Ebyte LoRa module in order to communicate with other devices?
@ycemilk
@ycemilk 5 месяцев назад
Thank you for your excellent content! It was very helpful. May I ask a question? How to change these values on Arch Linux? And I want to ask about how to send the data from sensors with STM32 and LoRa E32 433T30D?
@gurupavel
@gurupavel Год назад
perfect! u made my day)
@richonguzman
@richonguzman 2 года назад
Is there a way to configure through Python??? Or after the configuration In the pc , is it fixed and could be called by Python through serial?
@NizarMohideen
@NizarMohideen 2 года назад
Hi Ricardo, Yes. It can be called by Python through serial. I have seen few videos where Arduino with ebyte lora. They used libraries to modify the settings through code. But I don’t have the data-sheet for modifying the settings through code. The data-sheet I used here only have the instruction to set using graphical user interface. I think there will be (should be) another data-sheet in the ebyte website.
@Тесла-ф3в
@Тесла-ф3в Год назад
Thanks brother for the info
@andreyl2705
@andreyl2705 Год назад
nice job.👍
@bernardoguerra6777
@bernardoguerra6777 Год назад
Hi, im trying to use it but i get the message ' no module response'. I have the E220-900T30D and i have the E220_v1.0 user interface. GND to GND VCC to 3V3 TXD to RX2 RXD to TX2 M1 to D22 M0 to D23 thats how i connected the lora module to the Esp32. i also tried disconnecting M0,M1. using also TR0 and RX0 but anything works. i hope you can help me. thankyou and best regards
@krishank652
@krishank652 6 месяцев назад
He'll sir, I have a question. I powered Tx with 3 AA type Cell. To save power, I want to use Sleep mode. For your confirmation, I am correct? In loop starting I will set M0,M1 : Low (to come in normal mode) and After sending data, I will set M0,M1: High (To sleep) Then delay 10000 Is this ok? If I set Low and High in every loop, then its safe for module? Is this work?
@NizarMohideen
@NizarMohideen 6 месяцев назад
I did not try this feature yet. You can follow as in the datasheet Thanks
@mrafayshams3089
@mrafayshams3089 Год назад
How can we do this in real time through the microcontroller? Meaning hoe can we send a uart command through the microcontroller to set the address and key?
@alidemir8434
@alidemir8434 Год назад
Are there any way to do this without converter. Can I do this thing from stm32 ?
@juanda1520
@juanda1520 Год назад
please help sir how to get the rssi value of lora ebyte e22
@geotek6748
@geotek6748 2 года назад
hi, i have ebyte e22 400T30d 1w transciever and i need 5w ebyte transceiver, what 5w ebyte model can you recommend
@mjyanimations1062
@mjyanimations1062 2 года назад
I don't think there are any LoRa modules above 1W, which is the power limit for the ISM band in many countries.
@komaroviecoclubpodcast4029
@komaroviecoclubpodcast4029 2 года назад
can I use ST-link V2 in order to program Lora modules or I need anything else? if yes pls tell me module I have to use. Thanx
@NizarMohideen
@NizarMohideen 2 года назад
Hi there, Thanks for checking this video as I suggested. You need any USB to TTL converter to program this LoRa module. There are several different USB to TTL converters. FTDI is one them. ST-Link is NOT one of them so you can not use it here. There is another alternative way. Many micro-controllers have built-in USB to TTL converter For example, Arduino UNO has it. We can use it by removing the Atmega328p chip or temporarily disabling it by connecting a jumper wire between reset and ground.
@komaroviecoclubpodcast4029
@komaroviecoclubpodcast4029 2 года назад
@@NizarMohideen can u show me any video where it's shown or can u explain it more carefully?
@NizarMohideen
@NizarMohideen 2 года назад
Have a look at this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-qqSLwK1DP8Q.html He used it for a router. I used the same for Ebyte LoRa. It worked.
@komaroviecoclubpodcast4029
@komaroviecoclubpodcast4029 2 года назад
@@NizarMohideen Thank you soooooooooooooooo much You are the best STM32F103C8T6 guy I know on internet
@nickleather5339
@nickleather5339 2 года назад
Hello, I try to use E32 with Arduino and STM32 but I have a problem about configuration. I can open RF Setting and openPort but when i push getParam i get an error: "No response this module." How can I configure my modules? I tried many things but I could not solve this problem. It is so important for me. Please help.
@NizarMohideen
@NizarMohideen 2 года назад
There are several RF settings software in the Ebyte website. Use the correct software for E32. The software I use in this video is for E220. This will not work with E32 M0 and M1 pins should not be connected
@nickleather5339
@nickleather5339 2 года назад
@@NizarMohideen Hi again, I will use E32 with STM32 but they are all embedded system. So i cannot configure with RF Settings software. I have to use STM32 CubeIDE for configuration. How can i do this? Should I use digitalWrite(M0, HIGH) or something like that?
@MeisterFudge
@MeisterFudge Год назад
@@NizarMohideen Hello Nizar , thanks for the videos, I am experiencing the same problem, I have the right RF setting software for E32 modules and I get the ' No response from module ' error for some reason . Nothing wrong with the wiring between the E32 module and the ftdi, the COM port is always detected and the ftdi chip works fine. The port settings for the communication are also correct , baud rate / parity check / and so on.. Any ideas as to what might be causing this ? Thanks
@serhatturk4415
@serhatturk4415 Год назад
​@@MeisterFudge did you fix it. Me too get this error. How can ı fix it
@MeisterFudge
@MeisterFudge Год назад
​@@serhatturk4415 Hello, what module are you using ?
@geotek6748
@geotek6748 2 года назад
Do you have official store or website?
@NizarMohideen
@NizarMohideen 2 года назад
I am creating educational videos. I don't have a store. Thanks
@ahmedmoustafa6829
@ahmedmoustafa6829 Год назад
The key is really short which make not secure !