You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Este repositório contém um projeto de fechadura eletrônica com microcontrolador PIC18F4550. O projeto inclui um esquema do circuito, o código fonte do microcontrolador e instruções detalhadas sobre como configurar e utilizar a fechadura eletrônica.
This project demonstrates a simple LED blinking example using the PIC16F877A microcontroller. The LED connected to PORTB Pin 7 (RB7) toggles ON and OFF every 1 second, illustrating basic digital output control.
This mini project shows how to blink an LED using the ATmega16 microcontroller. The LED is connected to PB0, and it turns ON and OFF every 1 second. This helps beginners understand basic GPIO programming and delay usage in AVR.
In this project I have written an assembly language code for mod 99 counter using keil software and for the purpose of the excution of the program I have used AT89C51 (8051 Microcontroller family) microchip's IC modes and after writting the code I have tested this model on Proteus software by dumping HEX file for the program in the simulated IC
🔧 Project Highlights: Utilized the Arduino UNO microcontroller. Integrated a 4x4 Keypad for user input. Displayed results on a 16x2 LCD screen. Implemented basic arithmetic operations: addition, subtraction, multiplication, and division. 💡 Learning Outcomes: Enhanced my understanding of embedded systems and microcontroller programming.