OpenBikeSensorFirmware
OpenBikeSensorFirmware copied to clipboard
Overtaking distance measurements for cyclists
See https://github.com/openbikesensor/OpenBikeSensor_PCB_Board/tree/obs-lite - [x] Detect OBS-lite variant via VoltageMeter -> GND - [x] Be relaxed is hardware is not found in OBS lite mode - [ ] Remove / hide...
For debugging, it is easier to just flip a flag :)
added a restart function to display.h that clears the grid, sends init commands to the display and restart its This will heal display glitches. This is performed every ~120 sec
Idea is to get a more flexible display definition that allows implementation of the following: - Statistic display when not moving (#110) - Display details of confirmed pass events (#272...
> You're actually entering into a very tricky and difficult area. See: https://arduino.stackexchange.com/questions/28079/wifi-password-safety
How can we implement a encryption for the wifi password without storing a private key and without entering a password each time. Store the private key in EEPROM? and only...
esp32_https_server is used for our https server. But development of https://github.com/fhessel/esp32_https_server seems to be stalled and there are more and more things we need workarounds for. #305 // https://github.com/fhessel/esp32_https_server.git#feature/subjectAltName
Hi, the links in the readme to the setup guides for vscode/clion/arduino are dead. If you want people to help improving stuff, this information would be nice to have ;)...
`DEV: GPS: TIMEGPS set: 2022-03-12T10:54:21 -> 2022-03-26T10:54:21 0ms.` `DEV: GPS: TIMEGPS set: 2022-03-20T12:23:52 -> 2022-03-27T12:23:52 0ms.` (GPS Week) Feels like we should xcheck the date received.