Simone Salerno

Results 82 comments of Simone Salerno

Which board are you compiling for?

Do you have an Arduino IDE 1 installation to try? If yes, please report if it compiles.

It is working fine for me on Arduino IDE 2.0. At the very beginning of the sketch, before importing EloquentTinyML, try ```cpp #define ESP32 1 ```

What sketch are you trying to compile?

I will take a look tomorrow on Windows

I can confirm it works on my Windows 10 Arduino 1.8.10, with both targets Arduino RP2040 Connect and ESP32 Dev Module. You may try to delete the library manually from...

Try to compile for an ARM board and see if that works at least.

I never encountered these kind of errors. I looks like something is broken with the CMSIS framework. Please install the Arduino_TensorFlowLite library from the library manager and try to compile...

I'm really lost here, I cannot find anything online about your error. I'm sure this is about the CMSIS framework, but it shouldn't appear when compiling against the ESP32. Please,...

Tensorflow-ESP ships a pre-compiled version of TensorFlow targeted at the ESP32. EloquentTinyML copies over the files from TensorFlow-ESP32 and adds an abstraction layer on top of it to: 1) make...