Название | : | SIM800L GPS Tracker | Send GPS Data To Server Using Arduino and PHP |
Продолжительность | : | 15.09 |
Дата публикации | : | |
Просмотров | : | 93 rb |
|
hello, I have a question, Do I need two Arduino Uno to realize this project? Comment from : Gallardo Franco |
|
I done the tutorial but its not working the data of the Arduino not displaying in the system what happened? Its not displaying the marker locations in the Google map api Comment from : Ashnie |
|
I done the tutorial but its not working the data of the Arduino not displaying in the system what happened? Its not displaying the marker locations in the Google map api Comment from : Ashnie |
|
I done the tutorial but its not working the data of the Arduino not displaying in the system what happened? Its not displaying the marker locations in the Google map api Comment from : Ashnie |
|
@Ahmad Logs Can i use esp 32 instead of uno? Comment from : Innobi |
|
Does this counted as IOT project? Comment from : Raja Huzairi |
|
Hi sir can you help me to make qr based vending machine Comment from : Charanjeet Singh |
|
Thank you so much, Ahmad This video has helped me to overcome hurdles I was facing in a project I appreciate your teaching and clarity in passing information Comment from : Kenneth Attans |
|
Hello, Thank you for the video explantion I am using Arduino nano 33 Iot which runs on samd arquitectures but the AltSoftSerial runs in avr arquitectures Do you happen to know another library similar to the AltSoftSerial that runs on amd arquitectures? Thank you Comment from : Andres Ayala |
|
halo mas/kkmaaf bahasa indonesiasaya sedang mengembangkan gps tracker dengan modulsim808 dan arduinonamu sepertinya sim808 tidak bisa mendeteksi atau membaca kartu telkomsel hingga saya tidak bisa terhubung dengan gprs,,apakah saya harus menggunakan kartu khusus iot? Comment from : Ahlul Maich |
|
Muy buen tutorial, muchas gracias y felicitaciones! Comment from : Fermin Alberto Oyarburo |
|
I dont really get it how it works How is it connected to internet? Thanks, i need quick answer Comment from : jovanmal |
|
Hello!, i'm using the sim800l sketch test, and i'm having a problembrbrwhen I start the sketch the message appears:
br
brInitializing
br
brand keeps repeating the question mark (?) over and over againbrbrthe sim800l blinks every three seconds, i think he have signal, but i dont know why this messange ant the questions mark Comment from : Rees |
|
Very nice video Hi, I am using sim808 module for gps tracking But it was getting struct, when I am using both sms read if exist and send gps data to server simultaneously inside loop When any message received that message should be updated in http field value Can u please give me solution for this Comment from : Narayana P |
|
Hi, Nice video Neatly explainedbrI have an issue with the codebrWhen I use http in url, I get httpaction 0,200,801 and a html script as response for httpread command which gives a message that "this site needs java script to work please use browser with java script installed" and when I use https in url I get httpaction 0,601,0 Can you please help me with this? (I can also pay you) Comment from : Sumit Kumar |
|
Great video, I'm using a SIM900A, will this code still work? Comment from : Venura World |
|
Sir aik baat ap samja dain yaha pa tracking k ap na 2 methods banaye ha nah last wala sim800l tou Sir sim800l k saat karain baki first walay na karain tou koi issue nae hoga? Ya pher 2nu chips connect krna zarori ha jo ap na 2 test krky dikhae ha kindly reply as soon as possible Comment from : Kainaat Lone |
|
Thank you brother Comment from : ser_ser_i |
|
how can i add more attribute to send to the server? I want to send JSON data what part of the code should I modify? Comment from : Mohammed Bayan |
|
Hi, I actually wanted to ask that I'm using sim800l with Arduino uno to send SMS and make call simultaneously one after another but the problem is that after connecting to network call function is working really fine but SMS are not sent somehow, I've tried tons of code but SMS are not being sent please help if anyone can ! I would be really thankful Comment from : Tushar Bhardwaj |
|
Dhanwaad bai g Comment from : gurcharan Singh |
|
does this still works? Comment from : Briggette Cabalhug |
|
❤❤ Comment from : ali abed |
|
It is realy helpful!! Comment from : Auto Electric |
|
GPS not blinking what I do Comment from : A A |
|
hi sir can you make a relay control using esp32 rainmaker and sim800l? Comment from : Dudu Oyos |
|
Hi, can you please help me I tried your code and all of the at commands were ok but the data doesn't store to database Comment from : aubrey obcena |
|
hi can you make version for esp8266? Comment from : Zidan Rafif Pratama |
|
I would like the entire system to be connected to an infinite energy source (solar panel) is this possible? and if so, how much does the 800L sim chip consume per day? (I would like to send 2/3 messages per day) Comment from : Noé Roure |
|
me funcionó correctamente con un arduino uno, SIM800L y un Neon-6M 👍 Comment from : Kevin Castellanos |
|
👍👍👍 Comment from : park stark |
|
1:24 , 3:00 , 10:31 Comment from : Sagnik Mondal |
|
You did great work in explaining detailed video with perfect explaination i appreciate your work for this video and keep this type of video explaination it on further future work👍👍🙂🙂Good Job🙏👍 Comment from : Pavan Kumar P |
|
Hi Ahmed, all the videos are great Just I want to send GPS Data to the PHP server with esp6288 and sim800l and GPS module is neo6brCan you help me?? Comment from : alireza saberi |
|
Can we use M2M sim for this project? Comment from : Pre DCR for LTPs Andhra Pradesh |
|
Hola!! Realice todos los pasos para el hacer el test con el Neo 6 y visualizar los resultados en el monitor, keed say this line always: J qJ-⸮'JP⸮⸮KJR ⸮R ⸮⸮xkBJC⸮ηcJJbB B BB P jH⸮ JB bB ⸮e* c⸮)⸮IR ⸮ bCBB JBCbrComo puedo solucionarlo? Agradezco mucho si es posible su ayuda Comment from : Lorena Elizabeth Guerrero Zambrano |
|
Hi Ahmad brother, I have done the project according to your instructions The GPS coordinates are correctly displayed in the serial monitor, but the data is not getting updated in the remote database Please advise Comment from : Pradeep Kumar |
|
Sir is sim card card should have mobile balance ??? Comment from : Melam Rahul © |
|
Nice work can i use SIM900A instead of SIM800L Comment from : Daniel Kibret |
|
thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu Comment from : ali khaleghifar |
|
In 000webhost the phpmyadmin will not be opencan someone help me? Comment from : Deepanshu Mangolia |
|
#define rxPin 8
br#define txPin 9
brSoftwareSerial gpsSerial(rxPin,txPin);brbrHi, I noticed that the lines mentioned above are not called in the main code; could you kindly explain why? Comment from : Manula |
|
In the arduino code I see URL and url, what's the difference please I'm getting only error for the AT commands Comment from : Kwame Akwetey |
|
DATA IS UPLOADED ON DATABASE BUT GOOGLE MAP IS NOT SHOWING LOCATIONNWHAT IS THE PROBLEM HERE? Comment from : Sumit Garg |
|
SIR how to send location on the mobile number by massage Comment from : ZAGADE ROHIT |
|
Sir i was doing step step but ublox neo 6m led doesn't blink and moreover sim800l blinks but when I tested it using serial monitor,it does not showed ok after AT commandbrSir please reply soon Comment from : farhan MAQBOOL |
|
It works thanks for help sir!!!!brbrbut please explain the code and check the code is may be incomplete and add some comments so we can get the working of it brJai Hindi Comment from : Aman Jaiswal |
|
can we use SIM800A for this exact project?? Comment from : souraj darsan |
|
Thank you for your efforts, should the chip be available on the Internet credit Comment from : ismail sorhrani |
|
Sir can you please provide the code in which we can directly get latitude and longitude coordinates as sms in mobile through sim800l gsm module brPlzzzz sir Comment from : Sahil Haral |
|
How can I code gsm to send sms and send to the database at the same time Comment from : Collo Kiplla |
|
damot mo ahmad Comment from : MARIA JANNEST TEDRA |
|
Hey!! Can we use gsm sim900a? And replace the sim800L with sim900A in the code? Will it work? Comment from : Syeda |
|
11:30brI get a lot of errors ،as latiude and longitude - Show their value is zero zero zero zero Comment from : Hassan Ali |
|
Plz provide circuit diagram 😢😢😢 Comment from : Aman Ali |
|
Plz provide wire diagram Comment from : Aman Ali |
|
Is there a way to do the same thing by using nodejs and mongoDB? Thanks Comment from : Sheikh Muhammad Asad |
|
I want design same this project but with add max30100 how ican do it Comment from : jam tred |
|
Hello, I bought the same sim800l and NEO6, I want to ask you why the NEO6 is flashing after about 10 seconds??? Comment from : zouaoui saifeddine |
|
hello i follow the wirings and steps and code the serial monitor outputs only handshake and nothing follow it doesn't send the data to the database I don't know how to fix Comment from : Hannah Chico |
|
Hi, I’m currently doing a similar project Can I send you an email to ask a few questions about it? Thank you! Comment from : Toni Blake |
|
Can we use 14500 cell? Comment from : Aalishpa Imran |
|
Sir the serial monitor is not showing any responses to AT commands and the data is not showing in the database please Help sir Comment from : Nitin kak |
|
Sir the serial monitor is not showing any responses to AT commands and the data is not showing in the database please Help sir Comment from : SIE Club-DBIT |
|
I WANT TO DO IT WITH A9G MODULE GPS/GPRS Comment from : zouaoui saifeddine |
|
Sir can I have another question, in the video I saw, Neo6m Tx are going to Pin8 in arduino and Neo6m Rx in Pin9, why in the code Tx and Rx are define in Pin 2 & 3 sorry to ask you this but I'm confused Comment from : Jhonder TOLENTINO |
|
Plz give yr contact Comment from : Aerotech India |
|
Can we use ATtiny 85 intead of Uno I am trying to shrink the whole circuit Comment from : nitin bisht |
|
I should receive gps location to my mob when it detects the fire by flame sensor brHow can I modify this code??? Can you plz explain Comment from : meowwngi |
|
Hello sir, can I have a downloader link for the IDE that you are using? Thank you so much! Comment from : Jhonder TOLENTINO |
|
Hello sir, Does this work independently? I want to power up the Arduino with external power source Or it has to be connected to the pc via the cable all the time ? Comment from : mohammed amer |
|
Hello, Great tutorial brI am unable to see any commands on my native serial port I am using Arduino pro mini 8mhz Comment from : Aaqib Mushtaq |
|
It did work perfectly Thanks a lot bro Can you post about enabling auto increment? It will help novices like me I struggled a lot to find out problem and got it from
Leela Krishna's question Which you solved Comment from : Sheikh Misbah |
|
I want to compare two coordinates data The new coordinates compared with previous coordinates,if the result is > 1 km or something (calculate with haversine formula),that data will be stored in database What should i do? Comment from : RZQ |
|
Will it works with sim900 Comment from : VIGNESHWARAN SD |
|
If iam still initializing on serial monitor, what does it mean? And if i input AT it doesnt shows anythingbrbrHelp :? Comment from : Rizal Fathurrahman |
|
What is the battery backup of this project Comment from : Aditya |
|
Can we arduino nano instead of arduino uno? Comment from : NO DISTRACTIONS |
|
Thank you very much , you saved my life!! after long tries , it finally worked for me, thank you very much Comment from : Hazem Amry |
|
HibrCan Arduino Uno with NB-IOT SIM7000C Shield?brThank you Comment from : 阿安 |
|
Thank you! Comment from : Rade Petrovic |
|
Great video bro kya apse contact ho sakega mujhe ik project pe kaam karna hai agar aap banwady to behtar hoga contact number please Comment from : Rizwan Ali Shah |
Membuat GPS motor | GPS mobil | GPS tracker internet of things | Berbasis arduino. #arduino РѕС‚ : Logika Sederhana Download Full Episodes | The Most Watched videos of all time |
GPS Tracking System ( ARDUINO UNO with SIM808 GPS-GSM-GPRS Module) Send Data to web server real time РѕС‚ : Wonder Developer Download Full Episodes | The Most Watched videos of all time |
Memasang GPS Tracker | GPS Mobil berbasis arduino. tracking system gps internet of things. РѕС‚ : Logika Sederhana Download Full Episodes | The Most Watched videos of all time |
GPS TRACKER GF-07 | Best GPS Tracker for Bike in Bangla | সব থেকে কম খরচে জিপিএস ট্র্যাকার РѕС‚ : Kom Dam. Download Full Episodes | The Most Watched videos of all time |
GPS TRACKER GF-09 и GPS TRACKER GF-22 РѕС‚ : Добрый Кот Download Full Episodes | The Most Watched videos of all time |
SIM800L SMS Tutorial Using Arduino РѕС‚ : Superb Tech Download Full Episodes | The Most Watched videos of all time |
GF07 A8 GPS Mini A8 GPS Tracker Fake GPS Do not Buy! Tag8 РѕС‚ : Tegnotech GPS Download Full Episodes | The Most Watched videos of all time |
#55 Уроки PHP - Учим язык PHP, abstract и final классы и методы на языке PHP РѕС‚ : ITDoctor Download Full Episodes | The Most Watched videos of all time |
Project Arduino Keamanan Kendaraan dan GPS Tracker[PART 1] РѕС‚ : Duinomart Download Full Episodes | The Most Watched videos of all time |
Arduino GPS Tracker ( Anti Maling ) + Mematikan Kendaraan Melalui Sms РѕС‚ : Sains Teknologi Download Full Episodes | The Most Watched videos of all time |