Posts by Ibrar Ayyub:
Trippy RGB Color Mixing NightLight
Posted on: 27 Jun 2016
Project is based on A Trippy Crystal Nightlight by Charles Platt in Make magazine volume 25, see URL below for additional details. A fun and simple project to get started with PICAXE microcontrollers. http://www. makezine.com/25/electronics In this version an inexpensive (> $2.50) AC USB charger provides a traditional plug-in-the-wall nightlight form factor. I removed download […]
Electronic Heart (Flashing LEDs) – Mother’s Day Project
Posted on: 26 Jun 2016
Mother’s Day was approaching, and I am getting my 8 year old son started with electronics. So why not combine the two? In the next few pages we’ll show you the project we did – a blinking heart with several effects, all driven by a microcontroller. Taught my son not only about how to make […]
Circuit design and electronics using pic-microcontroller
Posted on: 26 Jun 2016
I completed a 2-part assignment for this week. The first part was to build a sorta-random sound generator based on a schematic that Joe Paradiso made available. The second part was to build a circuit that could transmit MIDI messages – this will go towards my final project. Sound Generator Midi output Midi input Sound […]
The perfect Remote, Programmable, Controller for interactive LED strips
Posted on: 25 Jun 2016
Since when white light emitting high brightness LED are available, the handover from traditional lighting bulbs to the solid-state lighting has become irreversible: LEDs have an efficiency (expressed in lumens/watt) higher than that of almost all the traditional lamps (except, at the moment, the large sodium vapor lamps used for street lighting, unusable in closed […]
3D Printed Microcontroller Dice Roller
Posted on: 24 Jun 2016
This is a just-for-fun project I did in the Digilent MakerSpace. Usually whenever I play board games I use a dice-rolling smartphone app since dice are so easy to lose. I thought I would try making my own hardware version though. It turned out really well and was a lot of fun. In this Instructable […]
Microcontroller’s based Password Locker
Posted on: 23 Jun 2016
Hello Everybody , the goal of this instructables is to learn how to do a simple locker for your room, or anything which need to be safe. I’ve made it on a non-soldering card but there is the PCB if you want to make it ! Here is the list of differents components that we […]
Picaxe Projects #1: Making Fast Printed Circuit Modules
Posted on: 22 Jun 2016
Experimental circuit board modules can be made quickly and fairly easily. They have the advantage of being more than twice as fast to build than a custom circuit board. They are also easy to test in a breadboard. The modules detailed here are ones I have made using various Picaxe microcontrollers. Step 1: Picaxe Project […]
Intel D945GCLF Small Front Panel using PIC12F629
Posted on: 22 Jun 2016
Description This is a simple circuit with two buttons and two LEDs to control the D945GCLF Intel motherboard. Both power and reset buttons are included as well as hard disc activity LED and power status LED. The special feature included is the sleep effect of Apple laptops on the power LED! Design and Implementation The design […]
PIC18 Development Board with Ethernet and USB
Posted on: 21 Jun 2016
In this instructable I’m going to show you how to make your own PIC18 development board that features both Ethernet and Full Speed USB 2.0 at a low cost. Features: The development board is based on a PIC18LF4553 microcontroller. The microcontroller features a Full Speed USB 2.0 (12Mbit/s) interface without the need for any external […]
How to display custom characters on LCD using PIC16F877
Posted on: 21 Jun 2016
This post explains the idea of creating custom characters on any LCD ( e-g on 16×2 LCD ) which has HD44780U controller in it. Almost all 16×2 or 20×2 LCDs have HD44780U controller in them[1]. This controller provides the functionality of CGRAM ( Character Generator RAM ). We can write character patterns on this RAM […]