09-04-2023 04:27 PM
I have designed the schematic for a project I am currently working on, and I have received the PCB. However, I'm confused about the software part of using the STM32F103C8T6 microcontroller and the BNO055 IMU sensor. I've looked at some example projects, but I'm having trouble with reading data from the sensor. The libraries used in the example projects seem quite complex, and I'm not sure which parts I should select. The C source file for the sensor is even more complicated. Do you have any suggestions on what I should do? Thank you very much.
Solved! Go to Solution.
09-13-2023 08:31 AM
Hi DoganSamil,
This is an example of multitasking using FreeRTOS.
If your project does not support multiple tasks, you can copy code in BNO055_task.c to main.c and run it.