7-segment Mini Clock using PIC16F628A and DS1307 RTC
https://www.electronics-lab.com/7-segment-mini-clock-using-pic16f628a-ds1307-rtc/
This is a minimal and small clock based on PIC16F628A microcontroller and DS1307 RTC IC. It is able to only show the time on a small 7-segment display with a total of 4 segments. The display we used is a 0.28″ SR440281N RED common cathode display bought from LCSC.com, but you can use other displays […]
LCSC.com an electronic part distributor for the pros
https://www.electronics-lab.com/lcsc-com-electronic-part-distributor-pros/
LCSC.com is an Asian based electronic components distributor that offers the user the possibility to get most electronics parts they are looking for a single project. LCSC.com distributes over 200,000 products ranging from semiconductors to resistors, capacitors, diodes, inductors, connectors, transistors, sensors, and many more. This huge availability of parts make it an one-stop shop […]
Burning Arduino Bootloader on ATMega328 using USBasp Programmer
https://www.electronics-lab.com/burning-the-bootloader-on-atmega328-using-usbasp-programmer/
In this tutorial, you’ll learn how to burn Arduino bootloader on a new ATmega328 using USBasp ISP programmer. Every Arduino Uno Board comes with a microcontroller called the Atemga328P, and they are already pre-program with Arduino Bootloader firmware. Therefore, there is no need to burn Arduino bootloader into those Atmega328P chips again. Here, we will […]