Arduino Nicla Vision
sudo apt install screen
.Press RESET twice quickly to launch the bootloader on the Arduino Nicla Vision.
flash_windows.bat
, flash_mac.command
or flash_linux.sh
) to flash the firmware.--clean
.
Alternatively, recent versions of Google Chrome and Microsoft Edge can collect data directly from your development board, without the need for the Edge Impulse CLI. See this blog post for more information.
nicla_vision_ingestion.ino
(for IMU/proximity sensor) or nicla_vision_ingestion_mic.ino
(for microphone) sketch in a text editor or the Arduino IDE.nicla_vision_ingestion_mic.ino
sketch.
nicla_vision_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_PROXIMITY | cm |
audio
. If you want to switch projects/sensors run the command with --clean
.
Configuring the data forwarder for the Nicla Vision.
The Nicla Vision Data forwarder in the Devices tab.
nicla_vision_ingestion.ino
sketch and the Edge Impulse data forwarder to easily send data from any sensor on the Nicla Vision into your Edge Impulse project.