Enviro Bike Tracker

A cycling computer built on a raspberry pi 2W using primarily web technologies and off the shelf electronics.

Tags
microcontrollersGPSsensors

TODO

This is a placeholder for a future project which will be a microcontroller based bicycle and enviromental data tracker. Very roughly I would like it to do the following:

  • record the following data and publish to a cloud server or home-assistant instance.
    • location (lat, long, altitude)
    • CO2 (ppm)
    • Temperature + pressure
    • particulate levels (PM2.5 and PM10)
    • orientation data, to detect if the bike has fallen over. Perhaps even detect theft, falls, etc.
  • GSM based waking up ever hour or so. Can perhaps do more when in motion if we use the movement data.