Cycle Connect (Howest MCT Project One)
by Vervaet Senne in Circuits > Raspberry Pi
38 Views, 0 Favorites, 0 Comments
Cycle Connect (Howest MCT Project One)
CycleConnect is a user-friendly web app designed to track and monitor your cycling activity. Record routes, distances, and durations effortlessly. Sync with GPS devices and smartphones. Get a comprehensive overview of your stats, set goals, and analyze your progress.
In possible future versions you will be able to connect with a vibrant community of cyclists, share achievements, and discover new routes. Train smarter with customized plans and performance analysis.
CycleConnect helps you stay motivated and embrace the joy of cycling.
Supplies
- Raspberry Pi
- GPS NEO6M-V2
- DS18B20
- Neopixel ring 24 leds
- power bank
- SD card
Make the Electrical Connections
- Get the components and rebuild the above electrical circuit.
Copy the Github Repo
Clone the github repo:
https://github.com/howest-mct/2022-2023-projectone-VervaetSenne/tree/main
For More Info About the Code
All functions should be documented in all files.
I used the following libraries:
- mysql-connector-python
- adafruit-neopixel
And I programmed these classes which are under the helpers folder in the repo:
- GPS
- DS18B20
- LCD
If Everything Is Setup Correctly Start Tracking Your Activities
You can start tracking your activities on the activity page
You can see all other info on the other pages, like a log of the last sensor data and also a list off all activities.
I Liked Working on This Project and I Will Probably Continue Working on It
The code in the Github repo might be updated later on. Feel free to comment on this instructable for more info about further development.
Vervaet Senne