From c6728872570583ae589e66752c192d0cac4e8ecf Mon Sep 17 00:00:00 2001 From: PaulaScharf Date: Mon, 11 Nov 2024 16:39:43 +0100 Subject: [PATCH] update readme --- sensebox-bike-atrai-v2-esp32s3/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sensebox-bike-atrai-v2-esp32s3/README.md b/sensebox-bike-atrai-v2-esp32s3/README.md index c44a032..90a7d26 100644 --- a/sensebox-bike-atrai-v2-esp32s3/README.md +++ b/sensebox-bike-atrai-v2-esp32s3/README.md @@ -22,11 +22,10 @@ Threading with mutex - linear: 68ms - threading: 123ms -# Some lessons learnt +# Some notes - I had to rename the edge impulse library (the previous name was too long) - ESP32 BLE - expects different format for characteristic/service ids - no need to actively regularly poll, it does that on its own somehow - -# Open Issues -- How to set and get BLE device id like its done for senseBox? \ No newline at end of file + - I used the BLE-MacAddress for the name (because Im not sure where to get the MCUId from, like it was done with the senseBox-ble library) +- I had to adjust the partitions because flash was flowing over \ No newline at end of file