Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.67 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.67 KB

README

This is a bike button subproject of Münsterhack 2022 project "fixMS", which aims to provide nicer UI for the flaw report form (Mängelmeldung-Formular) provided by the city of Münster. This subproject aims for the power user. It allows to quickly remember a position during a bike ride, which can be reported afterwards in calm surrounding.

3D rendering

3D rendering

Parts list and required tools

This are the parts and tools we used for rapid prototyping. But it is also possible to substitute it with other hardware.

Setup

const char* ssid = "...";
const char* password = "...";

The button is soldered to GND and pin 23. If you want to use an other pin you have to adapt the code accordingly.

Tech stack

Useful links