MCS08DZ60 Evaluation Board


https://www.electronics-lab.com/project/mcs08dz60-evaluation-board/

Introduction The board shown in this article is build around a recent microcontroller from Freescale. It has some interesting features presented below, and is initially developed to learn with the CAN bus. It is an easy to build board particularly adapted for beginners. The Microcontoller The microcontroller used is the 68HCS08DZ60, from Freescale, and coming […]

Microcontroller Clapper Switch


https://www.electronics-lab.com/project/microcontroller-clapper-switch/

Introduction I always thought the clapper so cool. For those who are lazy like me, turn on or off the bedroom light without getting out of bed, simple clap your hands is amazing. Thinking about it I projected one for me. Several projects of clappers can be found on the Internet, and most of them […]

Arduino Solar Day Night Controller


https://www.electronics-lab.com/project/arduino-solar-day-night-controller/

Introduction This is an Arduino controlled light sensing switching unit. Its main use is to control solar lights to turn on when it is dark outside, but it can work in many more applications. This guide will walk you through every aspect of the building process. Prior knowledge of the Arduino unit is not necessary […]

LED UV exposure box


https://www.electronics-lab.com/project/led-uv-exposure-box/

  Introduction I have been using the toner transfer method for about 9 years with great results. Occasionally I would need a board with finer traces and I would use UV method. My exposure setup allowed only a single sided board to be made and it was composed of a 30cm UV tube, some holders, […]

OSCCAL Value Finder


https://www.electronics-lab.com/project/osccal-value-finder/

Introduction When working with microcontrollers that require a factory calibrated osccal value stored in memory, it’s very normal that once in a while this setting could be lost during an upload of a new program or when accidentally erasing the device. I’m no exception and erased many times this value by mistake in several devices. […]

USB Low Pin Kit


https://www.electronics-lab.com/project/usb-low-pin-kit/

Introduction USB is very common interface today. If you look around, many of devices today comes with a USB port. Computers, printers, routers, usb keys, etc. All this devices have a USB controller inside. These devices can be divided in two groups: USB Host (like a computer, routers, modern LCD TV’s); USB Device (like flash […]

3-Wire Serial LCD using a Shift Register


https://www.electronics-lab.com/project/3-wire-serial-lcd-using-a-shift-register/

Introduction HD44780 based character LCDs require at least 6 I/O lines from microcontroller to display data. Therefore, they are not suitable for low-pin microcontrollers like PIC12F series microchips. In this project, I am going to show how to drive an HD44780 based LCD display with only 3 pins of a microcontroller. I am going to […]

Learning Board for Microchip PIC12F683 microcontroller


https://www.electronics-lab.com/project/learning-board-for-pic12f683-microchip/

Introduction Electronics is my hobby. When I was in college I had some experience with microcontrollers; I did few projects with Atmel’s AT89C51. Recently, I have grown interest on PIC microcontrollers, and I thought I should start with 8-pin microchips. I picked PIC12F683 microchip. This microcontroller fascinated me a lot because I wanted to see […]

Build your Own PCB Exposure Box with Fluorescent Lamps and Countdown System


https://www.electronics-lab.com/project/build-your-own-pcb-exposure-box-with-fluorescent-lamps-and-countdown-system/

Introduction Tired of spending hours and hours in wire soldering? Do your circuits look ugly and you are looking for a way to produce professional-like PCBs? Then you had better try photoetching. And the first step to do that is to have the right equipment that is an Automated Exposure Box. Moreover if you like […]

PIC based WWVB clock


https://www.electronics-lab.com/project/pic-based-wwvb-clock/

Introduction There are many DIY versions of WWVB clock designs available on the web. Commercial “atomic” clocks are inexpensive and widely available, but I wanted to try my hand at designing one to gain insight into WWVB reception and to learn a little about programming a PIC microcontroller. My version is not the simplest available, […]