Arduino Nicla Sense ME
sudo apt install screen
.nicla_sense_ingestion.ino
sketch in a text editor or the Arduino IDE.
nicla_sense_ingestion.ino
sketch). If you want to switch projects/sensors run the command with --clean
. Please refer to the table below for the names used for each axis corresponding to the type of sensor:
Sensor | Axis names |
---|---|
#define SAMPLE_ACCELEROMETER | accX, accY, accZ |
#define SAMPLE_GYROSCOPE | gyrX, gyrY, gyrZ |
#define SAMPLE_ORIENTATION | heading, pitch, roll |
#define SAMPLE_ENVIRONMENTAL | temperature, barometer, humidity, gas |
#define SAMPLE_ROTATION_VECTOR | rotX, rotY, rotZ, rotW |
eiSensors nicla_sensors[]
(near line 70) in the sketch example to add your custom names. e.g.:
Configuring the data forwarder for the Nicla Sense.
The Nicla Sense Data forwarder in the Devices tab.
nicla_sense_ingestion
sketch and the Edge Impulse Data forwarder to easily send data from any sensor on the Nicla Sense into your Edge Impulse project.