News

The Arduino is an excellent first embedded development kit, provides a great introduction to electronics, and has the potential to get children into programming. [David] thinks throwing C at non-pr… ...
A cool RFID music table has been created using Arduino, iPod and RFID tags to make it easy to change albums by simply changing the RFID tag. Each RFID tag ...
[Mike] sent in a project he’s been working on – a port of a BASIC interpreter that fits on an Arduino. The code is meant to be a faithful port of Tiny BASIC for the 68000, and true to T… ...
Instructables user talk2bruce created the Arduino Internet Gizmo, a card reader that takes you to your favorite websites with a touch of an RFID tag.
Arduino microcontrollers have added Python to the range of compatible programming languages. Others can be used, and not just Arduino's own IDE app.
I just received my RC522 RFID reader and made this simple Arduino access control system that uses the reader, a buzzer for the alarm and a relay shield for the security system. The relay can be used ...
While Arduino's language is structured on a basic version of C++, it also provides an easy syntax for beginners. Because C++ is one of the most-used programming languages, it won't be difficult to ...
GPIO programming on a Raspberry Pi using Arduino's Web IDE - this post brings Raspberry Pi and Arduino together.