Posts by Ibrar Ayyub:
GET A CONSTANT +5V OUTPUT BY SWITCHING BETWEEN A +5V INPUT AND A SINGLE-CELL LI+ RECHARGEABLE CELL
Posted on: 13 Jul 2016
Abstract: Design provides a simple method for maintaining an uninterrupted +5V even while switching between the external +5V supply and a rechargeable single-cell Li+ battery. Some portable applications need to be powered up from an external +5V wall adapter supply and still require a +5V system voltage when in battery-backup mode. This design provides a […]
IKEA Samtid mood-light upgrade
Posted on: 13 Jul 2016
This upgrade is based on the loved-by-everybody WS2812B intelligent RGB LED and works just fine with Adafruitâs NeoPixel library. The concept is â once again â rather simple. Whack a lot of WS2812B RGB LEDs onto a small board, add an ubiquitous âArduino coreâ and make sure everything fits nicely and works. Well, it worked. […]
Hacking the Xbox CONTROLLER
Posted on: 12 Jul 2016
In this tutorial I show you step-by-step how I install a PIC microcontroller inside of an Xbox controller in order to provide custom functions. Now that you have the methods, all you have to do is go write some code and program a chip! Well, I know this is easier said than done, but check […]
NES Controller iPod Remote
Posted on: 12 Jul 2016
By embedding a PIC microcontroller into an NES controller, it can be converted into a replacement for Apple’s iPod remote. (Only 3rd and 4th Generation iPods have this, it is a the small oval port next to the headphone jack). Update (8/26/2011): It’s been quite some time since iPods have used this iPod remote connector, […]
How to Control Your ESP8266 From Anywhere in the World
Posted on: 12 Jul 2016
Written by Rui Santos – Get free updates of new posts hereHey there,The most common questions I get about the ESP8266 WiFi Modules are: âIs it possible to control my ESP8266 from anywhere in the world?â and âHow can I control my ESP8266 from anywhere?â.Iâm happy to announce today that I have a solution for that problem.With the new version of Home […]
2-Wire Keypad Interface Using a 555 Timer using pic microcontoller
Posted on: 12 Jul 2016
Keypads are a very commonly used input device in microcontroller-based systems. In a keypad, multiple switches are arranged in rows and columns so that they could be interfaced to a microcontroller with a minimum number of I/O pins. For example, a 12-key keypad is arranged in a 4Ă3 format, which allows to interface the 12 […]
Crossed IR Beam Camera/Flash Trigger
Posted on: 11 Jul 2016
This device will trigger a camera or flash unit to automatically take a picture when an object (target) enters a specific location. It uses two, crossed infrared light beams to detect the presence of the target and close a relay that trips the camera or flash unit. Response time is about 2 ms from detection […]
Chip adds precision altitude sensing to mobiles
Posted on: 11 Jul 2016
Brief Description The ZSSC3016 is a sensor signal conditioner (SSC) integrated circuit for high-accuracy amplification and analog-to-digital conversion of a differential input signal. Designed for high resolution altimeter module applications, the ZSSC3016 can perform offset, span, and 1st and 2nd order temperature compensation of the measured signal. Developed for correction of resistive bridge sensors, it […]
Posting a Tweet with the ESP8266
Posted on: 11 Jul 2016
In this project youâre going to post a Tweet with an ESP8266. The goal of this project is to show the endless possibilities that this $4 WiFi module offers when integrates with a free platform that Iâm about to show you. In order to accomplish this task you have to sign up for one free service called IFTTT which stands […]
GSM Voice Dialer with Automation Control using PIC18F46K20-I/PT
Posted on: 11 Jul 2016
Connected to a burglar alarm or fire alarm in the event of making phone calls playing voice messages. Controlled via DTMF actuators can operate on the spot. In recent years we have introduced several telecontrols based on the SIM900 GSM module. We released schematics and code for a gate opener (that activates when receiveing a […]