-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The TomTom Mkii Bluetooth GPS receiver does not automatically turn on when power is applied via its charging port. The power button must be held for approximately 1 second to toggle it on/off. This program is intented to be used with an ardunio with an I/O pin connected to one of the leads of the power button to simulate a power button press and turn the device on as soon as power is applied to the charging port and also turn the device off when power is removed from the charging port. | ||
|
||
Also this program will wake the GPS unit periodically so that it can maintain a good GPS lock. (the unit automatically turns itself off after 5 minutes if it is not connected to anything via bluetooth, so the battery will not be used very much) |