January 4, 2024
Embedded Rust - RGB LED with Color Rotation
This project utilizes a micro:bit V2 and Kitronik Breakout Board to control an RGB LED with a common cathode. The code employs a timer to cycle through Red, Green, and Blue colors every 250 milliseconds. The required hardware includes a micro:bit V2, Kitronik Edge Connector Breakout Board, solderless breadboard, resistors, and jumper wires. Instructions guide users on connecting the components and identifying anode terminals on the RGB LED. Specific steps involve attaching resistors to the breadboard, connecting them to the LED, and linking the LED's anode terminals to the micro:bit. The project involves coding to assign LED colors to specific pins on the Kitronik Breakout Board. Connecting the micro:bit to a computer via USB, users flash the code onto the micro:bit using commands in the terminal. The project successfully demonstrates RGB LED control through micro:bit V2 and Kitronik Breakout Board.