I started playing with an Ethernet shield for Arduino that I bought at a faire. I noticed that the shield itself is not original, but it’s a clone of the Arduino Ethernet Shield version 5.0, also identified as revision 2. The shield provides Ethernet connectivity and has an SD card slot to provide non-volatile memory […]
December 23, 2014
An application written in C that interfaces a rain sensor to Arduino Uno by reading digital and analog signals, and visualizing the levels on a PWM-driven LED and a serial terminal.
November 15, 2014
In my component drawers I have a LTP-7357AG, which is a matrix of 35 green LEDs conveniently packaged in a 12-pin display. I wanted to play with it so I began to hook it with my Arduino Uno. This post is part of a series about programming Arduino applications in C. I’m going to show the results first, […]
January 23, 2011
Out of curiosity I wanted to check some Arduino board schematics. The Arduino Uno is one of the newest boards and is also quite simple; its open source schematics can be downloaded from here(zip file). There are two files: a board layout file and a schematics file. They can be opened with the free (but […]
June 14, 2015
1