News

The Arduino Team presented some new products at Maker Faire this weekend. It’s a significant update. The Arduino UNO and Arduino Mega 2560 update the Duemilanove and Mega respectively. They n… ...
Both the Arduino Nano and Uno can be powered via their integrated USB connectors. This automatically supplies regulated 5V power to the board, allowing you to use any USB-supported power source ...
This RS-485 module can be easily interfaced with Arduino. Let’s use the hardware serial ports of Arduino 0 (RX) and 1(TX) (In UNO, NANO). Programming is also simple just use the Serial.print() to ...
It fits all versions of Arduino like UNO, NANO, mega 1280, mega 2560, and others. The working and functionality of the W5100 Ethernet module are very similar to that of an Arduino Ethernet shield, ...
However, it has some more horsepower than the Uno, as it offers more digital I/Os and analog input pins than the Uno, and is a good alternative for this board for applications that need more hard- and ...
The title of the smallest Arduino board doesn't go to just a single board — it actually belongs to an entire family: the Nano family. This set of boards comes in the smallest form factor Arduino ...
Saved searches Use saved searches to filter your results more quickly ...
The Arduino Mega is a useful tool for the maker. Generally, once one has come up with plans for blinking LEDs that require more IO than is available on the Arduino Uno, one graduates to the Mega an… ...