News

This simple WiFi serial port monitor would have saved us a lot of trouble. We can’t count how many times where being hooked into an Arduino with USB just to get the serial out has nearly been ...
"The long-awaited Arduino Due just hit the market, replacing the 8-bit, 16MHz brain of the popular Uno microcontroller prototyping platform with a 32-bit, 84MHz processor, while augmenting inputs ...
The new Arduino Due is based on a Cortex M3 ARM processor, and has been designed to provide increased performance and faster connectivity at an affordable $49 price, and is available from today ...
The long-awaited Arduino Due just hit the market, replacing the 8-bit, 16 MHz brain of the popular Uno microcontroller prototyping platform with a 32-bit, 84 MHz processor, while augmenting inputs ...
The Arduino Due has a 32-bit ARM core (the Uno is 8-bit), an 84 Mhz CPU clock, 96 KB of SRAM, and more USB ports than the Uno. In short, it's a much more powerful microcontroller that can handle a ...
Introduction:In Arduino environment, it's convenient to access BT SPP like a serial port and react to the command string sent from the BT serial port. Many Arduino projects have utilized this way ...