News

Based on a Nordic Semiconductor 32-bit ARM system-on-chip that has built-in support for Bluetooth 4.0, the RFduino runs the same code as Arduino UNO and DUE boards, and it works with any type of ...
The project is build around an Arduino ProMini, an FTDI breakout board, and a Bluetooth module. It’s a fairly simple build, but the meat of the project lies in the code .
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 ...