Projects

ESP32 With RFID Access Control

ESP32 With RFID: Access Control

How about a method of automatic identification through radio signals that can bring you security and control the access of people to a certain location? This is possible through radio frequency identification or RFID from the English Radio Frequency Identification. And it is the assembly of this system that I am going to teach you […]

The 2 USB Pic Programmer Serial Cable

The 2$ USB Pic Programmer & Serial Cable

This programmer is intended for people who need a microchip pic programmer to flash at hex file onto a micro controller, but seldom do so and find investing in a pic kit of some sort too expensive. The programming process will take a long time, 5-30 min depending on hex file size, so its NOT […]

INCUBATOR TEMPERATURE REGULATOR

INCUBATOR TEMPERATURE REGULATOR

The Incubator Temperature Regulator is made on a breadboard to demonstrate how to program and set the temperature of the regulator. It uses an LM35 temperature sensor, a serial LCD made with a PIC16F628A microcontroller and an Arduino Nano. The low & high setpoint is configurable to maintain the temperature range. An LED is used […]

How to Build a Self Navigating Robot

How to Build a Self Navigating Robot

This is a detailed tutorial on how to realize a robot starting from scratch, and giving it the ability to navigate autonomously in an unknown environment. All the typical arguments involved with robotics will be covered: mechanics , electronics and programming . The whole robot is designed to be made by anyone at home without professional (i.e. expensive) tools and equipment. […]

How to Get an Analog Input on a PIC Microcontroller

How to Get an Analog Input on a PIC Microcontroller

This guide hopefully will show you how to write C code that will allow you to read in an analog input (AI) value to your PIC microcontroller. I am using a PICkit 3 programmer with a PICkit 2 18-pin demo board. The microcontroller is a PIC1827, but the ideas discussed in this article will be […]

8 Channel Programmable Timer

8 Channel Programmable Timer

Introduction I have been using Microchip’s PIC range of microcontroller for my projects since 1993, and have done all my programming in assembler language, using the Microchip MPLab IDE. My projects ranged from simple traffic lights and flashing LEDs, to USB joystick interfaces for R/C models, and switchgear analisers used in industry. Development took many […]

MicroSimon

MicroSimon

This project shows how to create an MB Electronics Simon game clone using an 8-pin PIC12F683 microcontroller. The game includes a full emulation of the original Simon ‘game 1’ and the ability to select from 4 skill levels which control the number of colours you must repeat in a sequence in order to win the […]

Generate PWM Wave With PIC Microcontroller

Generate PWM Wave With PIC Microcontroller

WHAT IS PWM? PWM STANDS FOR PULSE WIDTH MODULATION is a technique by which width of the pulse is varied. To understand this concept clearly consider a clock pulse or any square wave signal it has 50% duty cycle that means Ton and Toff period is same, The total duration for which the signal was high and […]

RF MODULE INTERFACE TO 8051 MICROCONTROLLER

RF MODULE INTERFACE TO 8051 MICROCONTROLLER

This instructable covers the interface of 8051 microcontroller with the cheap 315/433MHz RF module. This comes in handy in different kinds of wireless connectivity projects like Robotics, Wireless Level sensors, etc. The sensor is really cheap, typically about $5. I have implemented this module with other controllers such as Arduino and Pic, but the 8051 […]