How do I get the FP-NET-BLESTAR sample code to start sending all sensor data (acc, gyr and mag) from the STEVAL-STLCS01V1 sensor tiles?
It appears that the functionality is written into the code but I can't figure out how to get it to work. I am using the SW4STM32 IDE to build and compile and I know that in main.h there is #define ENABLE_MEMS 0 which can be changed to a 1 but the .h ...