Hi,
I collected the data for the MPU6050 sensor using an ESP32.
I was trying to compile an edge impulse library for ESP32 using the Arduino CLI but I am not able to compile it.
I only get the error when I use the custom edge impulse library.
You’re trying to compile ARM neural network functions but the ESP32 does not use an ARM architectures. The ESP32 uses Tensilica architectures.
Also note that we’ve recently release an official support for ESP32 using the esp-idf, you’ll get better performances than using Arduino tools as it leverages esp-nn instructions.