Note
Hello, welcome to the SunFounder Raspberry Pi & Arduino & ESP32 Enthusiasts Community on Facebook! Dive deeper into Raspberry Pi, Arduino, and ESP32 with fellow enthusiasts.
Why Join?
Expert Support: Solve post-sale issues and technical challenges with help from our community and team.
Learn & Share: Exchange tips and tutorials to enhance your skills.
Exclusive Previews: Get early access to new product announcements and sneak peeks.
Special Discounts: Enjoy exclusive discounts on our newest products.
Festive Promotions and Giveaways: Take part in giveaways and holiday promotions.
👉 Ready to explore and create with us? Click [here] and join today!
Interfaces
Pinout
- Battery Port
6.0V-8.4V XH2.54 3pin power input.
Powering the Raspberry Pi and Fusion HAT+ at the same time.
- Power Switch
Turn on/off the power of the Fusion HAT+.
- Type-C Charging Port
Insert the Type-C cable to charge the battery.
During charging, the corresponding battery indicator light will flash.
It takes approximately 2 hours to fully charge. Once fully charged, if the Fusion HAT is powered on, both battery indicator lights will stay on continuously. If the Fusion HAT is powered off, both battery indicator lights will turn off.
- Digital Pin
4-channel digital pins, 17, 4, 27, 22.
Pin: Digital IO.
API:
fusion_hat.pin.Pin.
- ADC Pin
4-channel ADC pins, A0-A3.
Pin: ADC.
API:
fusion_hat.adc.ADC.
- PWM Pin
12-channel PWM pins, P0-P11.
Pin: PWM.
API:
fusion_hat.pwm.PWM.
- Motor Port
4-channel XH2.54 motor ports.
Pin: Motor Port.
API:
fusion_hat.motor.Motor.
- I2C Pin and I2C Port
I2C Pin: P2.54 4-pin interface.
I2C Port: SH1.0 4-pin interface, which is compatible with QWIIC and STEMMA QT.
These I2C interfaces are connected to the Raspberry Pi’s I2C interface via GPIO2 (SDA) and GPIO3 (SCL).
Pin: I2C.
API:
fusion_hat._i2c.I2C.
- SPI Pin
P2.54 7-pin SPI interface.
Pin: SPI.
- UART Pin
P2.54 4-pin interface.
Pin: UART.
- WS2812 Port
1-channel WS2812 port.
Pin: WS2812 Port.
- User LED
The functions of User LED can be set by your programming.
Pin: User Button & LED.
- USR Button
The functions of USR Button can be set by your programming. (Pressing down leads to a input “0”; releasing produces a input “1”. )
Pin: User Button & LED.
- Battery Indicator
Two LEDs light up when the voltage is higher than 7.6V.
One LED lights up in the 7.15V to 7.6V range.
Below 7.15V, both LEDs turn off.
- Speaker and MIC
Speaker: This is a 2030 audio chamber speaker.
Speaker Port: The Fusion HAT+ is equipped with onboard I2S audio output, along with a 2030 audio chamber speaker, providing a mono sound output.
MIC: The Fusion HAT+ is equipped with a MEMS microphone, which can be used to collect ambient sound.
Pin: Speaker and MIC.
API:
fusion_hat.music.Music.
Pin Mapping
Fusion HAT+ |
Raspberry Pi |
Raspberry Pi |
Fusion HAT+ |
|---|---|---|---|
POWER OFF DETECT* |
3V3 |
5V |
5V |
SDA |
SDA |
5V |
5V |
SCL |
SCL |
GND |
GND |
DIGITAL 4 |
GPIO4 |
TXD |
TXD |
GND |
GND |
RXD |
RXD |
DIGITAL 17 |
GPIO17 |
GPIO18 |
I2S BCLK |
DIGITAL 27 |
GPIO27 |
GND |
GND |
DIGITAL 22 |
GPIO22 |
GPIO23 |
NC |
ID EEPROM |
3V3 |
GPIO24 |
NC |
SPI MOSI / WS2812 DOUT |
MOSI |
GND |
GND |
SPI MISO |
MISO |
GPIO25 |
NC |
SPI SCLK |
SCLK |
CE0 |
SPI CE0 |
GND |
GND |
CE1 |
NC |
NC |
ID_SD |
ID_SC |
NC |
NC |
GPIO5 |
GND |
GND |
(SPI)BSY |
GPIO6 |
GPIO12 |
NC |
NC |
GPIO13 |
GND |
GND |
I2S LRCLK |
GPIO19 |
GPIO16 |
NC |
POWER OFF DETECT* |
GPIO26 |
GPIO20 |
I2S Speaker Enable |
GND |
GND |
GPIO21 |
I2S DATAOUT |
Digital IO
Fusion HAT+ has 4 sets of P2.54 3Pin digital pins.
Fusion HAT+ |
Raspberry Pi |
|---|---|
17 |
GPIO17 |
4 |
GPIO4 |
27 |
GPIO27 |
22 |
GPIO22 |
ADC
The Fusion HAT+ features four sets of 3 Pin ADC (Analog to Digital Converter) pins, each spaced 2.54mm apart. These pins operate at a 3.3V power supply. The ADC function, offering 12-bit precision, is facilitated by an onboard microcontroller. Detailed instructions for reading ADC values are provided in the On-Board MCU section.
Also, ADC channel A4 is connected to the battery through a voltage divider using resistors, which will be used to measure the battery voltage to estimate the approximate battery charge.
The voltage divider ratio is 200K/100K, so:
A4 voltage (Va4) = value_A4 / 4095.0 * 3.3
Battery voltage (Vbat) = Va4*3
Battery voltage (Vbat) = value_A4 / 4095.0 * 3.3 * 3
PWM
Fusion HAT+ has 4 sets of 3 Pin PWM pins, each spaced 2.54mm apart, and the power supply is 5V. The method of using the PWM is described in detail in On-Board MCU.
Note
PWM4 ~ 11 channels are used for motor drive.
I2C
The Fusion HAT+ has two I2C interfaces. One is the P2.54 4-pin interface, and the other is the SH1.0 4-pin interface, which is compatible with QWIIC and STEMMA QT. These I2C interfaces are connected to the Raspberry Pi’s I2C interface via GPIO2 (SDA) and GPIO3 (SCL). The board also features an On-Board MCU, and the two signal lines have 10K pull-up resistors.
SPI
The SPI interface of the Fusion HAT+ is a 7-pin P2.54 interface. It connects to the SPI interface of the Raspberry Pi and includes an additional I/O pin that can be used for purposes such as interrupts or resets.
Fusion HAT+ |
Raspberry Pi |
|---|---|
BSY |
GPIO6 |
CS |
CE0(GPIO8) |
SCK |
SCLK(GPIO11) |
MI |
MISO(GPIO9) |
MO |
MOSI(GPIO10) |
3V3 |
3.3V Power |
GND |
Ground |
UART
The UART interface of the Fusion HAT+ is a 4-pin P2.54 interface. It connects to the Raspberry Pi’s GPIO14 (TXD) and GPIO15 (RXD) pins.
WS2812 Port
The Fusion HAT+ comes with 1 WS2812 port (ZH1.5 3 Pin), which can be used to control 1 WS2812 LED strip.
This Pin is shared with SPI MOSI, so it can not be used as SPI MOSI at the same time.
Speaker and MIC
The Fusion HAT+ is equipped with onboard I2S audio output/input, along with a 2030 audio chamber speaker, providing a mono sound output. The onboard microphone can be used to receive audio signals.
I2S |
Raspberry Pi |
|---|---|
WS |
GPIO19 |
SCLK |
GPIO18 |
Audio OUT (Speaker) |
GPIO21 |
Aduio IN (MIC) |
GPIO20 |
If you intend to repurpose the GPIO pins without using the audio functionality, you can simply disconnect the integrated speaker and microphone via a switch. It is crucial to ensure that this disconnection is performed only when the audio components are inactive. Furthermore, you should never manipulate the WS and SCLK pins while any audio component is active.
Motor Port
The motor driver of the Fusion HAT+ supports 4 channels and can be controlled using 8 PWM signals for direction and speed control.
Motor |
PWM |
|---|---|
Motor0 A |
PWM11 |
Motor0 B |
PWM10 |
Motor1 A |
PWM9 |
Motor1 B |
PWM8 |
Motor2 A |
PWM7 |
Motor2 B |
PWM6 |
Motor3 A |
PWM5 |
Motor3 B |
PWM4 |
The motor drive mode is as follow.
A |
B |
Direction |
|---|---|---|
0 |
0 |
Standby |
PWM Value |
0 |
Forward |
0 |
PWM Value |
Reverse |
PWM Value |
PWM Value |
Brake |
Battery Level Indicator
The battery level indicator on the Fusion HAT+ monitors the battery voltage using a voltage divider method and serves as a reference for estimating the battery level. The relationship between the LED and voltage is as follows:
LED Battery |
Total Voltage |
|---|---|
2 LEDs on |
Greater than 7.4V |
1 LED on |
Greater than 6.5V |
Both LEDs off |
Less than 6.5V |
When charging, the battery indicator lights will flash. The charging status can be read via I2C by accessing the microcontroller. See Charging Status for details.
When any one of the batteries reaches or exceeds 4.1V while the others are below that threshold, the charging current of that specific battery will be reduced.