News

This is an Arduino library that enables you attach an interrupt to any pin of Arduino Uno, Nano, Mini and other 328-based boards. The Arduino attachInterrupt() function only allows pines 2 & ~3.
This board can be soldered with pinheaders onto an Arduino Mini. It contains the MCP2515 CAN bus controller and the MCP2551 CAN tranceiver. The MCP2515 is connected to the hardware-SPI of the ...
The SAM 15×15 is an Arduino development board of just 15 x 15mm, with the same powerful controller as the Arduino Zero: the SAMD21G18. Despite the small size, it has more I/O pins than the Arduino ...
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 project, one that has been on the back ...
Ten million Arduino UNO boards have been shipped since its launch in 2010, and the Arduino team has designed the Arduino UNO Mini Limited Edition to celebrate the impressive milestone. The Arduino UNO ...
Arduino enthusiasts may be interested in a new Mini ATtiny3217 development breakout board. The Dily3217 is an Arduino compatible development board measuring just 30 x 10mm in size, offering an easy to ...
Among all the Arduino boards, the Uno is most folks' go-to choice, and for good reason. It's the perfect platform to get started with Arduino, it's capable enough to handle a wide range of tasks, and ...
Arduino has shipped 10 million of its Uno boards since its introduction in 2010, and has produced a collector’s item to celebrate. True you pay more (€40), but it comes in a nicer box, in a ...
This Arduino based Real time clock is a digital clock to display real time using a RTC IC DS1307 which works on I2C protocol. Real time clock means it runs even after power failure. When power is ...