Skip to content

fix: imu fifo overflow error#516

Merged
ellliewilson merged 3 commits into
mainfrom
imu_fix_fifo_overflow
Mar 16, 2026
Merged

fix: imu fifo overflow error#516
ellliewilson merged 3 commits into
mainfrom
imu_fix_fifo_overflow

Conversation

@Katharine-Walters

Copy link
Copy Markdown
Contributor

Modified spi read to avoid occasional fifo overflow error

@ellliewilson ellliewilson left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMU code updates tested and ready to merge! A note to users before the proposed changes are merged to robot-ci: you will have to add the following lines to your config file to access the SPI ports needed for the onboard IMU

# SPI 
dtoverlay=spi0-3cs,cs0_pin=8,cs1_pin=7,cs2_pin=3
dtoverlay=spi1-3cs,cs0_pin=18,cs1_pin=17,cs2_pin=16

# Enable CAN Bus on SPI0-0
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=26

@ellliewilson ellliewilson merged commit f55e528 into main Mar 16, 2026
5 checks passed
@ellliewilson ellliewilson deleted the imu_fix_fifo_overflow branch March 16, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants