NodeMCU SIM800L GPS | ESP8266 GPS Tracker With SMS

  Рет қаралды 14,019

Ahmad Logs

Ahmad Logs

Күн бұрын

Пікірлер: 183
@swaroopthikane1757
@swaroopthikane1757 11 ай бұрын
Sir used sim900a instead of 800 will it work?
@BANGYUUAYE
@BANGYUUAYE 5 ай бұрын
Hello, you can connect to blynk only using esp8266 or you have to use esp32
@TeachMeSomething
@TeachMeSomething 3 жыл бұрын
Led blinking 3sec once after uploading program or before uploading program.?
@AhmadLogs
@AhmadLogs 3 жыл бұрын
when we connect battery to sim800l, the led of sim800l must blinks every three seconds (it does not belongs to code uploading, it is belongs to powering sim800l). led must blinks every 3 seconds all the time while the battery is connected. to test the sim800l, just power it without connecting any other component (nodemcu, gps module). the led of sim800l still blinks.
@MuhammadBalya
@MuhammadBalya Жыл бұрын
hello sir, how to control nodemcu gps tracker and relay module using firebase and app inventor
@ramanbahadin8473
@ramanbahadin8473 2 жыл бұрын
what should be changed in the code if the phone number length would be 14? thank you for your reply
@AhmadLogs
@AhmadLogs 2 жыл бұрын
no need to change anything. just enter the phone number with 14 digits it will work
@วันชัยวิเศษวงษา-ฟ4ท
@วันชัยวิเศษวงษา-ฟ4ท Жыл бұрын
@@AhmadLogs can i use 12 digits?
@anyelocano9547
@anyelocano9547 2 жыл бұрын
hello thanks for the video, I have a concern at the time of making the sentence "if(senderNumber == PHONE)" in the serial console the else of that shows me where it tells me that "Phone not registered "I print the variable "PHONE" and the variable "sender number" and the only difference is that it does not come with the code of my country, in which part of the code should I add it or what could I be doing wrong, it would be of great help if I you solved this doubt, thank you
@AhmadLogs
@AhmadLogs Жыл бұрын
add the following line of code. senderNumber = "ENTER_YOUR_COUNTRY_CODE"+senderNumber; before the below if condition if(senderNumber == PHONE)
@ashyaziz9025
@ashyaziz9025 3 жыл бұрын
Is it possible to upload multiple codes in a one module like the GPS neo6? Because our gps is connected in our MIT app and I also want to connect it into my sim800l. It's like dual purpose. I can track in MIT at the same time, I can also receive the gps coordinates.
@AhmadLogs
@AhmadLogs 3 жыл бұрын
yes it is possible. you need to add the code for both functions.
@ashyaziz9025
@ashyaziz9025 3 жыл бұрын
@@AhmadLogs how? Will it not affect the first code I upload if I will upload another code on the device?
@thevein8583
@thevein8583 3 жыл бұрын
@@ashyaziz9025 combine it not upload separate cause it will erase all code before ...
@eyrisss
@eyrisss Жыл бұрын
Does the sim card need load?
@AhmadLogs
@AhmadLogs Жыл бұрын
yes, it is required
@nitishgowrydoss6959
@nitishgowrydoss6959 2 жыл бұрын
Which phone number should be used in the code ? The one in the SIM 800L module or the one in the mobile phone ?
@AhmadLogs
@AhmadLogs 2 жыл бұрын
the one in the mobile phone ?
@nitishgowrydoss6959
@nitishgowrydoss6959 2 жыл бұрын
Does the sim800L have built in GPS ?
@AhmadLogs
@AhmadLogs 2 жыл бұрын
no
@Dziabl0
@Dziabl0 8 ай бұрын
Hello. Can I set up SMS forwarding from the SIM card in a GPS tracker so that all SMS messages received are forwarded to my primary phone number? I have two phone numbers, and I want SMS messages such as account verification codes and others to be forwarded to my main number (SMS redirection). Is this possible? Thank you.
@عبداللهالشيخحسن-ل7ت
@عبداللهالشيخحسن-ل7ت 2 жыл бұрын
Please I have a question can I use any variant of esp8266
@AhmadLogs
@AhmadLogs 2 жыл бұрын
yes, you can use
@iantcroft
@iantcroft 3 жыл бұрын
How are you getting on with monitoring the battery discharge now?
@AhmadLogs
@AhmadLogs 3 жыл бұрын
I am working on it. but I am unable to get Low Voltage Warning on Serial Monitor. I why wonder why is it not working
@iantcroft
@iantcroft 3 жыл бұрын
@@AhmadLogs Does the module send any URC’s e.g. Call Ready, SMS Ready?
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@iantcroft sometimes it sends sometime not
@iantcroft
@iantcroft 3 жыл бұрын
@@AhmadLogs is that when using the Li-ion battery or 5V? Are you level shifting the IO pins? The Sim800 level is 2.8v
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@iantcroft no, I am not using level shifting. I will try to test it again.
@dweshod0211
@dweshod0211 2 жыл бұрын
Can we add oled display in it??
@AhmadLogs
@AhmadLogs 2 жыл бұрын
yes you can
@annguyen2175
@annguyen2175 Жыл бұрын
Can this project be used for 12-digit SIM cards?
@utkarshkumar7244
@utkarshkumar7244 2 жыл бұрын
Sir can you please help me I need to know how nodeMCU ESP8266 and SIM900A gsm module can be connected in the circuit and and should I need to add NEO-6M gps module to make the project work ??? Please reply sir.
@AhmadLogs
@AhmadLogs 2 жыл бұрын
1. the connection are same for sim900A. 2. in the code you need to change the baud rate. check the default baud rate from the sim900a datasheet 3. yes, you can use without gps module
@aniketkumbhar6831
@aniketkumbhar6831 3 жыл бұрын
Sir trying the same interfaces with arduino nano....but when the grounds are made common the gsm module blinks 3 times after 30 seconds..how to solve the issue
@AhmadLogs
@AhmadLogs 3 жыл бұрын
"gsm module blinks 3 times after 30 seconds" It is strange. try to test will short length jumber wires.
@aniketkumbhar6831
@aniketkumbhar6831 3 жыл бұрын
@@AhmadLogs okay
@tundaenix3586
@tundaenix3586 3 жыл бұрын
you are amazing thank you for explanation
@AhmadLogs
@AhmadLogs 3 жыл бұрын
thanks
@nightmonkey71
@nightmonkey71 2 жыл бұрын
Will this work on ESP32 WROOM-32? Thank you engr.
@AhmadLogs
@AhmadLogs 2 жыл бұрын
No, sorry. it will not work on esp32 boards
@thevein8583
@thevein8583 3 жыл бұрын
Nice tutorial sir.. i got a question for you sir.. if i use esp32 the code need to change or not.. thanks sir
@AhmadLogs
@AhmadLogs 3 жыл бұрын
yes, it required to modify the code like, you need to change the software serial connection of gsm and gps module to hardware serial in the code. the rest of the code remains unchanged
@thevein8583
@thevein8583 3 жыл бұрын
@@AhmadLogs that means just library to modify right?.. Very2 thanks sir 🤗.. u make my day 👍
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@thevein8583 thank you too
@yadavvivek1244
@yadavvivek1244 3 жыл бұрын
@@thevein8583 can you please give the link or send code here for esp32 🙏plz
@edwinmeneses7552
@edwinmeneses7552 3 жыл бұрын
Hello, greetings from Colombia. I have a query, how do I add several computers with different IDs to the database?
@AhmadLogs
@AhmadLogs 3 жыл бұрын
make a separate database table (tbl_gps1, tbl_gps2 etc.) for each computer.
@عبداللهالشيخحسن-ل7ت
@عبداللهالشيخحسن-ل7ت 2 жыл бұрын
Hello sir please i have a problem with sim800l so can i use sim800 v2
@AhmadLogs
@AhmadLogs 2 жыл бұрын
yes.
@عبداللهالشيخحسن-ل7ت
@عبداللهالشيخحسن-ل7ت 2 жыл бұрын
@@AhmadLogs please sir i have another question i have 3 sim800l and non pf them worked why I am using 3.7volts battery
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@عبداللهالشيخحسن-ل7ت if your gsm module works on 5v then you can omit the battery
@عبداللهالشيخحسن-ل7ت
@عبداللهالشيخحسن-ل7ت 2 жыл бұрын
@@AhmadLogs its ok it worked i used my arduino 5volt supply and reduced it using IN4001 Diode Now its working after like 5 minutes its off on till i remove the power supply and apply it again
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@عبداللهالشيخحسن-ل7ت 1. test diode by soldering 2. try to use capacitor parallel to sim800l 3. keep power supply as close to the sim800l as possible
@TEENASPECT
@TEENASPECT 3 жыл бұрын
How you solve the problem for sim800l and powering is down when sim card net registered? There more than 1A.
@AhmadLogs
@AhmadLogs 3 жыл бұрын
use a good battery 5000mAh
@FRUSYDI
@FRUSYDI 2 жыл бұрын
How to wiring with arduino uno?
@dweshod0211
@dweshod0211 2 жыл бұрын
Hey I'm finding an issue while texting GET SPEED it doesn't text back the speed data
@AhmadLogs
@AhmadLogs 2 жыл бұрын
tell me the serial monitor output while texting get speed. also give me some more detail to figure out the issue
@sreenivas6217
@sreenivas6217 2 жыл бұрын
Sir is it work with sim900 a
@AhmadLogs
@AhmadLogs 2 жыл бұрын
I think it will not work
@zidanrafifpratama
@zidanrafifpratama 2 жыл бұрын
hi i have been follow the instruction but the sms from esp not coming what is that problem
@AhmadLogs
@AhmadLogs 2 жыл бұрын
check this kzbin.info/www/bejne/bJa9g596ea2oebs
@namdevmestry2381
@namdevmestry2381 3 жыл бұрын
Hello sir can I use Sim900a module?
@AhmadLogs
@AhmadLogs 3 жыл бұрын
yes
@namdevmestry2381
@namdevmestry2381 3 жыл бұрын
Sir I have one doubt about code You define rxGSM D5 GSM module Rx pin D6 How can solve this
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@namdevmestry2381 connect gsm module rx pin to D6 and gsm tx pin to D5. no need to change the code
@namdevmestry2381
@namdevmestry2381 3 жыл бұрын
@@AhmadLogs thank you sir
@namdevmestry2381
@namdevmestry2381 3 жыл бұрын
Sir how sim 900a A6 can uses this project If this gsm sim 900a module used then what change in code
@parshvtathed1643
@parshvtathed1643 Жыл бұрын
Nice project Does this project need any wifi or internet connection? Can I get live location from anywhere if i send Get location message to that number?
@AhmadLogs
@AhmadLogs Жыл бұрын
this project does not require any Wi-Fi or internet connection. It uses a SIM card to send SMS messages that contain the GPS location data to your phone.
@parshvtathed1643
@parshvtathed1643 Жыл бұрын
Thanks sir, But Can I get live location if I send Get location message to that sim card number
@argiesanchez8948
@argiesanchez8948 2 жыл бұрын
Hello sir new subcriber i hope you can make a video of it that will automatically send longitude and latitude only even if you don't send text to sim800l we really need it for our thesis
@AhmadLogs
@AhmadLogs 2 жыл бұрын
Ok I will try it soon
@argiesanchez8948
@argiesanchez8948 2 жыл бұрын
@@AhmadLogs thank you so much sir
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@argiesanchez8948 so nice of you
@roentgennebit4008
@roentgennebit4008 3 жыл бұрын
THIS IS REALLY AWESOME!!!!!
@AhmadLogs
@AhmadLogs 3 жыл бұрын
thanks
@tangernova3754
@tangernova3754 3 жыл бұрын
hello as a video of how to make the gps connect with the gps servers
@AhmadLogs
@AhmadLogs 3 жыл бұрын
can you please explain
@tangernova3754
@tangernova3754 3 жыл бұрын
@@AhmadLogs Let me explain how the tracker home servers used for gos of various brands
@shahirzubir9244
@shahirzubir9244 3 жыл бұрын
hello I always support sir 🥰 ..... video sir is very instructive and interesting ... this time try to make one that uses any sensor and send location and message to telegram 🤗 ... using esp32 ....
@AhmadLogs
@AhmadLogs 3 жыл бұрын
hummmm. I will try
@abdulahawad6829
@abdulahawad6829 3 жыл бұрын
Doesn't it need an internet connection?
@AhmadLogs
@AhmadLogs 3 жыл бұрын
no, it does not need an internet connection.
@Justonethings
@Justonethings 2 жыл бұрын
Very nice project sir :) ,i have a question,can i add blynk for monitoring the gps location with this project sir?
@AhmadLogs
@AhmadLogs 2 жыл бұрын
it is not as easy. there are some technical issues. but you can use esp32 for your needs, instead of nodemcu.
@Justonethings
@Justonethings 2 жыл бұрын
@@AhmadLogs alright i try to use esp32,hope not getting timed out for packet header error XD, Thanks for the answer sir ❤️❤️❤️
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@Justonethings so nice of you
@Justonethings
@Justonethings 2 жыл бұрын
@@AhmadLogs Hi sir ahmad,i follow your sugestion to use esp32,and i got message "cannot init",can you tell me what this message is?,thank youu,much love ❤️
@christiandemonte1624
@christiandemonte1624 2 жыл бұрын
Hello, Can you help me please. I‘m getting Phone not registred
@ais_robotic
@ais_robotic 2 жыл бұрын
please make a firebase and sim module cleane project for read write data.
@AhmadLogs
@AhmadLogs 2 жыл бұрын
will try. but this is not as easy
@projecthub931
@projecthub931 2 жыл бұрын
Bro I make this but serial monitor only showing Sim800l serial initialize Nodemcu serial initialize & Not working bro i send sms but it not works
@AhmadLogs
@AhmadLogs 2 жыл бұрын
make a call to your gsm module to check if it is responding or not.
@projecthub931
@projecthub931 2 жыл бұрын
@@AhmadLogs Yess i call to the number inserted in gsm calling is ok gsm works But i sent msg get location gsm not responding
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@projecthub931 when you send the message get location what happens in the serial monitor? just post the serial monitor output here.
@projecthub931
@projecthub931 2 жыл бұрын
@@AhmadLogs I connected tx D2 xrD3 gsm For GPS tx D5 rx d6 as your circuit diagram Then upload code Serial showing Sim800l serial initialize Nodemcu serial initialize When i press reset button Again showing Sim800l serial initialize Nodemcu serial initialize Gps connected gsm connected I send sms get location gsm not responding
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@projecthub931 if this is the case. then how sim800l receive the call?
@nitishgowrydoss6959
@nitishgowrydoss6959 2 жыл бұрын
How to send the location data on firebase ?
@AhmadLogs
@AhmadLogs 2 жыл бұрын
there is a video on my channel about this topiv
@nitishgowrydoss6959
@nitishgowrydoss6959 2 жыл бұрын
@@AhmadLogs can you upload the link please ?
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@nitishgowrydoss6959 unfortunately I did not find it
@sltechgalaxy1677
@sltechgalaxy1677 3 жыл бұрын
GPS module not connect to the satellite plz help
@AhmadLogs
@AhmadLogs 3 жыл бұрын
change the position of the gps module and then try again
@amirqane5270
@amirqane5270 2 жыл бұрын
the response of after send "Get location" is wdt reset load 0x4010f000, len 3460, room 16 tail 4 chksum 0xcc load 0x3fff20b8, len 40, room 4 tail 4 chksum 0xc9 csum 0xc9 v00044bc0 ~ld
@AhmadLogs
@AhmadLogs 2 жыл бұрын
which project your are talking about?
@m.mohsin
@m.mohsin Жыл бұрын
Can yoiu give link to this exact code
@AhmadLogs
@AhmadLogs Жыл бұрын
check description
@mehrdadhabibi5719
@mehrdadhabibi5719 2 жыл бұрын
why not work to iran?
@AhmadLogs
@AhmadLogs 2 жыл бұрын
Unfortunately I have not any idea
@mehrdadhabibi5719
@mehrdadhabibi5719 2 жыл бұрын
@@AhmadLogs plz help
@mehrdadhabibi5719
@mehrdadhabibi5719 2 жыл бұрын
Sir can you send me whatsapp or telegram id for help?
@coolsk9
@coolsk9 3 жыл бұрын
Sir I want GSM based Star motor ON OFF by using mesed call with nodemcu and SIM 800l please make the project sir
@AhmadLogs
@AhmadLogs 3 жыл бұрын
which motor you want to turned ON or OFF? please give me some details about motor
@coolsk9
@coolsk9 3 жыл бұрын
3 phase motor
@coolsk9
@coolsk9 3 жыл бұрын
3 phase stater motor control by using phone calling
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@coolsk9 hmmmmm.....
@coolsk9
@coolsk9 3 жыл бұрын
@@AhmadLogs sir tell me your WhatsApp number I can send sample video for you
@spacex8872
@spacex8872 3 жыл бұрын
Hello sir, for me every one second led blinks
@TeachMeSomething
@TeachMeSomething 3 жыл бұрын
Then it is not connected to network. Connect antenna or do the project in open area
@spacex8872
@spacex8872 3 жыл бұрын
@@TeachMeSomething Hello Sir, Actually I'm not understand what r u means Is there nay possible way that I contact u via any social media
@TeachMeSomething
@TeachMeSomething 3 жыл бұрын
kzbin.info/aero/PLYL7cTjwG3K8ygz8Y--lwl8JTjFLkpqlH
@davydbar
@davydbar 3 жыл бұрын
Very good project !. I am a new subscriber to your channel !! I made a gps speedometer for my motorcycle and would like to improve it with the tracking function. To this project that you did, I could add an oled display to see the gps information? regardless of the original operation of the program. Thank you!!
@AhmadLogs
@AhmadLogs 3 жыл бұрын
thanks you too. you can easily add oled in this project.
@bereketassefa7796
@bereketassefa7796 Жыл бұрын
Thank's a lot
@AhmadLogs
@AhmadLogs Жыл бұрын
so nice of you
@heyymanathan9668
@heyymanathan9668 3 жыл бұрын
Sir can u make a video like this but with Arduino Uno
@AhmadLogs
@AhmadLogs 3 жыл бұрын
I have already made it using arduino. please check my channel page
@heyymanathan9668
@heyymanathan9668 3 жыл бұрын
@@AhmadLogs oww , I couldn't find it sir
@heyymanathan9668
@heyymanathan9668 3 жыл бұрын
May I know the day that sir upload video
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@heyymanathan9668 check this. kzbin.info/www/bejne/aIXTZWydYr13rc0
@عبداللهالشيخحسن-ل7ت
@عبداللهالشيخحسن-ل7ت 2 жыл бұрын
Please my serial monitor is not showing anything why:(
@AhmadLogs
@AhmadLogs 2 жыл бұрын
1. check rx and tx connections. 2. set correct baudrate in serial monitor
@purvanshigupta136
@purvanshigupta136 2 жыл бұрын
@@AhmadLogs I m having the same problem . Checked all connections and baud rate but there is no output on serial monitor
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@purvanshigupta136 what is the led status of your gsm module. which sim card you are using with sim800l?
@purvanshigupta136
@purvanshigupta136 2 жыл бұрын
@@AhmadLogs blinks 2 times a second after 5 or 6 second. I'm using BSNL sim
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@purvanshigupta136 there is some issue with your sim800l. it must blinks once in every three seconds. while internet connection it must blinks twice in every seconds. have you select the correct baud rate from serial monitor (115200)
@TechnicalidEas07
@TechnicalidEas07 2 жыл бұрын
Why not reply my gsm !!
@AhmadLogs
@AhmadLogs 2 жыл бұрын
what is the led status of your gsm module
@TechnicalidEas07
@TechnicalidEas07 2 жыл бұрын
Delay 3 second
@AhmadLogs
@AhmadLogs 2 жыл бұрын
@@TechnicalidEas07 and what is the output of serial monitor
@TechnicalidEas07
@TechnicalidEas07 2 жыл бұрын
Please massage me
@coolsk9
@coolsk9 3 жыл бұрын
3 phase motor
@AhmadLogs
@AhmadLogs 3 жыл бұрын
I need to learn it. before make this project. I may take sometime. I will try but not soon
@heyymanathan9668
@heyymanathan9668 3 жыл бұрын
Hello Mr Ahmad, im facing a problem which is I couldn't receive any messages, for example when I message get location to sim 800l from phone x which I add the hp no in coding, but I couldn't receive any notifications, may I know what is the mistake I add it For your information im using arduino uno and I did a small edit in code for Example, I change d5 just to 5 and change nodemcu to arduino. Thats all
@AhmadLogs
@AhmadLogs 3 жыл бұрын
what shown on serial monitor? check if the message memory of sim800l. if message memory is full then sim800l does not respond to the phone x
@heyymanathan9668
@heyymanathan9668 3 жыл бұрын
@@AhmadLogs drive.google.com/file/d/1-2emi23FOdLPoEbFaVfO96unv5DHhPk_/view?usp=drivesdk Here is the picture link of serial monitor
@heyymanathan9668
@heyymanathan9668 3 жыл бұрын
@@AhmadLogs may ik how to check the message memory
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@heyymanathan9668 you can delete all the messages from the memory using (AT+CMGD=1,4) command. add it to the setup() function. and test the project again
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@heyymanathan9668 ?????? means poor Rx or Tx connection. also checks baudrate at the bottom right corner of serial monitor. it must be 115200
@musicAI42844
@musicAI42844 3 жыл бұрын
I am getting problem. It only displays the sms on serial monitor but not the latitude and longitude and I don’t get the sms on my phone on sending get location to sim800l sim card
@AhmadLogs
@AhmadLogs 3 жыл бұрын
I think your gps module not connect to the satellite. the program sends back sms only if the valid location is found.
@musicAI42844
@musicAI42844 3 жыл бұрын
@@AhmadLogs it is connected because it blinks the inbuilt led… please make video on blynk gps and sim800l module… i have asked you since so long to make such video sir
@AhmadLogs
@AhmadLogs 3 жыл бұрын
@@musicAI42844 have you check this. kzbin.info/www/bejne/aKasYnhmocitm5I I will soon make it with esp8266 nodemcu
@predcr
@predcr Жыл бұрын
Why shall we use this code? What is the necessity? //sender phone number with country code //Note: Not enter the SIM800L Phone Number here const String PHONE = "ENTER_YOUR_PERSONAL_PHONE_NUMBER";
@AhmadLogs
@AhmadLogs Жыл бұрын
possible use cases for this code: 1. Authentication: You may want to restrict access or perform certain actions only when the phone number matches a specific authorized number. 2. Security: By comparing the received phone number, you can ensure that the commands or actions are initiated by an authorized user.
@predcr
@predcr Жыл бұрын
@@AhmadLogs Can you provide paid assistance for designing this PCB?
@AhmadLogs
@AhmadLogs Жыл бұрын
@@predcr For Paid Projects Hire Me On Upwork: www.upwork.com/freelancers/~017720a686aa38f530
@the_nishu_dixit
@the_nishu_dixit Жыл бұрын
if we use switch when press it then send the location how to modified the code plzz reply @AhmadLogs
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
GPS-трекер на базе ESP8266
8:40
Avislab
Рет қаралды 49 М.
Getting Started with A9G Board | GSM + GPRS + GPS 🔥🔥
25:49
How to send GPS data to Adafruit IO using NodeMCU
16:32
MyEngineeringStuffs
Рет қаралды 1,2 М.
Real Time GPS Location Tracker using ESP8266 & Blynk with Google Maps
7:24
How To Electronics
Рет қаралды 75 М.
GPS Tracker Using NodeMCU | ESP8266
6:28
Just Do Electronics
Рет қаралды 33 М.
Arduino and nRF24L01. Wiring and wireless control by Arduino
16:33
Заметки Ардуинщика
Рет қаралды 931 М.