2025-11-13 12:33:51 +01:00
2025-11-06 16:56:20 +01:00
2025-11-13 12:33:51 +01:00
2025-11-06 17:01:28 +01:00
2025-11-06 17:11:33 +01:00

Solarmotor

Mobilizing mirror cluster.

Information

Use adafruit servokit to manage the servos through the external board. Enable the I2C module for the rasberry pi. Install the package and initialize with

from adafruit_servokit import ServoKit
kit = ServoKit(channels=16)
kit.servo[0].angle = 180
https://pinout.xyz/ Full pinout for the rpi3
https://components101.com/sites/default/files/component_datasheet/SG90%20Servo%20Motor%20Datasheet.pdf Datasheet for the servomotor used
https://ben.akrin.com/raspberry-pi-servo-jitter/ Blog post how to fix jittering

Local address inet6 fe80::7e2c:ada5:5de7:9a2c/64

Cables

From right to left

..............................
.        ----------       1x .
.                         2x .
.                         3x .
.                         xx .
.            ooooo        4x .
.            ooooo        xx .
.            ooooo        xx .
.                         xx .
.                         xx .
.                            .

1: white
2: purlple
3: yellow
4: black
Description
No description provided
Readme 140 KiB
Languages
Python 98.7%
Makefile 1.3%