looking for example using BLE and I2C sensor
Hi, I have been following the STM32WB workshop, however the material seems to not fit to the current FW anymore.
I need to read a sensor that is connected via I2C and send the results via BLE.
I can get the sensor readings and output them via UART but as soon as APPE_Init() is called, the output to UART does not work anymore. I assume it is a problem due to scheduling, however the schedule.h file referenced in the workshop videos seem to not exist anymore, so I am stuck here.
Does anyone have a working current example of reading sensor values in parallel to running BLE services, or an updated info on how to use scheduling?