Posts by Bilal:
Easy Cheap 16F84 POV Message – AirText
Posted on: 20 Jan 2022
This is a post of LEDs project. The project is called POV (Persistence Of Vision). If you are not familiar with this concept, it works as an LED matrix display. The difference is that POV display consists of one column of LEDs only and is mechanically scanned through space to give the vision of a 2D LED Matrix Display. […]
AVR High Voltage Programming (Fuses Rescue)
Posted on: 19 Jan 2022
Half a year ago I restarted one of my old passions – electronics. I’ve studied electronics in college but that happened during the Middle Age (20yrs ago). While I was expecting this huge leap in schematics and what a hobbyist can do nowadays, I still had some difficulties in catching up. One which frustrated me […]
ESP32 With RFID: Access Control
Posted on: 18 Jan 2022
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
Posted on: 17 Jan 2022
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
Posted on: 16 Jan 2022
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
Posted on: 15 Jan 2022
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
Posted on: 14 Jan 2022
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
Posted on: 13 Jan 2022
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
Posted on: 12 Jan 2022
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 […]
Pure Sinewave Inverter Using Pic16f72 Without Center Tap Transformer and Without HV Transformer
Posted on: 11 Jan 2022
finally the most reliable and awaited pure sine wave inverter,it’s here for all members.(don’t hesitate to contact me @ [email protected]. features: INVERTER O/P VOLT : 230V (+2%)INV. O/P FREQ : 50Hz INV. O/P WAVEFORM : SINE WAVE HARMONIC DISTORTION : <3% CREST FACTOR : >4:1 INV.EFFICIENCY : 90% for 24V system : >85% for 12V […]