Basic Classes

  • Class 1 – Basic LED Blinking Using NOP

    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 […]

    Continue reading
  • 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 […]

    Continue reading