Monthly Archives: December 2005
D.Tools
D-Tools is Stanford Design School’s entry into the microcontroller module market. D-tools is based on the Atmel microcontrollers, like Wiring and Arduino.
Continue reading
Posted in circuits, construction
Comments Off
EZIO
EZIO is a PIC based module that can read sensors, write to outputs, and send PWM signals to its outputs, all with simple serial commands.
Continue reading
Posted in circuits
Comments Off
Make your own OLEDs
Dan Mikesell sent this link to a site explaining how to make your own organic LEDs (OLEDs).
Continue reading
Posted in circuits, construction
Comments Off
Bit Masking in Processing
Sometimes you want to send a binary value into Processing (say, from a microcontroller) and check the individual bits of the value. This example checks the bits of an 8-bit number individually, and reports whether each one is a 0 or a 1. Continue reading
Posted in Processing
Comments Off