OpenBikeSensorFirmware icon indicating copy to clipboard operation
OpenBikeSensorFirmware copied to clipboard

Overtaking distance measurements for cyclists

Results 80 OpenBikeSensorFirmware issues
Sort by recently updated
recently updated
newest added

Heya fellas! This is a bit bigger. The intention of this PR is to seperate the sensor code into two parts. One part is very low level and only deals...

Hi everyone, I just noticed, that (I guess) the DHCP server also announces itself as a gateway, so my laptop sets the default route through the wifi interface connected to...

Hi all! As I've taken my notes in English (and everything is becoming quite technical), I am adding his as an issue to github, not the the OBS forum: We...

Initiatives offering OBS for borrowing often offer them pre-configured with the initiative (ADFC, Makerspace) WIFI. Users would like to add their personal wifi to enable uploading from home. [On the...

enhancement

I'm tinkering with an attachement module to the OpenBikeSensor housing a pi and some extra measurement electronics. It would be useful to get the GPS position and date/time information from...

- try to understand why - might be better to switch to [Using a bundle of root certificate authority certificates](https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFiClientSecure/README.md)

This might be needed if: - servers out of our control use new root cas which we do not trust yet - during development or debugging of for fresh portals...

enhancement

- Include the TLS CA certificate trust store from [Mozilla's CA Certificate Program](https://wiki.mozilla.org/CA), processed by [curls CA extract](https://curl.se/docs/caextract.html). Based on this change all server certificates from portals which work "out...

- Avoid compile time warnings from CircularBuffer like… ``` In file included from src/OpenBikeSensorFirmware.h:29, from src/configServer.cpp:30: .pio/libdeps/esp32dev/CircularBuffer/CircularBuffer.h:3:102: note: #pragma message: WARNING: please change import directive from CircularBiffer.h to CircularBuffer.hpp #pragma...

These are the main changes required for the OBSPro. There are still some things to be tested. This code should be compatible with the OBSClassic, but I never tested that.