Color Changing RGB With OLED Mini Screen for Children.
by 1111756 in Circuits > Arduino
25 Views, 1 Favorites, 0 Comments
Color Changing RGB With OLED Mini Screen for Children.
This circuit is made for kids to learn colors easily, this circuit includes components like, wires, OLED mini screen (SSD1306), Arduino, USB cable, RGB led that switches to a new color every 5 seconds. Simultaneously, the color name is displayed on an OLED mini screen (SSD1306). This pairing helps learners connect color names with the actual shades, making the process engaging and enjoyable.
Supplies
U can Buy these components from the links given bellow
Arduino Uno with USB cable = https://www.amazon.ca/Arduino-KidsRobot-ATmega328P-Compatible-Official/dp/B09XN8L6XQ?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A1VLME0IAHBIPD
RGB led = https://www.amazon.ca/100pcs-Water-Clear-Common-Anode/dp/B016O7RJEW?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A1GAXWDENNA5P5
OLED mini screen (SSD1306) = https://www.amazon.ca/CANADUINO-OLED-Display-128x64-Pixel/dp/B07K7FZ9BZ?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A29AOP4GIE7DX6
Wiring
Here, This is most important part in building a circuit it wiring correctly and coding it correctly. Let's start with wiring to assist you in this task i have a picture of correct wiring too, firstly gather the components needed and place them to your desired points at your breadboard and take two wires wire them to the Arduino's 5V pin to breadboards positive pin and Arduinos GND pin to breadboards negative pin, then wire the RGB's Red color pin connect it to pin number 6 then, wire the anode pin to 5V pin, blue color pin to Arduino's pin number 11 and lastly Green color pin to Arduino's pin number 10. Now, The OLED mini screen (SSD1306) Wire GND to Arduinos GND pin directly or just wire GND from the breadboard(suggested), VCC pin to 5V pin, SDA to pin A4, lastly SCL to pin A5. THERE WE GO YOU SUCCESFULLY WIRED YOUR CIRCUIT.
The Code
Now, The last part "coding" i have some pictures of my code to help you write the code needed to make circuit work completely. it has the all the color code for Common cathode RGB led and the color code for Common anode RGB led. There are done with the circuit Now enjoy your circuit.