[Top]

Rpi-Power8A5A

First of all

Raspberry Pi との接続コネクタとスペーサーについて
20V 出力可能な USB PD アダプタをご使用ください.
USB PD アダプタの電力容量を越える電力を出力する事はできません.
5V, 12V 合計 50W 越えたあたりからかなり発熱しますので十分に放熱してください. またやけどにはご注意ください.
大電力を供給する場合は USB PD アダプタ自体の放熱もしてください.
Rpi-Power8A との違いは, 本基板は 12V 出力も DCDC コンバータで生成するところが違います.

Specifications

Documents

製品説明書
Raspberry Pi 5用公式アクティブクーラーの取り付け方法

Schematics

Configuration files

Examples (code, setup, etc)

+ DEV0 (GPIO24) を制御
  sudo gpioset gpiochip4 24=1      # turn on  the DEV0
  sudo gpioset gpiochip4 24=0      # turn off the DEV0
  
+ DEV1 (GPIO25) を制御
  sudo gpioset gpiochip4 25=1      # turn on  the DEV1
  sudo gpioset gpiochip4 25=0      # turn off the DEV1
  
+ DEV2 (GPIO26) を制御
  sudo gpioset gpiochip4 26=1      # turn on  the DEV2
  sudo gpioset gpiochip4 26=0      # turn off the DEV2
  
+ DEV3 (GPIO27) を制御
  sudo gpioset gpiochip4 27=1      # turn on  the DEV3
  sudo gpioset gpiochip4 27=0      # turn off the DEV3
  

Purchase