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

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

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

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

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

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

    Thanks!

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

    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 9 หลายเดือนก่อน

    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 2 ปีที่แล้ว +3

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

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

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

    • @AD-ig3vz
      @AD-ig3vz 2 ปีที่แล้ว

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

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

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

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

    Nice ,Do you use square line studio for GUI ?

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

      Yes. I used Square Line Studio for this project.

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

    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  ปีที่แล้ว +1

      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 ปีที่แล้ว +1

      @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.

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

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

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

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

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

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

  • @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

  • @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  ปีที่แล้ว +1

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

  • @gordsh1
    @gordsh1 2 ปีที่แล้ว +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 ปีที่แล้ว +3

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

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

      @@ThatProject Thanks Eric. Love your videos.

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

      @@gordsh1 Thank you for your support!

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

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

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

      How can I contact with you?

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

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

  • @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. th-cam.com/video/zJvDw4UVDLc/w-d-xo.html

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

    nice project

  • @GD-et5vi
    @GD-et5vi 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      @@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.

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

    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.😁

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

    Can u add navigation feature with gpx file?

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

      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.

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

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

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

      I will try, but it seems very difficult.

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

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

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

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

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

    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  11 หลายเดือนก่อน +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 11 หลายเดือนก่อน

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