ESP32 GPS Tracker | NEO6M | OLED

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

ความคิดเห็น • 136

  • @gabrielbrandao9744
    @gabrielbrandao9744 ปีที่แล้ว +3

    You was the only guy who got me help, thank you so much!!! Good job and keep up 💪💪💪💪

  • @MinhNguyen-jt3ff
    @MinhNguyen-jt3ff 2 ปีที่แล้ว +2

    sorry i have some troubles, it print "no data". Personally, i think that because i use it indoor. is that right ?

  • @robertovergotti1035
    @robertovergotti1035 25 วันที่ผ่านมา

    Wonder, if you could connect this data to the bluetooth of a nearby device to send it to Home Assistant.

  • @cemtanca2286
    @cemtanca2286 2 ปีที่แล้ว +1

    guys change the mini batery on neo6m (it must be 3.3 volt ) and take out the golden sockets of antenna of gps solder the cable diretly and carefully = you will see how powerfull it is .just a advice = 24 satelites indoor at Turkey

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      that's perfect

  • @vijayuikey25
    @vijayuikey25 2 ปีที่แล้ว +2

    this program is not working . it's showing ssd1306_White was not declared in this scope. please suggest how to remove it

  • @abservosystems4971
    @abservosystems4971 ปีที่แล้ว

    Super super good tutorial. Certainly follow you all the time. Excellent 👌

  • @ShogaTatsuki
    @ShogaTatsuki 6 หลายเดือนก่อน

    Hello, I'm using an ESP32 too but mine is 38 pins, which board should I choose in the Arduino IDE?

  • @technicalgovind5761
    @technicalgovind5761 3 ปีที่แล้ว +1

    I know that you will solve my problem coz you are my coding hero thanks in advance sir if you will need code i will surely show you where i am getting problem

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      ok. thanks for appreciation

  • @daniyalrazakazmi7249
    @daniyalrazakazmi7249 ปีที่แล้ว

    Great Video.
    On which software do you make Wiring Diagram?

  • @mikelgomez3954
    @mikelgomez3954 10 หลายเดือนก่อน

    Thank you for your video!. I'd need some help please. I have the NEO-6M-0-001 with little antenna connected with ESP-32 as you suggested. The program tells me in "gps.satellites.value()" there is 0 satellites available. In the GPS board there is one red led all the time on, and the rest leds aren't blinking. So, what is the problem?. Thank you in advance 👌👌👌

  • @woldecosgrove
    @woldecosgrove 4 หลายเดือนก่อน

    Hello i try your code but compiler complaint the following error: could you please advise?
    error: no matching function for call to HardwareSerial neogps(1);

  • @althafhussain7939
    @althafhussain7939 หลายเดือนก่อน

    I am currently running school management software (mobile app). I want to implement GPS tracker for school buses and show their location in my mobile app, can you tell how to do it

    • @yasyasmarangoz3577
      @yasyasmarangoz3577 หลายเดือนก่อน

      Are you allowed to use a SIM card?
      Does the Bus have WLAN?

  • @MediaUkhrawi
    @MediaUkhrawi ปีที่แล้ว

    Hello Ahmad,i have a question. Can u add the Gsm Sim800l or Sim900a for this same coding in this project to put more advantage for this project, Hope u answer this question Thank You.

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      you will have to modify the code.

    • @adventuresofviswan1075
      @adventuresofviswan1075 ปีที่แล้ว

      ​@@AhmadLogs does the given above code work

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      @@adventuresofviswan1075 yes

  • @lovepreet8995
    @lovepreet8995 ปีที่แล้ว

    It gives me some error when i run then code: "The port selected for troubleshooting does not exist or the board is not connected"...how can i fix this? Thank you

  • @samrev292
    @samrev292 ปีที่แล้ว

    The ESP32 3v3 pin's sometimes giving an unstable voltage. Does it has a side effect for the GPS module's work?

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      Yes, an unstable voltage on the ESP32 3V3 pin can have side effects on the GPS module's work. The GPS module requires a stable power supply to function properly, and any fluctuations or noise in the power supply can cause errors or interference in the GPS signal.
      In general, it's recommended to use a stable and regulated power supply for both the ESP32 and the GPS module. If the 3V3 pin on the ESP32 is not providing a stable voltage, you can try using an external voltage regulator to provide a stable 3.3V power supply for the GPS module.

    • @samrev292
      @samrev292 ปีที่แล้ว

      @@AhmadLogs really good advice, Ahmad. Thank u so much

  • @madnoajiq6958
    @madnoajiq6958 ปีที่แล้ว

    Hello, im having a problem right now. My GPS blinks every second, but when I try to check on the serial monitor, "No data". I'm not using any OLED display, so I changed all display.print to Serial.print. Still "No data".

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว +1

      check your rx and tx connection

  • @fiqianarofi2991
    @fiqianarofi2991 ปีที่แล้ว

    good ride....but can you read data into sdcard?..how the code is?

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว +1

      Thanks for watching! Yes, it's possible to read data from an SD card using a NodeMCU board. To do so, you would need to initialize the SD card library, specify the CS pin for your SD card module, and use functions such as "SD.begin()" and "SD.open()" to access the data stored on the card.
      I will try to make a video on it soon

  • @yuefeisuo2600
    @yuefeisuo2600 ปีที่แล้ว

    Thank you for sharing all of your projects! This item can increase SD Card and Data Logging? Sorry my english may not be accurate

  • @ais_robotic
    @ais_robotic 2 ปีที่แล้ว

    is possibles to use RF433 module and OLED Display +servo together??
    i am trying but tired! please give a solution?

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      give me some more detail about the idea

  • @AlbertHance
    @AlbertHance 6 หลายเดือนก่อน

    no matching function for call to 'hardware serial::hardware serial(int) I had this error message come up when compiling. what should I do? Thank You

    • @ivandjones
      @ivandjones 5 หลายเดือนก่อน

      I had this too. You likely have the wrong library installed. There are a few with similar names.

  • @snyperbob
    @snyperbob 2 ปีที่แล้ว

    Thank you for sharing all of your projects! Do you think this particular one would work with a Wimos D1 Mini?
    I'm waiting on an Arduino Nano to arrive to build the newest GPS setup you shared.
    Thank you

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      thanks, yes it will definitely work on wimos d1 mini.

    • @vijayuikey25
      @vijayuikey25 2 ปีที่แล้ว

      this program is not working . it's showing ssd1306_White was not declared in this scope. please suggest how to remove it

    • @snyperbob
      @snyperbob ปีที่แล้ว

      ​@vijayuikey25 are you using an ssd1306 screen

  • @kamikaqu
    @kamikaqu 2 ปีที่แล้ว

    if i dont have the lcd can i use the serial monitor for display & what i need to change interm of coding ?

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      you need to change lcd.print to serial.print

    • @kamikaqu
      @kamikaqu 2 ปีที่แล้ว

      @@AhmadLogs thank you so much

  • @cyrix_1
    @cyrix_1 2 ปีที่แล้ว +2

    Well done tutorial. Thank you.

  • @mickaelbrient1274
    @mickaelbrient1274 2 ปีที่แล้ว

    Hello really a great job. is it possible to put the device on battery for more mobility? what would then be its autonomy? thank you Michael
    Could it be use by Google map

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      you might use 3.7v battery for powering.
      for google map, you need to update the code

    • @vijayuikey25
      @vijayuikey25 2 ปีที่แล้ว

      this program is not working . it's showing ssd1306_White was not declared in this scope. please suggest how to remove it

  • @muhammadkahfibinjumali-7002
    @muhammadkahfibinjumali-7002 2 ปีที่แล้ว

    does this code display in serial monitor i mean the latitude and longitude..

  • @BìnhminhNguyễn-s7h
    @BìnhminhNguyễn-s7h 8 หลายเดือนก่อน

    Can I replace it with esp 8266?

  • @luisvaamondez1323
    @luisvaamondez1323 9 หลายเดือนก่อน

    Many Many Thanks!

  • @chbhaskar6413
    @chbhaskar6413 ปีที่แล้ว

    I am using gps with reciever from rybo labz any changes to make

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      I have no idea

  • @althafhussain7939
    @althafhussain7939 หลายเดือนก่อน

    Brother Can you tell me the gps tracker name

  • @robertovergotti1035
    @robertovergotti1035 25 วันที่ผ่านมา

    Meraviglia, se si riuscisse ad connettere questo dato al bluetooth di un dispositivo presente nelle vicinanze per inviarlo ad Home Assistant.

  • @dapilot9408
    @dapilot9408 ปีที่แล้ว

    how can you send the data (lat,long,speed) to an mqtt server?

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      I will try to make a video on it

  • @Ari-uj2sy
    @Ari-uj2sy 2 ปีที่แล้ว

    Hello sir, I tried out the connection with the code u provided but it's not showing any output ..not even in the serial monitor ...what should i do ?? Kindly share your thoughts... Thank you in advance

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      1. what is the LED status of your gps module
      2. have you select the correct baud rate from serial monitor

    • @Ari-uj2sy
      @Ari-uj2sy 2 ปีที่แล้ว

      @@AhmadLogs let me check that and again ...will need your help further so kindly do reply hereby ....thank you so much

    • @Ari-uj2sy
      @Ari-uj2sy 2 ปีที่แล้ว

      @@AhmadLogs The LED in gps module is not blinking
      The baud rate I've selected for serial monitor is 115200
      In serial monitor the output is showing 0 ....

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      @@Ari-uj2sy when you power the gsp module. it blinks once for power ON indication. it the light not blinks at all its mean the module is damaged

    • @Ari-uj2sy
      @Ari-uj2sy 2 ปีที่แล้ว

      Ok ... Thank you sir for ur reply ....

  • @chbhaskar6413
    @chbhaskar6413 ปีที่แล้ว

    I want to see nmea decoded output in serial monitor can i do that

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      load nmea example from the File > Examples of arduino ide

    • @chbhaskar6413
      @chbhaskar6413 ปีที่แล้ว

      @@AhmadLogs thanks it worked

  • @snyperbob
    @snyperbob 2 ปีที่แล้ว

    Can you also pull and calculate local time from the GPS signal?

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      yes it is possible. I have done it using micropython. but not using c++

    • @snyperbob
      @snyperbob 2 ปีที่แล้ว

      @@AhmadLogs OK thank you! I have done it many years ago. I think GPS signal send time in GMT time zone. You just calculate the offset needed for your local time zone.

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      @@snyperbob yes you are right

  • @at.metime
    @at.metime ปีที่แล้ว +1

    How can i send gps data to telegram bot?

  • @JokeyXVII
    @JokeyXVII 3 ปีที่แล้ว

    this gps can be used to an indoor project?

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว +1

      yes, but gps module works well outdoor

    • @JokeyXVII
      @JokeyXVII 3 ปีที่แล้ว

      @@AhmadLogs thanks

  • @lukaszambal23
    @lukaszambal23 3 ปีที่แล้ว

    Hi, i have problem display shows no data what is wrong ?
    i am using esp wroom 32 everithing else is same as is on circuit diagram , thanks for answer :-)

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      check the gps module if it is working? display gps coordinates on serial monitor to check if there is displaying some data or not?

  • @zulfiarahimsa
    @zulfiarahimsa 2 ปีที่แล้ว

    hello ahmad where can i get the HardwareSerial libraries?

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      it is built-in. no need to install it

  • @technicalgovind5761
    @technicalgovind5761 3 ปีที่แล้ว

    1. When i get the IMEI number from the sim800l and store it as string, its not sending by http url
    2. I am taking user contact number in eeprom from esp32 web then fetch it using for loop . Problem is that sim800l not sending message on that number

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      I need to take a look at your code. then I can figure out the issue

  • @sisonpatrick4944
    @sisonpatrick4944 2 ปีที่แล้ว

    exit status 1
    no matching function for call to 'HardwareSerial::HardwareSerial(int)'

  • @syaduinotech3681
    @syaduinotech3681 3 ปีที่แล้ว

    Thanks for sharing mr ahmad.. really useful

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว +1

      So nice of you

    • @vijayuikey25
      @vijayuikey25 2 ปีที่แล้ว

      this program is not working . it's showing ssd1306_White was not declared in this scope. please suggest how to remove it

  • @tushardas3928
    @tushardas3928 3 ปีที่แล้ว

    Can u store latitude and longitude in Google firebase??

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      yes, we can use wifi or gsm module to connect to the internet. then upload the gps coordinates to firebase

    • @tushardas3928
      @tushardas3928 3 ปีที่แล้ว

      @@AhmadLogs I have GPS module NEO6MV2 and Nodemcu facing problems storing data in firebase

    • @tushardas3928
      @tushardas3928 3 ปีที่แล้ว

      @@AhmadLogs can u show me

    • @tushardas3928
      @tushardas3928 3 ปีที่แล้ว

      @@AhmadLogs GitHub account or other platforms where I can contact u

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      @@tushardas3928 can you please tell me in detail

  • @tutorialoke3562
    @tutorialoke3562 10 หลายเดือนก่อน

    run serial monitor or not? I've followed exactly the same, but nothing appears on the OLED screen

  • @techmoon_
    @techmoon_ ปีที่แล้ว

    thanks a lot

  • @Mellokazuha
    @Mellokazuha 3 หลายเดือนก่อน

    Can someone help, there is no error on my code but the result is NO DATA? what am i gonna do, I hope there is someone answer thank you!

    • @AGENT_V-252
      @AGENT_V-252 3 หลายเดือนก่อน +1

      Poor coverage maybe

  • @Fanan67
    @Fanan67 2 ปีที่แล้ว

    Hi, I am doing this project and I am getting an error with Adafruit_BusIO, I am using version library v2.5.3. What was the version used to comile this code to ESP32 board ? Many thanks.

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      as I know, I have used version 1.0.4 for ESP32 board

  • @fahmyanugrah933
    @fahmyanugrah933 ปีที่แล้ว

    why my gps not blinking so long?
    *indoor uses

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      neo6m is made for outdoor. you need an indoor gps module

  • @muhammadizzulaizatbinrusli4591
    @muhammadizzulaizatbinrusli4591 3 ปีที่แล้ว

    Can you do with python/micropython please ?

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      I will try soon

  • @ahmedtaher4015
    @ahmedtaher4015 3 ปีที่แล้ว

    جيد جدا طريقة العرض والفكرة ممتازه جدا
    لكن انا احتاج فديو الاردوينو

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว +1

      I have made it using arduino uno just displaying the speed. you need to add latitude and longitude to the code.
      I have added that video link in description.
      video title: "Arduino GPS Speedometer | OLED Display"

    • @ahmedtaher4015
      @ahmedtaher4015 3 ปีที่แล้ว

      @@AhmadLogs تمام انا شوفته من قبل
      لكن احتاج لشرح الفديو كي اعرف التوصيل والوظيفه لكل دخل وخرج

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว +1

      @@ahmedtaher4015 can you please give me some more detail to sort out your issue

    • @ahmedtaher4015
      @ahmedtaher4015 3 ปีที่แล้ว

      First, thanks for your interest I wish you success I saw your GPS and Arduino video and asked you to clarify and explain the work of the circuit And what does Bike on-off mean And what does sensing do? I mean to take advantage of the idea

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว +1

      @@ahmedtaher4015 I am trying to make version 2.0 for the gps tracker in which I will explain all the functionality practically

  • @chintaphaniramavaibhav3714
    @chintaphaniramavaibhav3714 2 ปีที่แล้ว

    i am getting error

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      give me details

    • @chintaphaniramavaibhav3714
      @chintaphaniramavaibhav3714 2 ปีที่แล้ว

      @@AhmadLogs ok i will send it here

    • @chintaphaniramavaibhav3714
      @chintaphaniramavaibhav3714 2 ปีที่แล้ว

      i dont think i can share screen shot using the youtube chat

    • @chintaphaniramavaibhav3714
      @chintaphaniramavaibhav3714 2 ปีที่แล้ว

      @@AhmadLogs A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
      getting this statement when fixed all the pins correctly and it is not able to get inserted as described by you bhaiyya

    • @AhmadLogs
      @AhmadLogs  2 ปีที่แล้ว

      @@chintaphaniramavaibhav3714 its mean your esp32 module is not connected to the computer. you just update the driver for your esp32

  • @speelnetwork6411
    @speelnetwork6411 3 ปีที่แล้ว

    plz make this code SIM800l +Arduino nano +OV7670 Camera live streaming web server

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      live streaming is not possible with 2g gsm module (sim80l). it uses gprs that is a slow. you need a gsm module with 3g or g4

  • @technicalgovind5761
    @technicalgovind5761 3 ปีที่แล้ว

    Hello sir

  • @Dark-uh6sc
    @Dark-uh6sc ปีที่แล้ว

    Esp8266??

    • @AhmadLogs
      @AhmadLogs  ปีที่แล้ว

      check this th-cam.com/video/F4fzvlPWFWo/w-d-xo.html

  • @shuvochowdhury1115
    @shuvochowdhury1115 3 ปีที่แล้ว

    Its not working for me with arduino uno module. I did the same circuit, same code. But not working. Always shows no data. I went outside of home as well. Do I need to do any modification?

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      can you please tell me the LED status of your gps module? LED must blinks once in every seconds

    • @shuvochowdhury1115
      @shuvochowdhury1115 3 ปีที่แล้ว

      @@AhmadLogs Yes, Led blinks in one second. It also shows data in serial monitor when connected without oled module.

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      @@shuvochowdhury1115 its mean you are facing issue with oled.
      just connect the oled with esp32 and then upload oled testing sketch from arduinoIDE -> Exapmes.
      let me know if the issue solved.

    • @shuvochowdhury1115
      @shuvochowdhury1115 3 ปีที่แล้ว

      @@AhmadLogsSorry, currently I don't have any esp32 module with me.
      And can't buy any because my project submission is in Wednesday.

    • @AhmadLogs
      @AhmadLogs  3 ปีที่แล้ว

      which micro-controller you are using then?