Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.39 KB

File metadata and controls

68 lines (49 loc) · 1.39 KB

Python Library for the Neo


Installation

dependencies

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
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


Basic examples

Simple usage examples of all Neo modules and sensors.
basic examples

Hailo

Usage of the Hailo module
hailo usage

Gpt example

A project that uses ChatGPT API to implement real-time conversations and provide action feedback
gpt_example

Auto-drive example

A project that simulates auto driving by detecting lane lines through camera vision
auto_driver_example


Data sheet

https://github.com/sunfounder/Neo/tree/data_sheet