-
Fuser Dataprocessor - Crash on subscribe
by benodisee ·I've always used this version of the SDK, the #include was an error while making this thread, in the code I've always used the correct #include. -
Fuser Dataprocessor - Crash on subscribe
by Laura ·As I mentioned in my previous post, did you update the SDK yet? It's at 20.1 currently. I already mentioned the #include as the biggest differentiator. -
Fuser Dataprocessor - Crash on subscribe
by Laura ·#include "metawear/sensor/gyro_bmi160.h" -
Fuser Dataprocessor - Crash on subscribe
by benodisee ·#include "metawear/processor/fuser.h" #include "metawear/sensor/accelerometer.h" #include "metawear/sensor/gyro_bmi160.h" void setup_adc_delta(Mb -
Issues configuring sensor_fusion using g++ in Ubuntu on the MetaHub
by dmenzin ·#include "/home/pi/Apps/MetaBase/node_modules/metawear/MetaWear-SDK-Cpp/src/metawear/sensor/sensor_fusion.h" int main() { return 0; } void configure_sensor_fusion(MblMwMetaWear -
Datasheet MetaMotionR 0.2
by mgeorgi ·#include <stdbool.h> #include <stdint.h> #include "nrf_delay.h" #include "nrf_gpio.h" int main(void) { nrf_gpio_cfg_output(14); // r -
how to use metawear-sdk-cpp in C on Ubuntu.
by wchai ·#include "metawear/core/connection.h" -
writing in a text file
by ramzibenamara ·#include