Brent Burton
I'm working on a couple Make Controller projects right now and I'll try to document them here.
-
PWM Fan Control with RPM reporting
- The project is a control for a PC 3-wire fan, with RPM reporting via OSC. It's about 80% done since the RPM reporting bit isn't finished. It demonstrates several things: PWM speed control, OSC module development, and data sampling.
-
Synthesizer Control
- This is a basic synthesizer controller. Nothing fancy, it just monitors several switches on the digital inputs and sends an OSC message to a remote PC running sythesizer software. This code demonstrates fixed-rate sampling, digital input use, switch de-bouncing, and using OSC in the other direction (OSC->PC). It's about 90% done, with the synthesizer code not quite finished.

