“Once upon a time, there were two kids in a garage, playing with electronics.
Later, they eventually founded HP.”
We have all heard this story, or Wozniak’s or some other Silicon Valley founding myths, and we are now sorry to observe that this era is over.It is over, because technology have got so horribly complicated : you will never be able to wire an lcd screen to a simple battery and come up with a displayed message. You always need microcontrollers that you can’t control, or registers that you can’t register.But something changed : one day came
Arduino.
Arduino Uno
Arduino is a cheap (30$) ready-to-use open-source microcontroller, with built-in in-and-outputs, that lets you easily take control of electronic parts, such as LED, speakers, motors or servo, through programs you write in C. You can add ‘shields’, which allow you to implement new functionnalities, such as wireless communiction or data storage.
Continue reading →