Andreas Mandel

Results 73 comments of Andreas Mandel

@opatut - can there something been auto generated from the rules you applied? We do have: https://github.com/openbikesensor/OpenBikeSensorFirmware/tree/master/.idea/codeStyles for CLion. I'm not sure if there is something similar for VS-Code?

I did implement a way to upload the collected track data in server mode without the need to connect a browser. What other frequently used use cases would be beneficial?

@gluap - can you try to put something between the 2 tof-sensorboards so that they can not change the distance to each other when the road gets bumpy. I used...

Thanks for all the details! Better than a filter is to find a way not to get these false measurements at all. For me I only see this measures if...

When trying to establish a software filter. you can use the raw measurement data which is also stored in the csv file. There had been plans to synchronize recordings with...

@mega-stoffel - the input is of type password and so should be treated as your browser treats every password (typically by not displaying the input and treating it as secret)....

Actually the password is not stored on the SD card (it never was) but in the ESP internal flash memory. It is exposed in clear-text with the configuration backup.

Redirecting the log can be done via `esp_log_set_vprintf` on the other hand we want to reduce write access to the SD card. Adding the data to the usual csv can...

Actually I do not know why it was not moved over. If it is to technical it might be placed in https://github.com/openbikesensor/OpenBikeSensorFirmware/tree/master/docs/software/firmware ? @FabianSchwartau - be warned I'm not sure...