f you want to make some simple electronic circuits for your Raspberry Pi, you may need some useful (software and hardware) tools.
Hardware tools
Breadboard
The breadboard (aka prototyping board, or plugboard) allows you to prototype your electronic circuits without the need to solder components. You just have to plug them into the board, and when youâre done, unplug them to test another circuit. The breadboard (and case) you can see below comes from SK Pang. Breadboards exist with different sizes: the one below is a half-sized one.
Components
Basic components youâll need are :
- LED (red, green, yellow, blue). Choose LED with forward voltage lower than 3.3V if you want them to light-up.
- Push buttons.
- Resistors : 330 Ω for LED protection, 1 kΩ and 10 kΩ for Raspberry Pi protection when used with push buttons. You want need other values.
- Jumper wires : female to male (from GPIO pins to breadboard) and male to male (from breadboard pins to breadboard pins).
You may later need some âadvanced componentsâ : diods, transistors, capacitors, etc.
Digital multimeter
It may be useful to check your circuit values : voltage, current, resistor values, etc.
Gertboard
When you need a Gertboard, youâre not designing simple electronic circuits anymore đ
Software tools
EAGLE
This software allows you to design circuit diagrams, and have a (very) large catalog of components. Itâs possible to use EAGLE for free.
Download EAGLE (Windows, Linux, OS X)
Fritzing
This software allows you to design your breadboard powered circuit. You even design the schematics of the circuit and the PCB. You can event export the PCB and order it from Fritzing Fab.
Download Fritzing (Windows, Linux, OS X)
Adafruitâs Fritzing Library
This library adds the Raspberry Pi (and some other components) to Fritzing.
Download Adafruitâs Fritzing Library
Adafruitâs Circuit Playground
This app, for iPhone and iPad, brings you easy circuits calculations. From applicationâs description :
- Decipher resistor & capacitor codes with ease
- Calculate power, resistance, current, and voltage with the Ohmâs Law & Power Calc modules
- Quickly convert between decimal, hexadecimal, binary or even ASCII characters
- Calculate values for multiple resistors or capacitors in series & parallel configurations
- Store, search, and view PDF datasheets
- Access exclusive sneak peaks, deals & discounts at Adafruit Industries
For more detail: Electronic circuits for your Raspberry Pi : useful tools