May
12

Here is an excellent idea to make an Arduino board without PCB.
This is a 100% functional version of the Arduino. We eliminate the PCB and use paper and cardboard as support and the result is.. the PAPERduino
This is the the first version of the layout design, next we will try more designs, and another materials. You just need to print the top and the bottom layout, and glue them to any kind of support you want. We hope that you start making your own boards. If you do, please share your photos with us, we would love to see them
I love this idea. [link] | [via]

Loading ...
Arts and Decorating, Crafts, Latest Arduino board
May
10

Now you can send words to display on your TV with Arduino using TellyMate Shield. This TellyMate Shield takes serial data from Arduino and displays it on TV. It’s really simple to use… Here’s some code to display “Hello!” on the TV.
Serial.begin(57600); //57k6 baud
Serial.println(”Hello!”);
[link] | [via]

Loading ...
Arduino Shield, Latest Arduino board
Apr
22

If your Arduino-based projects is very complex and one Arduino board is not enough try Quadruino - Arduino Quad Core.The Quadruino is based on a PCB with 4 ATmega328 Controller. The Quadruino enables the user to run 4 sketches at the same time, or in an alternative mode to combine the processing power of all four ATmega328.[link]

Loading ...
Latest Arduino board, Quadruino