- Laptop
- Full size USB cable
- Ruggeduino test shield
- Ensure avrdude is installed on the laptop.
- Ensure the current user has write access to the serial port the ruggeduinos
use, typically
/dev/ttyACM0
. On linux you may need to runsudo usermod -a -G dialout $(whoami)
, then logout and back in again.
Execution time: 30 seconds per board.
- Plug the test shield into the Ruggeduino.
- Plug the Ruggeduino into the laptop.
- Run
./scripts/ruggeduino_test.py
and follow the instructions.