Maker Pro
Maker Pro

Pc controller

szord6

Jun 26, 2011
1
Joined
Jun 26, 2011
Messages
1
Hey I want to make a controller with 1 button, and maybe later with 2 buttons. Where could I learn how to make this all myself and what is it called? I am completely new to electronics.
 

daddles

Jun 10, 2011
443
Joined
Jun 10, 2011
Messages
443
There are many ways to learning this. One reasonably quick way is to get one of the training kits made by Microchip. I've tried both the Low Parts Count Demo Board and the PICDEM Lab board. Both are excellent and will teach you what you need to know about getting started programming microcontrollers. The PICDEM Lab board is a better choice in my mind because it's more versatile for performing other experiments down the road. If you work through the tutorials, you'll learn the basics of analog in, digital I/O, switch debouncing, interrupts, ISRs, etc.

There are also USB kits that connect to your Windows/Linux/Mac machine and let you do stuff with high level languages; there are often bindings to your favorite language.
 
Top