Posts by Ibrar Ayyub:
Prometheus/Pandora’s Box using PIC12C508 microcontroller
Posted on: 08 Dec 2016
Prometheus/Pandora’s Box Some of you monkeys out there think you can PWN me. You need to be Spanked. Here is an obfuscated ultraminimalized Monolith for you. It is enlightening and harmless, except to the devil, who really hates it, because I’m letting you have it (for “free”). You’re curious. So Make it, if you have […]
A Real Time Clock IC (DS1307) project using the PIC micro.
Posted on: 08 Dec 2016
Making A Real Time Clock (RTC) is simple if you use a helper chip such as a DS1307 because you do not need to keep track of the length of each month or account for leap years. It is all done for you, plus you get the benefit of a battery back up system that […]
Control Loop Challenges of Wireless Systems
Posted on: 08 Dec 2016
Automation is defined as using various control systems to operate equipment such that there is minimal human intervention. Closed control loops (feedback systems) regulate how other systems or devices behave by taking into consideration their output and making corrections based on feedback. An example of this feedback system is Progressive Automation Linear Actuators. In this […]
Interfacing 7 segment display with pic16f877 microcontroller
Posted on: 08 Dec 2016
This post will describe that how easily we can do Interfacing 7 segment display with pic16f877 microcontroller. 7 segment display is a basically array of 7 leds with some proper arrangement. From this fig it can be seen that 7 leds arranged with an array starting from a, b, c, d, e, f, g, and […]
Implementation USB into microcontroller: IgorPlug-USB (AVR) using pic microcontroller
Posted on: 07 Dec 2016
[advanced_iframe securitykey=”7053122eaa09ce46830dfb8aaeae454056003ad0″]Purpose of this article is to inform readers about implementation USB interface into singlechip microcontroller, which this interface directly not supports. Simply: implementation USB interface on firmware level (similar as emulation of RS232 interface in microcontrollers, which not have RS232 support). This project includes development of firmware on microcontroller side, driver development on computer […]
RS232 Communication with PIC Microcontroller
Posted on: 07 Dec 2016
Description This article shows how to do a simple communication via a RS232 interface with a PIC microcontroller. RS232 is a standard for a serial communication interface which allows to send and receive data via at least three wires. With the RS232 interface it is possible to setup a connection between a microcontroller and a […]
Analog Devices AD587 10V Reference
Posted on: 07 Dec 2016
Voltage references are a humble piece of hardware, their sole function is to provide a stable, known voltage. This constant, known value of voltage can then be used as a reference for ADCs and DACs as well as provide a precision current source. I recently got hold of an Analog Devices AD587KN high precision […]
A better way to search for microphone components
Posted on: 07 Dec 2016
Last year, a Santa Clara, CA startup named GPiO set out to solve the problem of comparing hardware components across vendors. With a veteran audio engineer as one of their founders, they decided to start with the microphone component and grow from there to other verticals. They gathered more than 60 of the top microphones […]
The Trickster – USB Computer Prank using PIC18F14K50
Posted on: 06 Dec 2016
The Trickster – USB Computer Prank Plug The Trickster into your victim’s computer, and it will randomly move their mouse while playing a game or using the desktop. Compatible with all operating systems Harmless fun: Acts as a second mouse, and goes away when you remove The Trickster from their computerTrickster Even if your victim […]
Four way traffic light signal using PIC16F84A microcontroller:
Posted on: 06 Dec 2016
Hi friends, today we are going to make a four way traffic light controller using a PIC16F84 microcontroller. In this project we will operate three LEDs (RED, YELLOW, and GREEN) according to the traffic rules. Illumination of the green light allows traffic to proceed in the direction denoted, Illumination of the yellow light denoting, if […]