Wifi Road Trip Logger (mbed Challenge Entry)
Aim
To create an in-car journey logger which wirelessly syncs with a home server when you park in your driveway and turn off the engine. Once on the server the user will be able to view their journey data (positional data on Google maps, graphs of 3 axis G etc), have the ablility to edit/trim the data and then save the data.
Hardware
- mbed (of course!)
- GPS
- Accelerometer
- Compass
- SD Card Reader (expanded storage for long journeys)
- Coin Cell for RTC
- Li-Ion Battery with Charging Circuit (To allow the unit to sync while the engine is off)
- LCD, joystick, buttons etc (for navigation on the unit)
- WiFly Module
mbed Software
- Interaction with all sensors
- SD card file system
- Text LCD and Buttons
- RTC Setting
- Wireless Networking
- Detecting battery operation
- The Unit should be small enough to carry. Therefore it may be useful for hikers, skiers etc. Battery life and unit robustness is obviously a concern here.
- Integration with social networking (FaceBook and Twitter). Similar to iMapMyRun.
- Obviously CAN integration would be good for detailed car information logging.
- Possible GSM integration for real time data logging. Could be too expensive due to cellular data charges.
- iPhone/Android apps. Would require an online presence for storage. Could be possible to use smart phone for real time information (via a bluetooth module) while in the car or use the smartphone's 3G connection to upload data.
5 comments
You need to log in to post a comment
Updated with Flow Diagram