Tap to unmute

Arduino LoRa Free SMS over Long distance without GSM Network, Arduino send SMS | LoRa Bluetooth

  Рет қаралды 28,804

Electronic Clinic

Electronic Clinic

Күн бұрын

Пікірлер: 91
@PhG1961
@PhG1961 2 жыл бұрын
Awesome ! Each project is getting better and better ! Really cool !
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
Thank You Philip, you have been so supporting.
@PhG1961
@PhG1961 2 жыл бұрын
@@ElectroniClinic So many nice projects, so little time ! I need more time !!!
@nwohioan
@nwohioan Жыл бұрын
Been following lorawan tech for a few years now, and its so good to see different projects. I think there's a huge market around low-powered, contingency/emergency communication with lorawan. If the nodes had an integrated small screen and keyboard, if there was an emergency, a family in a rural town could communicate in their own network..
@ElectroniClinic
@ElectroniClinic Жыл бұрын
This time round, i have designed my own arduino LoRa development board, and i have performed the range tests using different types of antennas. I will upload the video this sunday. In my upcoming videos, i will try to add a small keypad.
@ara7878
@ara7878 11 ай бұрын
Thank you, the video is very useful. I have a question. How do you look at improving this project? Laura doesn't allow you to make long distances. And if you take a regular analogue-voice walkie-talkie and use this type of SMS communication. The problem is that the transmission speed needs to be adjusted. I think this can be done. It would also be cool to add your own encoding. I think the encoding can be given to a smartphone. How do you like the proposal?
@ElectroniClinic
@ElectroniClinic 11 ай бұрын
Maximum how much distance are you looking for?
@hadiBindowi
@hadiBindowi 4 ай бұрын
​@@ElectroniClinic❤
@hadiBindowi
@hadiBindowi 4 ай бұрын
Is possible to 100 mil for use in the sea ...? Thank
@uninsignificant
@uninsignificant 4 ай бұрын
What is the practical range of the LoRa module? Maybe it was mentioned in the video which I missed.
@SmartTronics
@SmartTronics 2 жыл бұрын
Very good tutorial bro thank you so much for your Hard work,❤️❤️ keep learning
@likhithk9076
@likhithk9076 2 жыл бұрын
NOTE !!!!! If this program dosn't work you need to change the frequnence of module up to 915mhz in the programming part..
@uzairpatel3922
@uzairpatel3922 2 жыл бұрын
How much distance does lora module cover sir
@bakemore32
@bakemore32 7 ай бұрын
If two people installed Blue Serial in their phones and they are using your LoRa/Arduino system in a remote area, how is it that they can use only their phones without the LoRa/Arduino base present as they traverse the remote area? What distance does a smartphone have to be from the LoRa/Arduino base to still be viable?
@WorkFromHome-th2eq
@WorkFromHome-th2eq Жыл бұрын
Nice explanation mate.
@peterkrause7700
@peterkrause7700 2 жыл бұрын
Brilliant! What range would anticipate outdoors?
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
1km to 10Km.
@funflyer
@funflyer Жыл бұрын
I have built the same setup...but I'm getting one issue......user 1 is unbale to send message to user 2 .....but the message sent by user 2 to user 1 is successfully received by user 1
@EGspider
@EGspider 9 ай бұрын
I wish you would get on with it, its 5 minutes so far and you havent yet started the actual project
@janlab2433
@janlab2433 2 жыл бұрын
How can I use wifi instead of ble using esp32 and establish a server client system to communicate over long range
@hernandobolanos798
@hernandobolanos798 Жыл бұрын
Very god project-congrats
@ahmedmussadiq4953
@ahmedmussadiq4953 8 ай бұрын
there are some mistakes in provided code . like the major mistake is that both user code are having same address and destination :) . i have modified the both codes which are working now . Btw thanks you have put a great effort ...
@arielcanedo3253
@arielcanedo3253 8 ай бұрын
Ellow.. Can u provide me the correction.. Thanks..
@msefavci
@msefavci 8 ай бұрын
Can you write the error in the code? Thanks.
@Alanood-ck6ve
@Alanood-ck6ve Жыл бұрын
I have some questions, which are : 1. If I want to make it end-to end encrypted, can I use a library? If yes, what type of library can I use? 2. Also, I want to make this project and add some security aspects other than the encryption, kindly, if you could advise me on how to make this project more secure? 3. Regarding the smartphone device, what version of samsung have you used in the video? Can we use any version?
@threepe0
@threepe0 Жыл бұрын
lorawan supports encryption. As far as phone, there's two different ways to answer that: Technically, you just need a bluetooth connection, and the app development would be up to you. Practically though, if you want to use his app, you need an andriod phone. In this example though, I have no idea why he wouldn't take advantage of bluetooth notifications. The device can wake up, prompt for connection, and send a notification to the phone easily enough. A buzzer or led seems like it'd work out on a hike, but not so much when you're at a supermarket with no cell service
@antoinekeller2786
@antoinekeller2786 2 жыл бұрын
Note that the LoRa module SX1276 for the emitter should not be powered by the Arduino Nano, but by an external 3.3V power supply to have enough current
@tusharzanke8489
@tusharzanke8489 2 жыл бұрын
What if i powered the lora module by Arduino nano will it work
@danieldeluca4737
@danieldeluca4737 7 ай бұрын
can u help with a my doubt? How many km works? I need make a system to comuniton use lora for send msg and send voice. For emergency situations
@sumanthsumanth5335
@sumanthsumanth5335 Жыл бұрын
For that component can we use the 9v power supply
@syacreating9730
@syacreating9730 2 жыл бұрын
Awesome! Btw can I use esp32 instead of arduino and bluetooth?
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
Of course you can. I already have a video on esp32 and Lora
@PiyushKumar-sp9vx
@PiyushKumar-sp9vx 11 ай бұрын
Hey i am wondering if the communication between two lora module is secure or it can be intercepted by someone, and if it can be intercepted can we add any encryption in the code and decryption in the other device ?
@ElectroniClinic
@ElectroniClinic 11 ай бұрын
Ya you can encrypt it and for this you can use the Arduino library.
@rezafebrian4733
@rezafebrian4733 Жыл бұрын
what if I don't use a 5 volt voltage regulator and directly use a 7.4 volt battery directly to the voltage input in arduino nano, what will happen sir? and how if I change the lora using nb-iot what should I do?
@TawinaSithole
@TawinaSithole Жыл бұрын
wanted to simulate the project on proteus but the challenge is on LoRa library. any assistence is welcome
@muhammadhammad4877
@muhammadhammad4877 2 жыл бұрын
Perfectly explained. Thanks
@denbroughedits
@denbroughedits 10 ай бұрын
Hi. I want to know the Voltage of those Capasitor. Is it 16V or 25V?
@ElectroniClinic
@ElectroniClinic 10 ай бұрын
25v
@creativeelectronicchannel7647
@creativeelectronicchannel7647 2 жыл бұрын
Nice work bro
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
Thanks 🔥
@jeetdec
@jeetdec 2 жыл бұрын
Very good project. Please make video on how can create this chatting app for android.
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
visit my website electroniclinic.com, there you can search for the android application designing. I have an article on how to make this application for Arduino.
@jeetdec
@jeetdec 2 жыл бұрын
@@ElectroniClinic No video for chat app.
@gaurav.kharate
@gaurav.kharate Жыл бұрын
Which app is use ?... Is that available on playstore
@gamertyp_gamertyp
@gamertyp_gamertyp 2 жыл бұрын
Hey very cool video but can i make this with a LoRa SX1276 because this is the only one that i can buy in my land
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
Ya, you can use.
@gamertyp_gamertyp
@gamertyp_gamertyp 2 жыл бұрын
@@ElectroniClinic nice okay
@Santoshlovebeatz
@Santoshlovebeatz 6 ай бұрын
bro!, i am student and i am trying to make this project as same u do but the texts are not received in the receiver side, why is that happening, i used Ra-02 sx1278 lora can you help me to find what's wrong. please.....
@Santoshlovebeatz
@Santoshlovebeatz 6 ай бұрын
i checked the connections more than 25 times still its not working, but i can able to receive the values of a sensor through it with other program so there is no problem with the hardware as well, is there any specific lora library u have used here
@justcurious1940
@justcurious1940 Жыл бұрын
Why we can't use built-in GSM antennas to do this directly ? Is it a hardware or software limitation ?
@AC-rp2ey
@AC-rp2ey 2 жыл бұрын
hello, great project! me and my friends are looking to do something similar, would there be any way to connect 3 or 4 devices to the same chat room? kind of like a groupchat? thanks!!!!
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
ya ofcourse you can. each node has a address. Use those addresses to send and receive data.
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
you can watch my video on multiple lora modules.
@AC-rp2ey
@AC-rp2ey 2 жыл бұрын
Thanks!
@Charles-lt9rr
@Charles-lt9rr 2 жыл бұрын
Thanks very much my dear for this nice video. Please, can you tell me how to make call with Lora. I am waiting for your reply. Thanks for your understanding and love
@elarcadenoah9000
@elarcadenoah9000 2 жыл бұрын
how lonf can it send messages by bluetooth?
@creativeelectronicchannel7647
@creativeelectronicchannel7647 2 жыл бұрын
Can you make using lora sx1278 video streaming
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
Bro i will take a look at this.
@rituboipai9510
@rituboipai9510 Жыл бұрын
Which application you are using to receive the msg
@ElectroniClinic
@ElectroniClinic Жыл бұрын
an android app.
@MousstafizzAnounim
@MousstafizzAnounim Жыл бұрын
What about interception can som one intercept the messege
@ElectroniClinic
@ElectroniClinic Жыл бұрын
That's not an issue, you can encrypt the message.
@ephraimmaloba8666
@ephraimmaloba8666 Жыл бұрын
Hello My Question is this, Which mode of communication is it using? Simplex,Half-Duplex or Full-Duplex?🤔
@futuristicai268
@futuristicai268 Жыл бұрын
half duplex as mentioned in lora datasheet sx1278 supports only half duplex
@janlab2433
@janlab2433 Жыл бұрын
How to use esp32 with wifi instead of Bluetooth to achieve long distance com.
@ElectroniClinic
@ElectroniClinic Жыл бұрын
use any iot platform. I have covered almost all the iot platform. check playlist.
@ContributorX
@ContributorX 2 жыл бұрын
Great video ❤
@sumit2306
@sumit2306 4 ай бұрын
Can this be made using rasbery pi??
@ElectroniClinic
@ElectroniClinic 4 ай бұрын
@@sumit2306 yes.
@sayedhussaini4894
@sayedhussaini4894 2 жыл бұрын
Is it end to end encrypted?
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
for end to end encryption you can use a library.
@supremeleader5516
@supremeleader5516 11 ай бұрын
Will it work on esp 32?
@ElectroniClinic
@ElectroniClinic 11 ай бұрын
Yes
@mann333chauhan
@mann333chauhan 5 ай бұрын
Is this appl avl for download?
@ElectroniClinic
@ElectroniClinic 5 ай бұрын
It's download link is in the article.
@mann333chauhan
@mann333chauhan 4 ай бұрын
@@ElectroniClinic sir, i have emailed you regarding the assistance in lorawan project .
@Charles-lt9rr
@Charles-lt9rr 2 жыл бұрын
Thanks very much my dear for this nice tutorial. Please, I need your help. I want to make this project but I want to use LCD display module and keyboard module to be typing and sending the messages instead of using Android phone to type and send the message. Using LCD display module and keyboard module to type the messages will help people to type and send the messages if they are not with their Android phones or if their Android phones are switch off. Please my dear, I will like you to tell me what I shall do to make this project. Please, I need your help urgently. Thanks very much my dear for your love and understanding. I appreciate your efforts in teaching us many things. Thanks
@kirandevi-ns1vk
@kirandevi-ns1vk 8 ай бұрын
Please send me your apk I can't download your apk from your website
@elarcadenoah9000
@elarcadenoah9000 2 жыл бұрын
very interesting but please put english subtitles
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
on youtube you can activate english subtitles
@bigpickles
@bigpickles 2 жыл бұрын
I understand you perfectly, bro. Thanks!
@elarcadenoah9000
@elarcadenoah9000 2 жыл бұрын
@@ElectroniClinic no if u didnt activate
@elarcadenoah9000
@elarcadenoah9000 2 жыл бұрын
@@ElectroniClinic ok now i can thanks
@cetocoquinto4704
@cetocoquinto4704 Жыл бұрын
Start a company make this device into one phone..you will be rich.
@romeohamzakhan787
@romeohamzakhan787 2 жыл бұрын
Nice project..
@electronic7979
@electronic7979 2 жыл бұрын
👍
@grandprime7397
@grandprime7397 2 жыл бұрын
🔥
@jameshall5314
@jameshall5314 7 ай бұрын
Just get Meshtastic
@ElectroniClinic
@ElectroniClinic 7 ай бұрын
Ya, I used them, those are great.
#337 LoRa Off-Grid Mesh Communication: Meshtastic (ESP32, BLE, GPS)
13:15
#186 SMS over LoRa: Long distance SMS without 4G // Project
4:39
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
LoraWAN: Extremely long range, low power wireless communication
6:28
465 Rutgers University Confirmed: Meshtastic and LoRa are dangerous
13:27
LoRa Distance Testing with RYLR998 in open field - Amazing results!
14:21