The official Arduino IDE 2.0 release candidate was just released for all major operating systems, so we'll review its features, workflow, and improvements.
In this project, my friend and I assembled a "virtual pen" with Arduino 33 BLE Sense that determines which digit the user is writing based on the motion they make holding the pen, without the use of a camera.
In this tutorial, we will load our model in Arduino using the TensorFlow Lite library and use it to run inference to generate an approximation of a sinewave.
We will create a neural network that is capable of predicting the output of the sine function, convert this model to TensorFlow Lite and examine it using Netron