skyforcetw / Garminuino

This is a project use GarminHUD as speedometer HUD, or a GoogleMap navigation HUD.

Home Page:https://hackaday.io/project/155238-garminuino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garminuino

There has two sub-project use GarminHUD as:

  1. an app, Google Map HUD (Android App+GarminHUD).
  1. a speedometer HUD (Arduino+GarminHUD, STOP MAINTAIN)

Known Issue:

  • The app will crash after booting on some device (ESPECIALLY ON ANDROID 6.0), then nofication capture will un-work. There has no solution for this bug now. If you encounter this issue, please follow step below to resolve (sometimes works) :
    1. Uninstall the app
    2. rebooting
    3. Install the app after booting.

Belows are two sub-proejct put together: GoogleMap navigation HUD(Left)+ Speedometer HUD(Center) Two Garmin HUD application

Belows are two sub-proejct & Android Auto put together:
GoogleMap navigation HUD(Left1)+ Speedometer HUD(Left2) + Android auto(Right1)
Two Garmin HUD application + Android Auto

Android App: Google Map HUD

App layout


ToDo List

  1. Add auto-connection function.
  2. Auto lanunch google map when HUD connected.
  3. ~~Comment source-code.
  4. Show some usage infomation when navigation is done, don't make it seems hang when navigating done.
  5. Figure out auto connection is working well or not.
  6. Lets "Show Speed" function working well.
  7. ~~Better auto-connection with GarminHUD
  8. ~~Support Sygic & OsmAnd (GIVE UP! Cause of bad text recongnition).
  9. Support Android Q's screen capture.
  10. Improve arrow recognition.

Authors

Contributor

  • Gabriel Valky / Frank Huebenthal - garmin hud protocol research - github

  • Niklas04 - help improve parsing & add German language support github

  • intervigilium - add support for BMW HUD github

  • Android-BluetoothSPPLibrary - Bluetooth SPP Library, use to link Garmin HUD. github

  • Android-BluetoothSPPLibrary - Bluetooth SPP Library also, which fixed issue of auto connection. github


Folder Structure

.
├── GoogleMap_Arrow_Recognize   # Arrow Recognize Experimental Project for Visual Studio C++
├── GoogleMaps_HUD              # Pure Android App based Google Maps HUD
├── navigation HUD              # Arduino based Googoogle Maps HUD (deprecated)
├── pics                        # Some pictures for README usage
└── speedometer HUD             # Arduino based Speedmeter with Garmin HUD

Hence the information below is not necessary anymore, but I still keep it for commemorative.

Initial concept of Garminuino This is the inital concept of Garminuino, but the implment is slight difference to the concept. For example, Garmin Hud is not linked by BLE, so BLE moduble is needless.

Speedometer HUD

IMAGE ALT TEXT HERE

(click image can link to Youtube film)

A OBD/CanBus parser by Arduino, and a speed info transmitter by bluetooth(to GarminHUD) .

navigation HUD (deprecated now!)

IMAGE ALT TEXT HERE

(click image can link to Youtube film)

Besides parts of Speedometer HUD, a USB Host Shield with a Android mobile phone can fetch Google Navigation info, and transmit info by bluetooth to GarminHUD, too.


About

This is a project use GarminHUD as speedometer HUD, or a GoogleMap navigation HUD.

https://hackaday.io/project/155238-garminuino

License:MIT License


Languages

Language:Java 75.2%Language:C++ 24.7%Language:C 0.1%