Do you have a question about the Waveshare Pan-Tilt HAT and is the answer not in the manual?
Weight | 50g |
---|---|
Power Supply | 5V |
Control Interface | I2C |
Pan Angle | 180 degrees |
Operating Voltage | 5V |
Logic Voltage | 3.3V |
PWM Driver | PCA9685 |
Resolution | 12-bit |
Compatibility | Raspberry Pi |
Servo Channels | 2 |
Motor Type | Servo |
Compatible Raspberry Pi Models | Raspberry Pi A+/B+/2/3/4 |
Servo Type | Standard servo |
Dimensions | 65mm x 56mm |
Tilt Angle | 180° |
Specifies the voltage range for the Pan-Tilt HAT operation.
Identifies the PCA9685 chip used for PWM control.
Details the operational voltage requirement for the HAT.
Indicates the communication interface used, which is I2C.
Provides the physical size of the Pan-Tilt HAT.
Describes the PCA9685 PWM driver and TSL2581 light sensor.
Explains the I2C communication signals: Start, Stop, and ACK.
Details the data structure for writing information via I2C.
Illustrates the data structure for reading information via I2C.
Specifies the I2C addresses for PCA9685 and TSL2581 sensors.
Guide to downloading demo code from the Waveshare Wiki.
Instructions for cloning demo code from GitHub.
Details on installing BCM2835 and wiringPi libraries.
Steps to enable the I2C interface using raspi-config.
Guide for connecting servo motors to the Pan-Tilt HAT board.
Instructions for running the servo test code.
Commands to compile and execute the servo test program.
Commands to run servo and light sensor examples using BCM2835.
Commands to run servo and light sensor examples using wiringPi.
Commands to run servo and light sensor examples using Python.
Steps to physically connect the camera module to the Raspberry Pi.
Instructions to enable the camera interface via raspi-config.
Command to record video using the camera module.
Instructions to modify the /etc/modules file for camera support.
Commands to install necessary libraries for web control.
Steps to find the Raspberry Pi's IP address using ifconfig.
Instructions to edit the main.py script for web control.
Command to execute the web control Python script.
Instructions to download the AlphaBot control software.
Describes the expected behavior of the servos.
Describes the expected output of the light sensor.
Troubleshooting for light sensor ID and intensity data problems.
Troubleshooting when wiringPi examples prevent Python/BCM2835 execution.