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).
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.
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.