Are you able to run TensorFlow Lite Micro on the Arduino Nano 33 BLE?

Hi,

So as far as i'm able to see, it is possible to use TensorFlow Lite on the Arduino Nano 33 BLE Sense with the attached sensors. However, I'm looking to implement a custom Computer Vision project, using a compatible camera. Is it possible to use the Arduino Nano 33 BLE? While it is not listed within the compatible microcontrollers, it essentially uses the same microchip (nRF52840).

Kind regards,

Coen

Yes, it is possible. The only difference between the two boards is the on-board sensors. Those sensors make The Nano 33 BLE Sense a convenient board to use for machine learning applications where the sensors are applicable, but you can always use any sort of external input with a Nano 33 BLE board.

1 Like

Thanks for the quick response!
It was useful since the 33 BLE Sense is not available in my country and a bit more expensive. I couldn't find this answered anywhere else.

You are welcome. I'm glad if I was able to be of assistance.

Regards,
Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.