News

The release of the Arduino IDE 1.6.6 and updated cores for all supported platforms (AVR 1.6.9, SAM 1.6.5, SAMD 1.6.2) have now closed the door on 723 issues and merged 147 Paul requests.
As if it weren’t confusing enough in the Arduino world these days, now we’re going to have to deal with conflicting version numbers for the IDE. Yup, it’s been forked. Arduino LLC… ...
Arduino enthusiasts will be pleased to know that a new update has been made available for the Arduino IDE in the form of update 2.1. Bringing plenty of fixes, tweaks and enhancements the latest ...
A new version of the Arduino IDE (1.6.2) is available at the download page! The Arduino IDE 1.6.2 features new one click install of boards and libraries. With 1.6.2, two new menu items are ...
Recently an update came out for Arduino IDE 1.6.1. This version has quite a bit of changes from the old one and there are a few things you should know to help you get up to date on what has changed in ...
Posted in Arduino Hacks, Wireless Hacks Tagged arduino, Arduino IDE, ESP, ESP8266, wifi ← In Which Robots Fight The Console Wars Resourceful DIY Brushless Hand-held Camera Gimbal → ...
There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you ...
Although Arduino's programming language is based on C++, you won't be able to use all of its commands. But, you can still use objects in Arduino's IDE, which are a fundamental aspect of C++.