Skip to content
gwbres edited this page May 19, 2018 · 5 revisions

PCB

gps-logger/PCB contains the board PCB built with eagle:

eagle gps-logger/PCB/PCB.sch &

Board to control the GPS module with an MSP430 and two push buttons.


Power consumption:

the GPS receivers draws about 20 mA, and the MSP430 about 1 µA most of the time (LPM3 hibernation mode) so the estimated overall consumption is 20 mA. With generic 900 mAh batteries I can theoretically keep it running for 45 hours.


Prototyping board

I used this board to test the code & and the programming interface. The LED is ON when the user just pressed a button and the module does not accept any new input (busy/debouncing). Embedded functionalities are:

  • Start logger
  • Stop logger
  • Erase internal flash

Clone this wiki locally