-
robot_hat (https://github.com/sunfounder/robot-hat)
Hat driver library for Raspberry Pi, includes the PWM, ADC, Servo, and Motor control,and etc.
cd ~
git clone -b v2.0 https://github.com/sunfounder/robot-hat.git --depth=1
cd robot-hat
sudo python3 setup.py install-
i2samp.sh
A script to install the robothat sound card driver.
cd ~/robot-hat
sudo bash i2samp.sh-
vilib (https://github.com/sunfounder/vilib)
image visual processing library for Raspberry Pi.
cd ~
git clone https://github.com/sunfounder/vilib.git --depth=1
cd vilib
sudo python3 install.py- Neo (this)
cd ~
git clone https://github.com/sunfounder/Neo.git --depth=1
cd Neo
sudo python3 setup.py install
Simple usage examples of all Neo modules and sensors.
basic examples
Usage of the Hailo module
hailo usage
A project that uses ChatGPT API to implement real-time conversations and provide action feedback
gpt_example
A project that simulates auto driving by detecting lane lines through camera vision
auto_driver_example