Set up your computer for Arduino development.
Install the Arduino IDE from https://arduino.cc/downloads
Use the Arduino Boards Manager to install the “Arduino nRF528x Boards (Mbed OS)” definitions. Open the Boards Manager using the menu Tools -> Board: -> Boards Manager...
Search for "Nano 33 BLE" and install the Arduino nRF528x Boards (Mbed OS) definitions.
Install the following Arduino libraries using the Library manager:
- TensorFlow Lite library (search for "Arduino_TensorFlowLite")
- Arduino LSM9DS1 library (search for "Arduino_LSM9DS1")
Open the library manager using the menu Tools -> Manage Libraries...
Search for "Arduino_TensorFlowLite". Click the row and press the Install button to install TensorFlow Lite for Microcontrollers
Search for "Arduino_LSM9DS1". Click the row and press the Install button to install the Arduino LSM9DS1 accelerometer, magnetometer, and gyroscope library.
Linux users may need to configure permissions so their user can access the serial port. See the Getting Started Guide for Linux on the Arduino website for more information.