Posts by Ibrar Ayyub:
Rs 232 Relay Control Board using PIC16F84A
Posted on: 17 Jul 2022
Project Summary Computer Controlled, relay board designed to be either operated manually via switches on the board or nine way Type Connector via PC or laptop. Provision has been made for USB serial adaptor. The Project utilises PIC Micro technology with windows visual interface written C Sharp utilising Dot Net version 4. It can be […]
Make your own PIC Programmer using PIC12C508
Posted on: 17 Jul 2022
ezPIC is low cost serial port programmer for PIC microcontroller and I2C EEPROM. The programmer does not need external power supply and it takes all necessary power and signal from RS232 Serial Port. Features * No external power supply required * High quality 3M ZIF socket for easy insertion and removal of devices * Software […]
Electronic combination lock based on PIC16f84
Posted on: 16 Jul 2022
description This is my electronic combination lock to use with an outdoor gate. The functionality is implemented in software. It turns on a relay (usually to open a door) for a few seconds if someone enters the valid code. Alternatively, it works as an ON/OFF switch, which toggles the relay each time the code is […]
Line following robot using PIC16F84
Posted on: 16 Jul 2022
Design Goal: The JavaBot1 is a small line following robot designed to follow a black line drawn on a dry erase board. It is designed to follow very tight curves. The software still has lot’s of room for improvement but works well as is. Motive Power: The JavaBot1 uses 2 Cirrus CS-70 servos that have […]
Propeller Clock Mechanically Scanned LED Clock using PIC16C84
Posted on: 15 Jul 2022
This is the first clock I ever built. I’ve built a few LED signs, but they get boring because I already know the message. How this clock works: A motor spins the “propeller”, and a small microprocessor keeps track of time and changes the pattern on seven LEDs with exact timing to simulate a 7 […]
Digital Thermometer Using PIC16F688 microcontroller
Posted on: 15 Jul 2022
Digital thermometers are cool devices as they show temperatures in human readable formats. This digital thermometer project is based on a PIC16F688 microcontroller and a DS1820 temperature sensor, and it displays temperature on a character LCD screen in both Celsius and Fahrenheit scales. I selected PIC16F688 for this project because it is cheap (I bought […]
Wireless MultiMeter using PIC18F452 Microcontroller
Posted on: 14 Jul 2022
This project comes as a KIT. It includes these components: Low-cost DMM (digital multimeter) M830D TX (transmitter) circuitand wireless module TX-433. These are mounted within the DMM housing. RX (receiving) circuitwith a wireless module RX-433, LCD and piezo buzzer. The general idea is to read all LCD data from a cheap DMM (directly from its […]
Microcontroller based Diode and Bipolar Junction Transistor (BJT) tester using PIC16F688
Posted on: 14 Jul 2022
Introduction Most of the digital multimeters these days have built-in features for testing diodes and sometimes transistors. The purpose of this project is to demonstrate a simple way to construct a testing device for diodes and bipolar junction transitors (BJTs) using a microcontroller. The testing algorithm is based on a simple fact that a working […]
A Digital temperature meter using an LM35 temperature sensor using PIC16F688
Posted on: 13 Jul 2022
Introduction A digital thermometer is a good choice of project for beginners who just stepped in to the world of microcontrollers because it provides an opportunity to learn using sensors to measure the real world signals that are analog in nature. This article describes a similar project based on a PIC16F688 microcontroller and an LM35 […]
Experimenting with a thermistor using PIC16F1937
Posted on: 13 Jul 2022
Recently i won a bid for a batch of 10K thermistors. The only thing that i knew when i got them in my hand, was that those things are 10K thermistors. As far as i know, the 10K nominal resistance is at room temperature (25�C). But i had to find out if these are PTC […]