Posts by Ibrar Ayyub:
Digital Barometer using PIC Microcontroller and MPX4115A Pressure Sensor – XC8
Posted on: 24 Jan 2023
The Motorola MPX4115A is an atmospheric pressure sensor powered by 5V and delivers and output from ~0.25V to ~4.75V based on the pressure detected at room temperature (25°C). The device provides a linear output based on pressure. As the pressure rises, the output voltage of the sensor rises as well with ~0.25V represents <15 kPa […]
Metal detector robot using pic microcontroller
Posted on: 23 Jan 2023
This project describes hardware and software I have developed which allows a small 8 bit PIC microprocessor to function as a single frequency detector or tone decoder. Such a circuit can be used to detect the presence of a certain frequency within an analog signal, such as an audio signal. I could be used in […]
Automatic Pet Feeder
Posted on: 23 Jan 2023
This project is an automatic pet feeding system using NXP Semiconductors’ PCA8565. The PCA8565 is a CMOS1 real time clock and calendar optimized for low power consumption. A programmable clock output, interrupt output and voltage-low detector are also provided. All address and data are transferred serially via a two-line bidirectional I2C-bus with a maximum bus […]
Alarm Phone Dialer with MT8880 and PIC 16F84A
Posted on: 22 Jan 2023
Just hook this Alarm Phone Dialer up to something you would like to monitor, for example, a high water alarm, low temperature alarm, back window, garage door, etc. When the system is activated it will call a number of programmed numbers to let you know the alarm has been activated. This would be great to […]
Fire Fighting Controlling Robots Used in Dangerous Situations
Posted on: 22 Jan 2023
Robots can be used in many applications in industries, military, domestic. One of the major uses of Robots is an asset to human beings. Whether it is any kind of hazardous situations like a fire breaking out or a place full of landmines, Robots can easily work out a way out of these problems. So […]
Speed Synchronization of Multiple Motors In Industries using PIC Microcontroller
Posted on: 21 Jan 2023
The aim of this project is synchronization of multiple motors using wireless technology. This project uses radio frequency to synchronize motor speeds. This is applicable to many industries like textile mills, steel plants, and paper plants wherein all the motors used on conveyor are desired to be synchronized. For example, in textile mills where multiple […]
Tiny-Dice: Electronic Dice Using an ATtiny2313
Posted on: 21 Jan 2023
Final assembly: After assembling all the components on the board make a close inspection of all the joints. Lead/tin solder produces shiny joints; any crazing is an indicator of a dry joint, check for missing solder or solder bridges shorting two tracks together. It’s also worth double checking battery connection polarity and the IC socket […]
Mini project board for PIC12F series microcontrollers
Posted on: 20 Jan 2023
The 12F series of PIC microcontrollers are handy little 8-pin devices designed for small embedded applications that do not require too many I/O resources, and where small size is advantageous. These applications include a wide range of everyday products such as hair dryers, electric toothbrushes, rice cookers, vacuum cleaners, coffee makers, and blenders. Despite their […]
Interfacing LCD with PIC Microcontroller – CCS C
Posted on: 20 Jan 2023
In this tutorial we will see How to interface a 16×2 character LCD Module with PIC 16F877A Microcontroller using CCS C Compiler. 16×2 character LCD is a very commonly used LCD module in electronic projects and products. 16×2 means it can display 2 rows of 16 characters. It is a very basic and low cost […]
Basic Temperature Control for Refrigerators
Posted on: 19 Jan 2023
This design is a basic temperature control for refrigerators that has an electromechanical circuit. It specifically uses MC9RS08KA4CWJR microcontroller which has an 8-bit RS08 central processing unit, 254 bytes RAM, 8Kbytes flash, two 8-bit modulo timers, 2-channel 16-bit Timer/PWM, inter-integrated circuit BUS module, keyboard interrupt, and analog comparator. This project effectively controls temperature of any […]