working streaming of raw accel/gyro data. must restart firmware after run of test_basic.py

This commit is contained in:
2025-05-31 22:08:46 -06:00
parent 4574ee3088
commit 6ab68beb99
6 changed files with 170 additions and 7 deletions

View File

@ -146,3 +146,10 @@ make html
The output will be stored in the ``_build_sphinx`` folder. You may check for
other output formats other than HTML by running ``make help``.
## Resources
This was a useful tutorial for getting a bunch of bluetooth stuff working:
- https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-4-bluetooth-le-data-exchange/topic/blefund-lesson-4-exercise-1/
- Source code: https://github.com/NordicDeveloperAcademy/bt-fund/blob/main/l4/l4_e1_sol/src/my_lbs.h