Classes

  • Class 1 – Blinking an LED

    Hi buddies! 👋 Today, let’s learn how to make an LED blink using the 8051 microcontroller. This is one of the most basic and essential experiments when you’re getting started with embedded systems. 🔌 What Is LED Blinking? Blinking an LED simply means turning it ON and OFF repeatedly, with a delay in between. To do this, we need to understand two key concepts: Port Configuration Delay Generation ⚙️ 1. Port Configuration The 8051 microcontroller […]

  • Intro – BuddyKit – Software Installation

    Are you ready to start programming your BuddyKit 51 Mini with ease? This guide walks you through everything you need — from setting up the development environment to building and flashing your first project using SDCC and VSCode. 📁 Project Overview We’re using a well-organized project template designed for SDCC (Small Device C Compiler). It includes: Source folder for your .c and .h files Prebuilt libraries for common modules (LCD, EEPROM, RTC, Keypad, etc.) Scripts […]