Posts by Ibrar Ayyub:
APPLICATION OF MICROCONTROLLER IN AUTO DETECT DOOR OPEN AND PAPER JAM ERROR using pic microcontoller
Posted on: 17 Mar 2017
Microcontroller was invented by Intel sometimes in the 80s ever since that invention other Electronics companies such as Atmel, Microchip and Motorola etc have manufactured different brands of Microcontroller like AT89, PIC16F and 68H All microcontrollers performs specific task based on the set of instructions giving to them through a process called Programming language. Example […]
Interfacing LCD Modules with PIC Microcontrollers.
Posted on: 16 Mar 2017
A large number of embedded project require some type of user interface. This includes displaying numerical, textual and graphical data to user. For very simple numerical display we can use 7 segment displays. If the requirement is little more than that, like displaying some alphanumeric text, we can use LCD Modules. They are cheap enough […]
USB Low Pin Kit
Posted on: 16 Mar 2017
Introduction USB is very common interface today. If you look around, many of devices today comes with a USB port. Computers, printers, routers, usb keys, etc. All this devices have a USB controller inside. These devices can be divided in two groups: USB Host (like a computer, routers, modern LCD TV’s); USB Device (like flash […]
usbpicprog a free and open source usb pic programmer
Posted on: 16 Mar 2017
Welcome to usbpicprog, an open source Microchip PIC programmer for the USB port. As the therm “open source” implies, the hardware design, the software and the firmware are all available for download free of charge. Usbpicprog is an USB in circuit programmer for Microchip PIC processors. The hardware is as simple as possible, the current […]
Arduino Ultrasonic Anemometer
Posted on: 16 Mar 2017
This page serves as a directory of all my posts related to my Arduino based Ultrasonic Anemometer. Posts Part 1: http://soldernerd.wordpress.com/2014/11/14/arduino-ultrasonic-anemometer-part-1-getting-started/ Part 2: http://soldernerd.wordpress.com/2014/11/15/arduino-ultrasonic-anemometer-part-2-digital-circuit/ Part 3: http://soldernerd.wordpress.com/2014/11/16/arduino-ultrasonic-anemometer-part-3-analog-circuit/ Part 4: http://soldernerd.wordpress.com/2014/11/16/arduino-ultrasonic-anemometer-part-4-testing-the-analog-board/ Part 5: http://soldernerd.wordpress.com/2014/11/18/arduino-ultrasonic-anemometer-part-5-testing-the-digital-board/ Part 6: http://soldernerd.wordpress.com/2014/11/19/arduino-ultrasonic-anemometer-part-6-mechanical-design/ Part 7: http://soldernerd.com/2014/11/21/arduino-ultrasonic-anemometer-part-7-basic-software/ Part 8: http://soldernerd.com/2014/11/23/arduino-ultrasonic-anemometer-part-8-more-software/ Part 9: http://soldernerd.com/2014/11/25/arduino-ultrasonic-anemometer-part-9-a-new-hardware/ Part 10: http://soldernerd.com/2014/11/28/arduino-ultrasonic-anemometer-part-10-arduino-shield-ready/ Part 11: http://soldernerd.com/2014/11/30/arduino-ultrasonic-anemometer-part-11-testing-the-new-hardware/ Part 12: http://soldernerd.com/2014/12/04/arduino-ultrasonic-anemometer-part-12-working-on-an-arduino-library/ Downloads: All Eagle […]
Solar Recorder using PIC18F458 microcontroller
Posted on: 15 Mar 2017
The device used for measuring daily insolation has been developed. The device was built with a PIC18F458 and the 128MB Multimedia Memory Card, MMC. The solar radiation is measured by a calculator solar cell. The PIC chip interfaces the MMC using SPI mode. The interval between samples is set to one minute. The firmware detects […]
Interfacing RTC with Microcontroller
Posted on: 15 Mar 2017
Have you ever wondered how your PC and phones keep track of time even when the device is turned OFF? Well there is a Real Time Clock (RTC) that is kept powered even is the device is turned OFF. Once the device is turned ON and connected to the internet the device connects to a […]
Microchip Launches Free, Cloud-based Development Platform
Posted on: 15 Mar 2017
CHANDLER, Ariz., Feb. 15, 2016 — Microchip Technology Inc. (NASDAQ: MCHP), a leading provider of microcontroller, mixed-signal, analog and Flash-IP solutions, today announced its MPLAB® Xpress Cloud-based Integrated Development Environment (IDE). This online development platform is the easiest way to get started with PIC® microcontrollers (MCUs), with zero downloads, sign-in or setup needed to start designing. […]
Details of PIC ICSP and how to use it for pic microcontrollers.
Posted on: 15 Mar 2017
PIC ICSP gives you a convenient way of programming PIC Micros without removing the chip from the development or production board. Note: ICSP stands for In Circuit Serial Programming. All you need is a programmer that provides the ICSP connector (usually a six pin molex/dupont connector) which you plug into your target board. For example […]
PicChess
Posted on: 14 Mar 2017
This project is a micro controller chess game. The objective has to be able to play chess on a VGA monitor, including an intelligent computer to play against. This all has been accomplished with a microcontroller. I started this as a project for the college ( I am a Electrical Engineering student ), but it […]