Pomoroni on raspberrypi

2023-11-19

I am trying to use Explorer pHat on the latest Raspberry Pi OS (64-bit).

The steps look very easy.

sudo apt install -y python3-explorerhat

After activating I2C interface from Rasiberry Pi Configuration, loading the module was successed.

import explorerhat

However, the DC motors never work on my environment.

explorerhat.motor.forwards(100)

Checked the voltage of motor pins, they also never work... No error message was found.

I am also trying to use python3-scrollphat, not work yet...