Skip to content

Commit 8eff31e

Browse files
committed
Add some comments about updating to the readme
1 parent 95a1193 commit 8eff31e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Currently we measure the distance with either HC-SR04 or JSN-SR04T ultrasonic se
99

1010
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).
1111

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+
1223
## Find the documentation
1324

1425
You can find the OpenBikeSensor documentation under:

0 commit comments

Comments
 (0)