You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@ Currently we measure the distance with either HC-SR04 or JSN-SR04T ultrasonic se
9
9
10
10
Inspired by the Berlin project Radmesser. This version uses a simple push button at the handle bar to confirm distance-measures were actually overtaking vehicles. It has its own GPS and a SD card for logging, so it does not require any additional hardware (like a smartphone).
11
11
12
+
With version v0.3 on the firmware also exposes the measured data via buetooth.
13
+
You can use this to feed data to [SimRa](https://www.mcc.tu-berlin.de/menue/forschung/projekte/simra/) App.
14
+
15
+
## Updating
16
+
17
+
Because the version v0.3 and up uses a different partitioning schema for the
18
+
ESP32, this update cannot be done over the air. THis needs a onetime update
19
+
via USB cable connection. Once this was done you can OTA update again with
20
+
all versions (even back to v0.2.x).
21
+
22
+
12
23
## Find the documentation
13
24
14
25
You can find the OpenBikeSensor documentation under:
0 commit comments