Quick Start
This guide introduces the FoBE Breakout GP8303 and how to use it.
Hardware diagram
The following figure illustrates the FoBE Breakout GP8303 hardware diagram.

Mechanical dimensions
FoBE Breakout GP8303 is a single-sided 25.4mm x 50.81mm (1" x 2") 1.6mm thick PCB with two SH1.0 4-pin connectors and a set of 6-pin 2.54mm header holes.
Output is provided by 4 x 3.81mm screw terminal blocks.
Fixing by 4(or more, up to 8) x 1.6mm Screw holes.

Interfaces
The board provides two 4-pin SH1.0 connectors, all providing the same IIC connections for MCU control.
Interface | Description |
---|---|
GND | Ground |
3V3 | Power supply |
SDA | I2C bus data line |
SCL | I2C bus clock line |
And a set of 6-pin 2.54mm header holes, providing the same IIC connections for MCU control, plus an interrupt pin.
Interface | Description |
---|---|
NC | Not Connected |
GND | Ground |
3V3 | Power supply |
SDA | I2C bus data line |
SCL | I2C bus clock line |
NC | Not Connected |
The board also provides 4 x 3.81mm screw terminal blocks for output.
Interface | Description |
---|---|
VIN | Power supply: 18V - 36V |
GND | Ground |
OUTPUT | Analog output current |
GND | Ground |
Configuration Jumper
The board features six jumper pad:
JUMPER | Interface | Description |
---|---|---|
A0/A1/A2(Close to GP8303) | GP8303-ADDR | Address byte: [7:4] 1 0 1 1, [3:1] A2-A1-A0, 0 |
A0/A1/A2(Close to EEPROM) | EEPROM-ADDR | Address byte: [7:4] 1-0-1-0, [3:1] A2-A1-A0, [0] 0(W)/1(R) |
Programming
FoBE Quill nRF52840 Mesh Example
The FoBE Quill nRF52840 Mesh development board provides multiple digital gpio; pins D2, D1, D0 are used in the example:

#include <TinyGPSPlus.h>
#include <SoftwareSerial.h>
......