Posts by Bilal:
Debouncing Interrupts With MPIDE Part 1: Brute Force
Posted on: 04 Nov 2021
It’s about time isn’t it? Welcome back! If you’ve been following my I’bles up to this point, I’ve shown you two different ways to set up interrupts in MPIDE using attachInterrupt() and setIntVector(). In the first of those tutorials, I explained what “bounce” was, and why “debouncing” was important, but I had to leave you on a cliffhanger! Now […]
LEGO Nikon IR Remote
Posted on: 03 Nov 2021
(You can skip the paragraph)My sister has a Nikon D60 camera and is an active photographer. She had been begging for a remote control for the camera and this particular model doesn’t have the option of wired remote, which would have been easier to make myself. The original ML-L3 remote costs something around 40$ in […]
Digital Measuring Tape
Posted on: 02 Nov 2021
I always was thinking of a measuring tape that never ends and be able to measure very long things. So I decided to make a small odometer and use it as a digital measuring tape.I used a PIC16F819 microcontroller and a sensor from an old computer mouse (the remaining parts of one of my other projects Crazy Mouse) to […]
Paintball/Ballistic Chronograph
Posted on: 01 Nov 2021
Create a low-cost Paintball Chronograph for less than $40! A ballistic chronograph is a device that records the velocity of a projectile. This particular chronograph I have made has only been tested with a paintball gun and it is relatively simple to make. I have also implemented a function that can record the rate of […]
CHR’s 8X8X8 LED Cube Revisited With Improvements!
Posted on: 31 Oct 2021
I want to acknowledge that so many here contributed ideas and support, and although there are too many to name now, I did want to acknowledge my gratitude for all that contributed to the project.I am so happy that the printed circuit boards I developed helped those that wanted or needed them, whether they had […]
Building Your Own Micromite Companion Minicomputer
Posted on: 30 Oct 2021
The Micromite Companion Minicomputer is the next generation in the Pocket Mini Computer series. It is the combination of two Open Source systems, the Micromite software, a PIC32 creation by Geoff Graham, and the Parallax Propeller, a recently “Open Sourced” chip by Chip Gracey. By combining this two very unique chips we can create a […]
Microcontroller Register Manipulation
Posted on: 29 Oct 2021
I’m always amazed at the new technology that is constantly coming out that allows hobbyists like myself access to powerful and cheap microcontrollers like the Arduino or chipKIT development boards. They are easy to program and easy to use, but sometimes the code can get a little bit long and we look at it and […]
Computer Controlled Traffic Light
Posted on: 28 Oct 2021
I made this computer controlled traffic light for my work to show the status of the software being build, but I will spare you the details. This was also my first home project with a PIC controller. The traffic light is using an old Ikea traffic light meant for in childrens bedroom. It has switches […]
Convert an ATX PSU Into a Bench PSU That Measures Current
Posted on: 27 Oct 2021
In this instructable I’m going to show you how to convert an old ATX power supply to a bench power supply that also displays the current drawn for each voltage rail on an LCD display. Features: The PSU uses a 20×4 LCD display to show the current readings for every voltage rail. But because the […]
PIC18 Development Board With Ethernet and USB
Posted on: 26 Oct 2021
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 […]