Hi,
I am trying to decide what kind of kit I can make use of best. The kit will be used for anomaly detection via Tensorflow Lite. Tensorflow lists supported devices on their website. Arduino Nano 33 BLE Sense is one of them. I will be using grove sensors, hence I need a shield as well.
There is a nice Arduino Nano 33 BLE Sense shield. My only problem with this, it does not have any connectors to TX/RX, so I am not able to connect my Grove WiFi module (if there was a built-in WiFi this wouldn't be needed).
Then, I have found this MKR shield. It is the perfect shield for my case. However, even though Arduino Nano 33 BLE Sense is a member of MKR family, it does not fit on that shield (I will not be using any jumpers).
So my questions are:
1 - Is there any other Arduino modules that is fine with tensorflow lite that I can use instead of Arduino Nano 33 BLE Sense?
2 - Is there any other shield for 33 BLE Sense that enables WiFi?