Це відео не доступне.
Перепрошуємо.

Let's build a GPS Speedometer with ESP32-S3 and BN-880Q(GPS, Compass) [1/2]

Поділитися
Вставка
  • Опубліковано 17 сер 2024
  • The project I made this time is the GPS Speedometer Application with ESP32-S3 (WT32-SC01 Plus).
    A speedometer is a tool that indicates the speed of a vehicle. A GPS module is required to know the speed information. The GPS module I used here is BN-880Q.
    This project is divided into two videos. This video covers the hardware-related parts, and the next one will cover working with the User Interface in SquareLine and LVGL.
    *Timestamps
    0:00 - Overall Demo
    0:22 - Compass Test
    1:36 - Speed Test
    2:00 - Hardware Configuration
    3:31 - Basic Source Code
    5:49 - Outro
    [Developing Embedded GUI with Square Line Studio [2/2]]
    • Developing Embedded GU...
    [How good is it? "WT32-SC01 Plus" with ESP32-S3!]
    • How good is it? "WT32-...
    [WT32-SC01 Plus]
    amzn.to/49kYcZg
    [BN-880 GPS module]
    amzn.to/3BMnhxP
    [MX 1.25mm Male Female Connector Kit]
    amzn.to/3Wo5bv1
    [Project GitHub]
    github.com/001...
    OLD GPS Project with NodeMCU
    [Part 1. NodeMCU(ESP8266) | GPS | ILI9488 - Showing the Latitude and Longitude on Display]
    • NodeMCU(ESP8266) | GPS...
    [Part 2. NodeMCU(ESP8266) | GPS | ILI9488 - Showing Google Map with Device Position on Display🗺️]
    • NodeMCU(ESP8266) | GPS...
    [Part 3. NodeMCU(ESP8266) | GPS | CSV Data Logging - GPS Tracker (feat. GPS Visualizer)🛰️]
    • NodeMCU(ESP8266) | GPS...
    #ESP32S3 #GPS #Speedometer #LVGL #Squareline #BN880Q #ThatProject

