Tomorrow we'll present our paper "Similarities of motion patterns
in skateboarding and hydrofoil pumping" at #iWoar2024 hosted by #HPI in Potsdam.
@ACM @Hasso_Plattner_Institute
#skateboarding #foil #surfing #arduino #nicla
Tomorrow we'll present our paper "Similarities of motion patterns
in skateboarding and hydrofoil pumping" at #iWoar2024 hosted by #HPI in Potsdam.
@ACM @Hasso_Plattner_Institute
#skateboarding #foil #surfing #arduino #nicla
It's reassuring when you try to solve a problem and find your own answer. ;-)
https://forum.arduino.cc/t/still-nicla-sense-me-bseq-data-problems/1086863
There are already answers about how to get BSEQ IAQ values by increasing SENSOR_DATA_FIXED_LENGTH in SensorTypes.h. Unfortunately this only works for the LEGACY ID (115) and only for IAQ but not for the current one (171). Is there any update on how to get the BSEQ data working with all values (including CO2)? Here's the code i am using with the latest Arduino_BHY2 library (1.0.6): #include "Arduino.h" #include "Arduino_BHY2.h" Sensor gas(SENSOR_ID_GAS); SensorBSEC bsec(SENSOR_ID_BSEC); //_...
We have submitted our paper on the fusion of 3D human pose estimation and smart sensors to iWoar 2023 conference. With the results we try to identify the right timing for pushing in #skateboarding and similar sports.
#arduino #nicla #openpose
#humanposeestimation #iwoar
#machinelearning
I finally got the Bosch Sensortec BME688 environmental sensor working in @arduino #Nicla Sense ME. Somehow i had to increase the data limit of both values. Other solutions suggested only the first.
/libraries/Arduino_BHY2/src/sensors/SensorTypes.h
#define SENSOR_DATA_FIXED_LENGTH (30)
#define SENSOR_LONG_DATA_FIXED_LENGTH (30)
https://forum.arduino.cc/t/still-nicla-sense-me-bseq-data-problems/1086863
There are already answers about how to get BSEQ IAQ values by increasing SENSOR_DATA_FIXED_LENGTH in SensorTypes.h. Unfortunately this only works for the LEGACY ID (115) and only for IAQ but not for the current one (171). Is there any update on how to get the BSEQ data working with all values (including CO2)? Here's the code i am using with the latest Arduino_BHY2 library (1.0.6): #include "Arduino.h" #include "Arduino_BHY2.h" Sensor gas(SENSOR_ID_GAS); SensorBSEC bsec(SENSOR_ID_BSEC); //_...
I managed to aquire a live motion dataset with Edge Impulse via #BLE on #Arduino Nicla Sense ME!
Therefore i adapted the edge-impulse-data-forwarder in order to accept the virtual serial port of ble-serial on MacOS.
https://github.com/Jakeler/ble-serial
https://github.com/edgeimpulse/edge-impulse-cli