Posts by Ibrar Ayyub:
Serial LCD Module using PIC16F88
Posted on: 31 Oct 2022
Many times when I’m working with a small MCU such as 8 pins or 18 pins MCU. I found that I don’t have enough MCU pins for parallel LCD display. So it’s good to have a one-pin-require LCD module for experiment. Acctually, serial LCDs are sale on the market but still I built it myself […]
Build your own Wireless Network detector using PIC12F629
Posted on: 30 Oct 2022
What This Is This project is for a small electronic unit that allows the user to sense the presence and relative signal strength of wireless hotspots. It can be worn as a pendant or carried in a pocket. It is “always on” and communicates the presence and signal strength of an in-range hotspot by way […]
DIY remote control based on PIC16F628
Posted on: 30 Oct 2022
Control up to 8 devices by this easy constructable remote control. It can work as a radio or infrared remote control, depending on the components. Each device output can be configured to be momentary (turned on while you press the button) or latched. Latched outputs can be toggled on/off by one button per channel, or […]
Blink a LED with Assembly Language & a PIC
Posted on: 29 Oct 2022
To state the blindingly obvious, there are many flavors of microcontroller in the world. There are innumerable applications for them too. This Instructable will cover the steps necessary to blink a LED using a PIC microcontroller and Microchip assembly language, showing you how to access and use some of the device’s hardware peripherals To do […]
The IR Widget Using pic12f629
Posted on: 29 Oct 2022
Simple IR capture for multitasking operating systems The IR Widget captures the infrared signals used by remote controls. It operates in a way that makes it compatible with modern multitasking operating systems. It is able to determine the carrier frequency and demodulate the carrier in the digital or analog domain. The captured information can be […]
PIC 16F84 Serial Programmer
Posted on: 28 Oct 2022
The Microchip PIC 16C84 was one of the first serial in-system programmable microcontroller. I saw PIC serial programmers published in Electronic magazines in 1993. Today, many PIC programmer circuits – for serial and parallel PC ports – are published on the Internet. Despite its somewhat unusual design – like the 128 byte page RAM/Register direct/indirect […]
A DCF77 Clock with RS232 Interface using PIC16F84
Posted on: 28 Oct 2022
Description: The clock is synchronised via the German time signal DCF77. It has a display with automatic brightness control and a RS232 computer interface. Design Overview: The clock is built around a PIC16F84 microcontroller from Microchip. I chose this microcontroller since its FLASH memory is easy to program and assembler and programmer software is freely […]
Ir On-Off using PIC12F629 microcontroller
Posted on: 27 Oct 2022
Turn ON or OFF electrical devices using remote control is not a new idea and you can find so many different devices doing that very well. For realization of this type of device, you must make a receiver, a transmitter and understand their way of communication. Here you will have a chance to make that […]
1Hz Clock Generator using PIC12F675
Posted on: 27 Oct 2022
Based on the idea from http://www.josepino.com/pic_projects/?timebaseI have created a 1Hz Clock Generator. I use PIC12F675 as it’s available locally. Its price is just about US$1. The concept is using 32.768kHz crystal as a clock for the PIC. Therefor, the internal instruction clock is 32768/4 = 8192 Hz. By using the 16 bit Timer1 to count […]
Pic-Plot2 GPIB to USB converter using PIC16F628
Posted on: 26 Oct 2022
Pic-plot now goes to USB! A perfect low cost solution to quickly get screen plots of your GPIB instrument on your laptop PC without complex software. It emulates the HP7470A operation on the GPIB side, and outputs the HP-GL data at the USB port to be read and stored on the PC by any capturing […]