Skip to content
Snippets Groups Projects
Commit 47b25612 authored by abheejani's avatar abheejani
Browse files

Full system test with AI suggestions

parent 174a0ba6
No related branches found
No related tags found
No related merge requests found
...@@ -53,3 +53,7 @@ ...@@ -53,3 +53,7 @@
# 2024-10-30 - Firmware Refinement # 2024-10-30 - Firmware Refinement
**Objectives:** Clean up code structure, separate driver modules, and finalize memory management routines. **Objectives:** Clean up code structure, separate driver modules, and finalize memory management routines.
**Work Today:** Organized flash and IMU drivers into separate files. Implemented a function to erase old sessions after data transfer. Tested continuous logging and wrap-around indexing. No corruption now. Firmware cleaner and more maintainable. **Work Today:** Organized flash and IMU drivers into separate files. Implemented a function to erase old sessions after data transfer. Tested continuous logging and wrap-around indexing. No corruption now. Firmware cleaner and more maintainable.
# 2024-11-01 - Full System Test with AI Analysis
**Objectives:** Transmit real IMU data to AWS, visualize in frontend, and test AI recommendations.
**Work Today:** Collected a short sprint dataset, transmitted over UART to web app. AWS processed data, displayed metrics within ~4 seconds, AI suggestions in ~8 seconds. Metrics aligned with expected values from reference video. System meets latency and accuracy goals.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment