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.
A real-time YouTube Music hardware display using an ESP8266 and a 16x2 I2C LCD screen. Features live song titles with smooth marquee scrolling, a custom dark progress bar, and foreign alphabet transliteration. 🏷️ GitHub Topics / Tags
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!