As we work on projects we’re frequently upgrading our tools. That basic soldering iron gives way to one with temperature control. The introductory 3D printer yields to one faster and more capable. One ...
The official Arduino IDE is a dour piece of software designed for uploading code to the ubiquitous and super-cool micro controller. It is a standalone, non-networked app that isn’t very pretty to look ...
The 8051 was an 8-bit Harvard-architecture microcontroller first put out by Intel in 1980. They’ve since discontinued that line, but it lives on in the low-cost STC8 family of chips, which is ...
Arduino enthusiasts looking for a new project to keep them busy over the weekend may be interested in a new Arduino FM Radio Project, which uses an ATmega328-based board to communicate with a TEA5767 ...
Is the Arduino Uno Q the missing piece in your next project? With its hybrid design that fuses the precision of a microcontroller with the flexibility of a Linux-based single-board computer, this ...
Arduino libraries, like libraries for other programming languages, help easily extend the range of functions available to users in the standard integrated development environment (IDE). They are ...