waterloo-rocketry / cansw_processor_canards

Firmware for the 2024-2025 processor board project, performing state estimation and control for the canards system
GNU General Public License v3.0
1 stars 0 forks source link

movella IMU module design #20

Open celery6 opened 1 month ago

celery6 commented 1 month ago

See #5

This module needs to coordinate with the polulu module as the interface to access an imu should be consistent across our project. see #12 for details

the movella IMU communicates via UART. this module needs to manage receiving raw sensor data from UART and do any decoding required to interpret the data.