News

So let’s say your using an Arduino in your project. You already have the hardware-based serial interface working with one portion of the project and need a second serial port for unrelated ha… ...
Arduino enthusiasts searching for an isolated USB to UART converter specifically designed for the Arduino Pro mini may be interested in a new piece of hardware created by Simone based in Italy ...
The “N” in CAN stands for network, after all. The trick is to create a device ID for each desired CANSerial interface, which is done in his library using the usual Arduino setup step.
A new fully featured Arduino development board has been created called the Prestissimo Uno+ which is now available to back via Kickstarter with earlybird ...
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 ...