Wire the sensor to the ESP32
Connect the sensor and confirm raw readings over serial.
Wire raw sensor readings into a clean preprocessing pipeline ready for model input — the first checkpoint of the Production Edge AI Pipeline course.
This project takes a raw sensor feed and turns it into the exact tensor shape a trained model expects — the unglamorous but essential first step of any real edge AI pipeline.
You'll leave with a clean preprocessing pipeline you can reuse across sensors and models, and an understanding of why this layer is where most on-device failures actually originate.
Follow the steps in order, verify each checkpoint, and finish with a working project you can explain and extend.
Connect the sensor and confirm raw readings over serial.
Normalize, window, and shape readings into model-ready tensors.
Confirm the on-device pipeline matches what the model was trained on.
Pipe the preprocessed tensor into the model input — ready for the next project.
Use this project as a concrete piece of your embedded, IoT, or edge AI portfolio.
Start Building →