-
Set the IP of HEBI module to
10.10.10.2and the subnet mask to255.255.255.0using the HEBI Scope software. -
Plug the HEBI module into Beaglebone using a USB to Ethernet adapter.
-
Set Beaglebone ethernet IP to
10.10.10.1and the subnet address to255.255.255.0using the commandsudo ifconfig eth0 10.10.10.1 netmask 255.255.255.0. -
Install HEBI python API using
sudo pip3 install hebi-py. -
Run
python3 01a_lookup.pyto get family name and module name. -
Run
git clone https://github.com/HebiRobotics/hebi-python-examplesfor hebi-py examples. -
Set
family_nameandmodule_namein examples and custom code. -
Run examples.
Last active
September 23, 2019 18:22
-
-
Save ansarid/e6f932988997a6f53a77a28709f0e8f3 to your computer and use it in GitHub Desktop.
Setup Beaglebone with HEBI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment