Welcome to an exciting journey into the world of Arduino and Python programming! In this comprehensive tutorial, we will explore the intricacies of controlling an Arduino board using Python and Tkinter, a popular GUI toolkit. Our goal is to teach you how to create a simple yet powerful user interface […]
tutorial
Below is the short video published on YouTube: Here’s the code: // ////////////////////////////////////////////////////////////////////////////// Project: Singing bowls illumination// Description: It turns on a different colour depending on which Chakra is played// Engineer: Alberto Lopez// More: https://misCircuitos.com// Date: 16 – nov – 2022 Chiang Mai (Thailand)/////////////////////////////////////////////////////////////////////////////// define DEBUG_MODE //Comment when finish debuging […]
For this tutorial, you’ll need: Arduino UNO 9 x Resistor 330E 1 x Resistor 10K BreadBoard Jumper Wires 9 x Led 5MM 1x Push Button Watch this full video: Full Code: #define led1 4 #define led2 5 #define led3 6 #define led4 7 #define led5 8 #define led6 9 #define […]