As soon as we start getting familiar with the basics of Arduino, we start noticing some interesting components that are not commonly used on the Arduino. One of these things are the ICSP headers. They ...
There are easy ways of getting more I/O pins for any project; shift registers, I2C expanders, or ADCs will give you plenty of pins for whatever project you have in mind. All these require extra ...
If you would like to learn the basics of electronics and soldering electronic components together to make more complicated projects. A good starting point is the Arduino Make Your UNO Kit, providing ...
If you are interested in learning more about the history of the iconic Arduino UNO microcontroller you are sure to be interested in the new article published this month to the official Arduino blog ...
The long-awaited Arduino Due just hit the market, replacing the 8-bit, 16MHz brain of the popular Uno microcontroller prototyping platform with a 32-bit, 84MHz processor, while augmenting inputs and ...
The guys and gals at Arduino have just released the latest and greatest version of the Arduino Uno. The previous generation was called the R3, so it’s no great surprise that the new generation flaunts ...
Apart from understanding the Arduino's code language, one of the most confusing parts about the platform — especially for beginners — is picking the right board to use in a project. Sure, it isn't ...