Files
HardwareAdapter/controller
2025-05-25 16:19:52 +02:00
..
2025-05-18 21:05:44 +02:00
2025-05-21 22:39:32 +02:00
2025-05-25 16:19:52 +02:00
2025-05-25 15:07:39 +02:00
2025-05-18 21:05:44 +02:00
2025-05-25 16:19:28 +02:00
2025-05-25 16:19:28 +02:00

Controller

PINs

  • interal = physical = usage
  • 5 = 29 = reset peripheral devices
  • 0 = 10 = I2C SDA
  • 1 = 9 = I2C SCL

I2C

  • somehow the buildin I2C does not work anymore (maybe already damaged?)
  • add additional bus by using GPIOs:
$ fgrep i2c /boot/firmware/config.txt 
dtparam=i2c_arm=on
dtoverlay=i2c-gpio,bus=7,i2c_gpio_sda=10,i2c_gpio_scl=9

commands

  • reset peripheral devices: gpioset gpiochip0 5=0