The USB keypad reference design demonstrates crystal free USB operation. Microchip has partnered with Lumvatech to demonstrate a low-cost aesthetic design, with touch capability and LED lighting integrated. All features are driven with a single PIC16F1459 MCU. USB is one of the most common serial interfaces used in a wide variety of applications. The USB […]
Projects
The ChromoDisk
When I saw the Aurora LED 9×18 Instructable, I was inspired. However, it’s built on the PIC microcontroller while I am most familiar with the AVR microcontrollers. Plus, I already have the development and programming environments for AVRs, so I set about a redesign as a personal challenge. I wanted to make something (almost) just […]
CSCI 255 Lab using pic-microcontroller
Preparation In addition to the power supply that you created on your breadboard in Lab 2, you will need the following equipment/components to complete your PIC prototype board: (1) multimeter (1) PIC 24HJ32GP202 chip (2) alligator clip leads (1) LED (1) 1K Ohm resistor (1) 2 K or 2.2 K Ohm resistor (1) 10 micro […]
Semi-Automatic NERF Longshot
The first question I often get about this creation is “Why?.” The answer is quite simple, I am an engineering student at Stony Brook University. We play a game on campus called “Humans vs. Zombies.” That fact coupled with my over competitiveness, and my drive to engineer things most people wouldn’t is what ultimately spawned […]
Joshua Marchi’s Lab Notebook using pic microcontoller
Week 01 January 11, 2012 (1 hour): Met with professor Talavage to discuss the basic functionality of the headset sensor devices that will be used to collect data for this project. Discussed challenges of interfacing these devices to the base station using the USB protocol standard. January 11, 2012 (1 hour): Met as a team […]
RFID Car immobiliser with PIC12629
Ok, so there are heaps of immobilisers out there but with most of them, if someone has your keys, they have you car. What good is a car alarm with 3+ point immobilisation if someone manages to get the keys and of course the alarm remote. This is a simple immobiliser based on a PIC12F629 and […]
Hacking the Xbox CONTROLLER
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
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, […]
2-Wire Keypad Interface Using a 555 Timer using pic microcontoller
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
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 […]