IMU Card [message #3] |
Sat, 11 April 2020 01:39 |
BobSmith
Messages: 10 Registered: April 2020
|
Junior Member |
|
|
Build an SPI based IMU card. A simple choice for this might be the BNO055. The Verilog for this peripheral should poll the chip at specified times and repackage the data into a single packet from the FPGA to the host. The host driver software should convert the data to text for display or further processing.
Configuration at the host should allow specifying the sample interval as well as the sensors sensitivities. This means the FPGA peripheral should have a 'pass through' mode to let the host set parameters at initialization time, and then switch to a 'poll' mode to collect the sensor data.
|
|
|