Additional IMUs : server
Description of the file server.py from Raspberry Py
Connect IMUs on the Raspberry :
Libraries
sudo apt-get update
sudo apt-get upgrade
sudo apt-get python-smbus
sudo apt-get i2c-tools
pip3 install RPi.GPIO #a sudo may be necessary
pip3 install --upgrade setuptools #a sudo may be necessary
pip3 install adafruit-circuitpython-lsm9ds1 #a sudo may be necessaryServer
Server configuration
Last updated
Was this helpful?