SkillAgentSearch skills...

Dockerpi

This is a repository for docker pi kit's modules, such as nightlight hat board and 4 channel relay hat board for Raspberry Pi

Install / Use

/learn @geeekpi/Dockerpi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Docker Pi Modules Demo Code

  • Nightlight Hat Board For Raspberry Pi
  • 4 Channel Relay Hat Board For Raspberry Pi
  • Powerboard
  • SensorHub

Requirement

  • i2c-tools
  • smbus2

How To Setup

Install i2c-tools

  • sudo apt-get update
  • sudo apt-get -y install i2c-tools
  • sudo apt-get -y install git
  • pip3 install smbus2

Detect Device Address

  • i2cdetect -y 1

Clone Repository

  • cd ~
  • git clone https://github.com/geeekpi/dockerpi.git
  • cd dockerpi/Nightlight/
  • sudo ./Nightligh.sh
    or
  • sudo python ./Nightlight.py or
  • gcc Nightlight.c -lwiringPi -o nightlight
  • sudo ./nightlight

And the same way to 4 Channel Relay Hat Board. Have Fun.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated4mo ago
Forks5

Languages

C

Security Score

72/100

Audited on Nov 9, 2025

No findings