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
A peer-to-peer wireless communication system using Arduino Uno, a 16×2 I2C LCD Display and NRF24L01 transceiver modules to transmit and receive Morse code messages. This project demonstrates encoding text into Morse code, transmitting it wirelessly, and decoding it back into human-readable form.
An Arduino Atmega 328 -based LiPo battery charging system with automatic calibration, menu navigation, caculate internal resistance,and real-time monitoring.
This project demonstrates how to interface a 16x2 LCD with the PIC16F877A microcontroller in 4-bit mode. It displays two messages on the LCD: "EMBEDDED" on the first line and "SYSTEMS" on the second line.
This project demonstrates how to interface a **16x2 LCD** with the **ATmega328P (Arduino UNO)** using **pure register-level programming** in 8-bit mode — no Arduino functions!