КОМЕНТАРІ • 45

  • @ThatProject
    @ThatProject  Рік тому +5

    For more projects - youtube.com/@ThatProject
    That Project Github Repository - github.com/0015/ThatProject
    Join FB Group - facebook.com/groups/138965931539175

  • @TradieTrev
    @TradieTrev Рік тому

    Awesome mate! You're really talented putting all of this together, got myself the same gps module so pretty keen to use your code to learn more.

  • @michealmorrow1481
    @michealmorrow1481 3 місяці тому

    This one works. Thanks. Another one I got did not work. I like working demo code much better than non-working demo code! 😀😍😇😜

  • @AD-ig3vz
    @AD-ig3vz Рік тому +3

    Cool project, thanks for sharing. Just a quick question - in this project does the touch work?

    • @ThatProject
      @ThatProject  Рік тому +2

      Sure. It's an application with 2 pages. When I touch the top title, you can see it goes to the next page. ua-cam.com/video/J0AYSS8xxOY/v-deo.html

    • @AD-ig3vz
      @AD-ig3vz Рік тому

      @@ThatProject Cool, I missed that part. Cheers.

  • @esk8windsor
    @esk8windsor Рік тому

    Nice job man! Im working on something similar with a BN220.

  • @gordsh1
    @gordsh1 Рік тому +1

    Thanks!

  • @annoorkhan4219
    @annoorkhan4219 Рік тому +1

    Nice ,Do you use square line studio for GUI ?

    • @ThatProject
      @ThatProject  Рік тому

      Yes. I used Square Line Studio for this project.

  • @mail87523
    @mail87523 Рік тому +1

    My suggestion is the esp32 canbus dashboard for various home and car automation devices

  • @romanthapa245
    @romanthapa245 Рік тому

    GPS is not working why I don't know why only the electric degree is working but the GPS module is blinking and no log and lad is shown what is happening then

  • @annoorkhan4219
    @annoorkhan4219 Рік тому +1

    I am try to compile it but can't do that .can you please help me ?

    • @annoorkhan4219
      @annoorkhan4219 Рік тому

      How can I contact with you?

    • @ThatProject
      @ThatProject  Рік тому +1

      @@annoorkhan4219 Please leave your question about this project here.

  • @wjn777
    @wjn777 Рік тому +1

    Nice video, thanks for sharing. Which compass library do you recommend for the BN-880?

    • @ThatProject
      @ThatProject  Рік тому +2

      As I mentioned, the DFRobot library for compass is good. It supports HMC5883 too.

    • @wjn777
      @wjn777 Рік тому

      @@ThatProject Great, thanks! I did not know it supports the HMC5883 too. Looking forward to your next video, the graphics look amazing

  • @gordsh1
    @gordsh1 Рік тому +1

    Eric, please please please could you do a video on setting LVGL library with Arduino and eTFT? I tried to follow your current setup video think I am missing a few configuration steps within the libraries. I am using an esp32 with ILI9342 and eTFT library and would love to be able to get the LVGL working. Thanks

    • @ThatProject
      @ThatProject  Рік тому +2

      LovyanGFX is more effective than TFT_eSPI. have you tried this? LVGL will be covered in detail in the next video. Thanks.

    • @gordsh1
      @gordsh1 Рік тому

      @@ThatProject Thanks Eric. Love your videos.

    • @ThatProject
      @ThatProject  Рік тому

      @@gordsh1 Thank you for your support!

  • @vincentmucchielli
    @vincentmucchielli Рік тому

    Great project, I think I will reproduce your project for my own need with an other GPS module, How did you build your own cable ?

    • @ThatProject
      @ThatProject  Рік тому

      The connector size should be MX 1.25mm.
      I bought this one, amzn.to/3CRXzIx

  • @jlcamry
    @jlcamry Рік тому

    nice project

  • @mikevhx5682
    @mikevhx5682 Рік тому

    If there are any io pins free, it would be cool to add gear indication, turn signal light, high beam to the screen.
    It would make a fab dash for scooters etc.😁

  • @justBusWales
    @justBusWales Рік тому

    Hi. I have the same hardware as you, but the part 1 code doesn't display anything the screen is black. If I change the tft.fillscreen to white it changes to white so code is running, any idea?

    • @ThatProject
      @ThatProject  Рік тому

      It's natural. If the BN-880Q is not connected, the screen is just black as there is no data obtained from it.

    • @justBusWales
      @justBusWales Рік тому

      @That Project Thanks for replying, I have figured it out, I have a BN-880 only with no "Q" prefix which means it uses the HMC5883L chip. So I changed all constant names and now running good.
      Thanks again.

  • @syahrulll838
    @syahrulll838 3 місяці тому

    Can u add navigation feature with gpx file?

    • @ThatProject
      @ThatProject  3 місяці тому

      Maybe it's possible. After reading the GPX file in XML format from the SD card, it is compared with the current GPS information to sequentially check whether each point has been reached. Writing a GPX file also seems to be very straightforward and simple. Otherwise, it may be difficult to read and navigate this. Anyway, thank you for the great project idea.

  • @thahamohammed
    @thahamohammed Рік тому

    totally new to this, any suggestions if i want to receive this speed real-time to my pc which is in a range of 2 or 3 km

    • @ThatProject
      @ThatProject  Рік тому

      It seems that the speed data can be transmitted using the LoRa module. ua-cam.com/video/zJvDw4UVDLc/v-deo.html

  • @GD-et5vi
    @GD-et5vi Рік тому

    Nice video. I am new to programming hardware but just bought a WT32-SC01 Plus! Do you have any barebones sample of making the display work with Arduino ( with touch function )?
    Thanks once again for the excellent tutorial. I will be building this once I gain some experience.

    • @ThatProject
      @ThatProject  Рік тому

      Thanks for liking my video. Unfortunately, I don't have an example source code for simple tasks. But I believe you can make it from my source code. Please let me know if you run into trouble doing your own project.

    • @GD-et5vi
      @GD-et5vi Рік тому

      @@ThatProject Cool, thank you so much. I will go through the source code and see if I can build something like a basic template. Your project looks cool and I hope I can build some cool stuff too using this nice display. Cheers & all the best - hope to see many more projects on your channel.

  • @dimo3045
    @dimo3045 Рік тому

    Cool, are you planning to make a video of the offline map?

    • @ThatProject
      @ThatProject  Рік тому +2

      I will try, but it seems very difficult.

    • @dimo3045
      @dimo3045 Рік тому

      There is an "X-TRACK" repository on GitHub worth referring to

    • @ThatProject
      @ThatProject  Рік тому +1

      @@dimo3045 github.com/FASTSHIFT/X-TRACK It looks cool.

  • @blacktigers701
    @blacktigers701 6 місяців тому

    Can you save the gps coordinate in sd card to track later on google maps or any other maps apps?if can can you provide the coding source?thanks.im yours subs now 😂

    • @ThatProject
      @ThatProject  6 місяців тому +1

      Wouldn't it be okay to just add a function to save the GPS data to the SD card from this project source code? Anyway, I will try that when I get a chance.

    • @blacktigers701
      @blacktigers701 6 місяців тому

      @@ThatProject thank you so much mate!!ill waiting for that.