-
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.
- Start by installing the Adafruit_BBIO library.
sudo apt-get update
sudo apt-get install build-essential python-dev python-setuptools python-pip python-smbus -y
sudo pip3 install Adafruit_BBIO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| reset | |
| #Promt for root password | |
| [ "$UID" -eq 0 ] || exec sudo bash "$0" "$@" | |
| wifi=() | |
| until ((${#wifi[@]} > 0)); do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pcm.!default { | |
| type plug | |
| slave { | |
| pcm "hw:1,0" | |
| } | |
| } | |
| ctl.!default { | |
| type hw | |
| card 1 | |
| } |
OlderNewer