Posts by Ibrar Ayyub:
Interfacing android with pic microcontroller via Bluetooth
Posted on: 16 Sep 2022
To forward our first step in the field of wireless communication by interfacing android with pic microcontroller via Bluetooth open lots of way to work on. Once we can send and receive data between a microcontroller and android mobile then use of android mobile we can control other peripheral device attach with microcontroller, very easily. […]
Homemade Plotter (CNC Machine)
Posted on: 16 Sep 2022
All parts were developed separately. This allowed adjustments in the assembly as well as smaller changes in case the design of one or other part become required. Focus on low cost and use of materials easily accessible in the local market. (click on the pictures to enlarge) Screws and supporting rods made using 1/4 inch […]
PIC microcontroller based fastest finger press quiz buzzer project
Posted on: 15 Sep 2022
The fastest finger press quiz buzzer is very popular in school, Collage, different T.V. show, different quiz competition. Here in my pic microcontroller based fastest finger press quiz buzzer project you will find four tables with push button. For any instant if four teams on four tables press the push button then it will glow […]
Interfacing Relay with PIC Microcontroller
Posted on: 14 Sep 2022
To control our high voltage device like home appliance by pic microcontroller, we have to have clear idea on interfacing relay with pic microcontroller. Here I try to answer your very important question with simulation that how to interface relay with pic microcontroller? To discuss it elaborately I have to discuss what is relay? How […]
Automatic street light control by pic microcontroller
Posted on: 14 Sep 2022
The main purpose of this project “automatic street light control by pic microcontroller” is to minimize the cost of electricity and also cost of man power to manually on- off the street light. In the field of modern embedded world this project “automatic street light control by pic microcontroller” is used to on – off […]
Interfacing Internal EEPROM with PIC Microcontroller
Posted on: 13 Sep 2022
In this project “ Interfacing internal EEPROM with PIC Microcontroller ”, we will see how we can easily interface EEPROM, send data from microcontroller, store data in EEPROM and read data from EEPROM. In many time we feel that we need to store some data for long time permanently. For this case we need some […]
Interfacing external EEPROM with PIC Microcontroller
Posted on: 13 Sep 2022
In this project “Interfacing external EEPROM with PIC Microcontroller”, we will see how we can easily interface EEPROM via I2C Protocol. The need of external EEPROM as a permanent storage of data in any project is enhanced. So now question how to interface external EEPROM with PIC Microcontroller? Project description: In this project “Interfacing external […]
Interfacing DS1307 Real time clock with PIC16f877
Posted on: 12 Sep 2022
In any advance project we need real time clock synchronize with our work and for this purpose the best option is DS1307 (RTC Ic). Interfacing DS1307 Real time clock with PIC16f877 is done by I2C communication. To know I2C protocol you may refer my previous post “Interfacing external EEPROM with PIC Microcontroller”. To know about […]
Digital Voltmeter (0-50v) using PIC Microcontroller
Posted on: 12 Sep 2022
If we know how inbuilt ADC work then we can easily build Digital Voltmeter using PIC Microcontroller. In my previous post, we can see how easily we build “Digital thermometer with auto saving log file in excel by Pic microcontroller”. Using the same principle here we build Digital Voltmeter using PIC Microcontroller. Requirement: To make […]
MCP4921 12 bit DAC interfacing with PIC16F877 microcontroller via SPI Connectivity
Posted on: 11 Sep 2022
In any real time project, MCP4921 12 bit DAC interfacing with PIC16F877 microcontroller via SPI Connectivity is very essential. Because in real world most of the input sensors and output devices are analog. So if we want to work with those we need to know the basic interfacing of those sensors and output devices with […]