Tools->Boards->Boards Manager
. We officially support the Arduino Nano 33 BLE Sense, Arduino Portenta H7 + Vision shield, Arduino Nicla Vision, Arduino Nicla Sense ME and the Espressif ESP-EYE (ESP32).
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
. Then install the ESP32 boards from the board manager menu.
Link ESP32 boards resources
Add espressif ESP32 boards
.zip
file.
Then to add the library and open an example, open the Arduino IDE and:
Include .zip library
Choose folder
Select example
Sketch example
Selecting the row with timestamp '320' under 'Detailed result'.
Copying the raw features.
static const float features[]
definition, for example:
Multiple libraries were found for ...
. You can delete old versions of the libraries to mitigate this. The libraries are located at:
My Documents > Arduino > libraries
~/Documents/Arduino/libraries/
~/sketchbook/libraries
Selecting the 1.1.4 Arduino core for the Arduino Nano 33 BLE Sense
src/edge-impulse-sdk/dsp/config.hpp
file in the library and add, before #ifndef EIDSP_USE_CMSIS_DSP
:
C:\Users\MYUSER\AppData\Local\Arduino15\packages\arduino\hardware\mbed\1.1.4\
or C:\Users\MYUSER\AppData\Local\Arduino15\packages\arduino\hardware\mbed_nano\2.1.0\
C:\Users\MYUSER\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.8.9\
C:\Users\MYUSER\AppData\Local\Arduino15\packages\adafruit\hardware\samd\1.6.3\
C:\Users\MYUSER\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\
C:\Users\MYUSER\AppData\Local\Arduino15\packages\esp32\hardware\stm32\1.9.0\