15. Wildcard week

Assignment

Design and produce something with a digital process not covered in another assignment, documenting the requirements that your assignment meets, and including everything necessary to reproduce it. Possibilities include but are not limited to wildcard week examples.

Running TensorFlow Lite Micro on ESP32

Things That Failed

Things That Actually Worked

Arduino library: MicroTFLite

Below is a program running on an ESP32 developement board that predicts the coresponding sin value of the input number using a machine learning model. It's complied and uploaded with Arduino IDE utilzing the MicroTFLite library.