This project uses Arduino RP-2040 to implement a simple machine learning model to change the color of the on board tri-LED from BLUE to RED as the temperature sensed by the temperature sensor (thermistor) increases. This project uses CASP software for training the model on the PC and then transfer the trained model on to the board.
In general, this project demonstrates how to do machine learning on any Arduino board with CASP.
Steps to be followed:
Step 1. Install CASP and Arduino board support package from https://aadhuniklabs.com/?page_id=550. Please go through the below video on how to install:
Step 2. Create a simple project to check every thing is installed properly for Arduino Nano RP-2040 Connect. Please see below video for guidance.
Step 3. Use the tutorial project from the CASP installation directory to create and train a simple neural network model that changes RGB values with respect to input temperature data. Transfer the trained model on to the Arduino board. Validate and test for correct operation. All these steps are given in the below video. Please go through it.
Comments