TIMER

  • Class 10 – Digital Clock Project using 7 Segment

    Hi Buddies, Most of the time, we check the time on our phone or on store-bought wall clocks. But just imagine… what if we built our own digital clock? How cool would that be! Today, let’s build a fully functional digital clock from scratch, step-by-step using the Buddy51 board. Before we begin, this project uses some concepts from previous classes. If you haven’t watched those, please check them out first: Class 3 – How Single […]

  • Class 9 – I2C Concept & RTC using DS1307

    Hi Buddies! Today on our BuddyKit, let’s explore one of the essential communication protocols – the I2C Protocol. Microcontrollers support many protocols like I2C, SPI, and Serial. Among these, I2C (Inter-Integrated Circuit) is widely used for communication between devices on the same board or across boards. I2C works with one master and multiple slave devices. Each slave device has a unique address, and communication starts when the master sends a data packet with the slave […]