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

../_images/fusionhat_pinout_v0.png
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
ADC Pin
PWM Pin
Motor Port
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
User LED
USR Button
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.

  • Battery Level Indicator.

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

Raspberry Pi IO

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.

../_images/digitalio_fh_v0.png
Digital IO

Fusion HAT+

Raspberry Pi

17

GPIO17

4

GPIO4

27

GPIO27

22

GPIO22

ADC

../_images/adcfh_pin_v0.png

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.

../_images/btradc_fh_v0.png

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

../_images/pwmfh_pin_v0.png

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

../_images/i2cfh_pin_v0.png

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

../_images/spifh_pin_v0.png

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.

SPI

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

../_images/uartfh_pin_v0.png

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

../_images/ws2812fh_pin_v0.png

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.

User Button & LED

../_images/btn_led_fh_v0.png

The Fusion HAT+ comes with 1 LED and 1 button which are connected to and controlled by the I2C chip.

Speaker and MIC

../_images/speaker_fh_v0.png

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

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.

../_images/audio_fh_v0.png

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.

../_images/motor_fh_v0.png
Motor Driver

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.

Motor Drive Mode

A

B

Direction

0

0

Standby

PWM Value

0

Forward

0

PWM Value

Reverse

PWM Value

PWM Value

Brake

Power Button & PWR Indicator

../_images/pwr_fh_v0.png
  • Pressing the power button once will turn on the Raspberry Pi, and the PWR indicator will light up.

  • Holding the power button for 2 seconds sends a shutdown signal to the Raspberry Pi. If it is properly configured, the Raspberry Pi will shut down and the PWR indicator will turn off.

  • Holding the power button for 5 seconds forces a shutdown, and the PWR indicator will turn off immediately.

Additionally, the Fusion HAT+ features a Safe Shutdown mechanism. It performs a software shutdown by reading the microcontroller’s register status via I2C. To enable this feature, you need to configure the Raspberry Pi’s shutdown signal pin and run the corresponding code on the Raspberry Pi.

Battery Level Indicator

../_images/btr_fh_v0.png

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:

Battery Level

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.

Servo Zeroing Button

../_images/btn_servo_zeroing_fh_v0.png

The servo zeroing button is used to calibrate the servo’s zero position.

The PWM interface supports servo zeroing control, making it convenient for robot assembly. Servo zeroing sets all PWM interfaces to a 1500 µs pulse width with a 20,000 µs period, which moves the servos to the 90° position. It is recommended to disconnect other PWM devices before entering the servo zeroing mode.

  • When you press the button twice, all the PWM signals will be set to 1500us pulse, 20000us period. That is, the servo will be in the middle position. You should secure the servo arm to the servo in this state.

  • Press the button twice again, all the PWM signals will be set to 0 pulse.