Marvee Amasi
Marvee Amasi
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 9/11/2024 in #firmware-and-baremetal
Tensor Allocation Issue in TinyML Deployment on Arduino Nano 33 BLE Sense
Hey @Enthernet Code in your source code the #include <Arduino_L is not complete. You normally should replace it with the correct library for the IMU sensor. Since you're using the Arduino Nano 33 BLE Sense, you should include the correct library for the onboard IMU
#include <Arduino_LSM9DS1
#include <Arduino_LSM9DS1
9 replies