December 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Also available on Twitter
My TweetsCategories
Recent Comments
- Gábor on GCC Error Messages
- e8johan on GCC Error Messages
- Juampa on GCC Error Messages
- e8johan on GCC Error Messages
- lava on GCC Error Messages
Archives
- June 2022
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- August 2014
- April 2014
- March 2014
- February 2014
- July 2013
- June 2013
- May 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
Meta
Category Archives: Arduino
The Folding Arduino Lab
Have you ever wanted to travel with your Arduino, a breadboard or perhaps a couple of shields? Of course, you’d also want to bring a set of components, just to be able to tinker with it. Now you can! Thanks to … Continue reading
Posted in Arduino
Comments Off on The Folding Arduino Lab
Arduino Updated
The Arduino platform has been under pressure for a while now. The project that enabled embedded computing power for all makers out there has been falling behind on the CPU side. Still, it has maintained its position as one of … Continue reading
Posted in Arduino
Comments Off on Arduino Updated
What does that Pin Do?
The Arduino Shield List is a nice little collection of pin-outs for various Arduino shields. They’ve collected 280+ shields at the time of writing. For each shield, you will find a short summary alongside an illustration highlighting the used pins. … Continue reading
Posted in Arduino
Comments Off on What does that Pin Do?
Step-by-step: PCB-less Arduino
Over at the Arduino site, there is a page on building an Arduino clone on a breadboard. This trick can be further simplified by using the internal oscillator. You lose some speed, but also some complexity.
Posted in Arduino
Comments Off on Step-by-step: PCB-less Arduino
Arduino Compatible Arm Cortex M4
Paul Stoffregen and PJRC has run a kickstarter campaign to fund the development of an Arduino-compatible device based on an Arm Cortex M4: The Teensy 3.0. The idea is to take the easy of programming an Arduino and the power … Continue reading
Posted in Arduino
Comments Off on Arduino Compatible Arm Cortex M4
Massimo from Arduino at TED
TED is a great series of conferences. The best speakers get to speak about their favorite subjects. All is recorded and provided on-line for free. At the last TEDGlobal event, Massimo Banzi, one of the architects of Arduino, spoke on … Continue reading
Posted in Arduino
Comments Off on Massimo from Arduino at TED
Portable Electronics Lab
Built from an old laptop, sk7ca‘s portable electronics lab is quite impressive. It contains a generous breadboard area, an LCD display, a keypad, various inputs, outputs, sensors , gizmos and the now ubiquitous Arduino. What the video for a guided tour.
Posted in Arduino, Electronics, Projects
Comments Off on Portable Electronics Lab
Searduino
When developing Arduino software, it is not always ideal having to rely on the cycle of life – code, compile, upload, test, alter, compile, upload, test, alter, comp… The Searduino project (Savannah page) provides an, albeit limited, simulation of an Arduino system. The … Continue reading
Plotting Electronically
For just a few Euros, a basic plotting robot can be constructed. Based on two servos, an Arduino and a pen, it is hard to build a more simple construction than this. From the video, you can see that cheap … Continue reading
Posted in Arduino
Comments Off on Plotting Electronically
Dance to the Beat
Tap to the beat of your favorite song on the switch, and the Arduino will learn and follow. As soon as the beats-per-minute has been calculated, a LED-array will start to animate to the beat. All this is implemented in … Continue reading
Posted in Arduino
Comments Off on Dance to the Beat