News

If you've got an Arduino of any variety, you might have noticed some of the pins on the board have a tilde mark or PWM printed next to them. What is PWM?
Enter the ExtraCore library for Arduino, a software library that turns two or more Arduinos into a multi-core microcontroller with more pins than you’ll ever need.
Arduino-compatible ATtinys with more pins Having had such quick success making a microcontroller project using an 8pin ATtiny85 and programming it with Arduino, I though I would try a more elaborate ...
Often, when it comes to your Arduino project,you never have enough input/output (I/O) pins on your Arduino Microcontroller. The addition of your favorite LCD display, a bunch of blinkers, beepers and ...
There are two kinds of people in the world (and, no, this isn’t a binary joke). People who love the Arduino, and people who hate it. If you’ve ever tried to use a standard prototype boa… ...
The shield is fully configurable with jumpers to connect or disconnect each Raspberry Pi and Arduino pin from the level-shifters to allow for full use of all pins and ports.
This is a simple 0 to 9 counter circuit constructed using Arduino! Here, a common cathode 7-segment LED display is connected to Arduino for displaying the digits. The code (Arduino sketch) allows push ...
In a previous article, we looked at connecting various kinds of Arduino hardware to your Mac. Here's how to get started programming on them to create your own projects.
Running out of GPIO pins? Learn how to connect multiple buttons to just one Arduino pin using clever wiring and resistor techniques. Perfect for compact projects, keyboards, or when using small ...