Nicla Ozenda: la voce giovane e talentuosa dietro La Ruota della fortuna

Origini e formazione musicale Nicla Ozenda nasce il 16 ottobre 2002 a Sanremo , città simbolo della musica italiana e patria del celebre Festival della Canzone Italiana. Fin da bam

Quello che non ci dicono

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

#arduino #nicla #bosch

Still Nicla Sense ME BSEQ data problems

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); //_...

Arduino Forum

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

So, here is a brief sketch of the 'Small AI' stand. Construction made of alumuinum pipes. In the center, an @arduino #Nicla Vision with Edge Impulse FOMO will detect candies. Nicla module will also display the number of andies on the big seven-segment display. There is also a flashing light alarming if too few sweets are detected.

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

#Arduino

Still Nicla Sense ME BSEQ data problems

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); //_...

Arduino Forum

Here's a new #Arduino #Nicla Sense ME case. It's a variant of the waterproof case. This time 3dprinted on a 6mm riser pad under a skateboard truck.

I am always impressed by stopping a print, integrate metal parts and continue. There are M3 nuts in the riser pad base for the screws.

https://www.thingiverse.com/thing:5759796
#3dprint

Waterproof Arduino Nicla Sense ME & Battery Case (Lasercut Acryl) by emnullfuenf

Arduino Nicla Sense ME & Battery Case for lasercutting. Material: 3mm Acryl Additional Material: 4 M3x20mm screws 2 M4 screws baseplate or 2 M4 suction cups 30mm diameter Battery: 150mAh / 3.7V (26x20mm)

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

#machinelearning #edgeimpulse #nicla #tinyml

GitHub - Jakeler/ble-serial: "RFCOMM for BLE" a Serial UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows

"RFCOMM for BLE" a Serial UART over Bluetooth low energy (4+) bridge for Linux, Mac and Windows - Jakeler/ble-serial

GitHub