
BitPipe™ shield for Arduino – User Guide
www.briowireless.com Copyright © 2017 Briowireless Inc. All rights reserved.
10
4. Hardware Interconnect
The following describes the interconnect details and signals used to communicate and control a BitPipe™
via the serial interface.
4.1. BitPipe™ shie d header connectors signa assignments
The BitPipe™ shield connectors are used to provide radio control to the Arduino board.
• BitPipe™ shield pin 0 is mapped to UART-TX on the BitPipe™ and connected to the Arduino pin 0
(RX). BitPipe™ UART-TX can be disconnected from the Arduino pin 0 (RX) by removing jumper J20
5-6 to be able to update your sketch through the Arduino bootloader or use another serial port if
you have more than one port, like the Arduino Mega.
• BitPipe™ shield pin 1 is mapped to UART-RX on the BitPipe™ and connected to the Arduino pin 1
(TX). BitPipe™ UART-RX can be disconnected from the Arduino pin 1 (TX) by removing jumper J20
3-4 to be able to update your sketch through the Arduino bootloader or use another serial port if
you have more than one port, like the Arduino Mega.
• BitPipe™ shield IOREF is used as IO voltage reference for serial communication and connected
through pins 7-8 of J20. If your Arduino board does not have the R3 pinout, this pin is not available.
In that case, you will need to place a jumper between pins 1-2 of J19 if your Arduino board
operates at 3.3V or pins 2-3 of J19 if your Arduino board operates at 5V.
Arduino connector BitPipe™ shie d header
Pin(s) Signa Pin(s) Signa
RAW Raw input supply VIN DC In supply Power input from barrel connector
GND Ground GND Ground Common ground
IOREF IO reference IOREF IO Reference IO voltage reference of the Arduino
0 Serial RX 0 BitPipe™
UART-TX Arduino RX BitPipe™ TX
1 Serial TX 1 BitPipe™
UART-RX Arduino TX BitPipe™ RX
Tab e 1: BitPipe™ shie d header to Arduino header interconnect
NOTE: A other BitPipe™ shie d pins are not used.
4.2. BitPipe™ Modem mode
The BitPipe™ has 2 different operating modes: Modem mode and Autonomous mode. Hardware
strappings on the BitPipe™ shield set the BitPipe™ in Modem mode by default. In this mode, the BitPipe™
Serial API is enabled.
For more information on Serial API, visit https: briowireless.com products Module-API-SDK-
Documentation index.html.
4.3. Contro ing radio power
Radio power is controlled via the Serial API.
See examples source to know how to control radio power.