Adding USB functionality to your Arduino projects used to be a pain, but thankfully, the V-USB project came along and gave your ATMEGA328 the ability to control the USB lines directly and mimic simple ...
The popularity of the Arduino as a development platform has meant that it finds use in some pretty amazing projects across the globe - and here's a small selection to get you thinking about what you ...
The project illustrates an old Arduino USB board being hacked by finding the right pins and stringing a capacitor between the serial connector and the reset line. One side of the capacitor connects to ...
Arduino enthusiasts looking for a project to keep them busy this weekend maybe interested in a new project featured on the official Arduino blog for a handy cable tester. Equipped with a touchscreen ...
A maker shared an electronics project on Digikey that explains an automatic system for recognizing and organizing resistors using an Arduino Uno Q. Zach Hipps did the work and looked for methods to ...
With their cheap price tags, massive I/O provisions, and low power consumption, microcontrollers like the uber-popular ...
What if you could combine the simplicity of Arduino with the power of a Linux-based processor, all in one compact device? Enter the Arduino Uno Q, a new development board designed to handle everything ...
The Arduino development board has grown in popularity over the last few years and has spawned a myriad of interesting projects such as auto-lacing shoes, The EyeWriter 2.0, and the Mobile Dance Stage.
To test our circuit out - and before we start writing a program of our own - we'll load the Blink example. Simply load the Arduino IDE and go to File -> Examples -> Digital -> Blink to see what a very ...