A very simple testbed for the IoT!
Please refer to raspi/gpio-tracer
for our gpio tracing implementation.
It might be necessary to install pyserial
and libusb
:
sudo apt update
sudo apt install python3-pip -y
pip3 install pyserial
sudo apt install libusb-0.1-4
parallel-ssh --timeout 0 --hosts /usr/testbed/scripts/all-hosts --user user --inline "sudo cp /home/user/scripts/nrf52/JLink_Linux_arm/99-jlink.rules /etc/udev/rules.d"
parallel-ssh --timeout 0 --hosts /usr/testbed/scripts/all-hosts --user user --inline "sudo -i && cd /home/user/scripts/nrf52 && ./install.sh null.nrf52.hex"