Skip to main content

Quick Start

This guide introduces the FoBE Breakout GP8403 and how to use it.

Hardware diagram

The following figure illustrates the FoBE Breakout GP8403 hardware diagram.


FoBE Breakout GP8403 Hardware Diagram

Mechanical dimensions

FoBE Breakout GP8403 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.


FoBE Breakout GP8403 Mechanical Dimensions

Interfaces

The board provides two 4-pin SH1.0 connectors, all providing the same IIC connections for MCU control.

InterfaceDescription
GNDGround
3V3Power supply
SDAI2C bus data line
SCLI2C 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.

InterfaceDescription
NCNot Connected
GNDGround
3V3Power supply
SDAI2C bus data line
SCLI2C bus clock line
NCNot Connected

The board also provides 4 x 3.81mm screw terminal blocks for output.

InterfaceDescription
VINPower supply: 9V-36V
GNDGround
CH1Output channel 1, 0-5V/0-10V
CH0Output channel 2, 0-5V/0-10V

Configuration Jumper

The board features six jumper pad:

JUMPERInterfaceDescription
A0/A1/A2(Close to GP8303)GP8303-ADDRAddress byte: [7:4] 1 0 1 1, [3:1] A2-A1-A0, 0
A0/A1/A2(Close to EEPROM)EEPROM-ADDRAddress 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:


FoBE Breakout GP8403 Mechanical connection

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