Тёмный

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

That Project
Подписаться 33 тыс.
Просмотров 20 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@ThatProject
@ThatProject Год назад
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 5 месяцев назад
This one works. Thanks. Another one I got did not work. I like working demo code much better than non-working demo code! 😀😍😇😜
@esk8windsor
@esk8windsor Год назад
Nice job man! Im working on something similar with a BN220.
@gordsh1
@gordsh1 Год назад
Thanks!
@jlcamry
@jlcamry Год назад
nice project
@AD-ig3vz
@AD-ig3vz Год назад
Cool project, thanks for sharing. Just a quick question - in this project does the touch work?
@ThatProject
@ThatProject Год назад
Sure. It's an application with 2 pages. When I touch the top title, you can see it goes to the next page. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-J0AYSS8xxOY.html
@AD-ig3vz
@AD-ig3vz Год назад
@@ThatProject Cool, I missed that part. Cheers.
@annoorkhan4219
@annoorkhan4219 Год назад
Nice ,Do you use square line studio for GUI ?
@ThatProject
@ThatProject Год назад
Yes. I used Square Line Studio for this 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.😁
@wjn777
@wjn777 Год назад
Nice video, thanks for sharing. Which compass library do you recommend for the BN-880?
@ThatProject
@ThatProject Год назад
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
@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
@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
@gordsh1
@gordsh1 Год назад
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 Год назад
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!
@annoorkhan4219
@annoorkhan4219 Год назад
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 Год назад
@@annoorkhan4219 Please leave your question about this project here.
@dimo3045
@dimo3045 Год назад
Cool, are you planning to make a video of the offline map?
@ThatProject
@ThatProject Год назад
I will try, but it seems very difficult.
@dimo3045
@dimo3045 Год назад
There is an "X-TRACK" repository on GitHub worth referring to
@ThatProject
@ThatProject Год назад
@@dimo3045 github.com/FASTSHIFT/X-TRACK It looks cool.
@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.
@syahrulll838
@syahrulll838 4 месяца назад
Can u add navigation feature with gpx file?
@ThatProject
@ThatProject 4 месяца назад
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. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zJvDw4UVDLc.html
@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.
@mail87523
@mail87523 Год назад
My suggestion is the esp32 canbus dashboard for various home and car automation devices
@ThatProject
@ThatProject Год назад
That's cool.
@blacktigers701
@blacktigers701 7 месяцев назад
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 7 месяцев назад
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 7 месяцев назад
@@ThatProject thank you so much mate!!ill waiting for that.
Далее
Developing Embedded GUI with SquareLine Studio [2/2]
30:00
这位大哥以后恐怕都不敢再插队了吧…
00:16
Tachometer Project on Makerfabs MaTouch 1.9
6:31
Просмотров 16 тыс.
How good is it? "WT32-SC01 Plus" with ESP32-S3!
5:41
I Made The Ultimate Cheating Device
9:39
Просмотров 1,1 млн
When you Accidentally Compromise every CPU on Earth
15:59