From a264f05e070dc332385ce03244bdbed17ef7c147 Mon Sep 17 00:00:00 2001 From: Thammi Date: Thu, 15 Aug 2013 04:42:08 +0200 Subject: [PATCH] Add readme to test firmware --- fw_test/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fw_test/README.md diff --git a/fw_test/README.md b/fw_test/README.md new file mode 100644 index 0000000..7dd4580 --- /dev/null +++ b/fw_test/README.md @@ -0,0 +1,15 @@ +# Test firmware + +Use this firmware to test all hardware components of a Pentabug. Add a +`pentatonic` extension and press all buttons. The buttons test the following +components (from left to right): + +* flash LED 1 +* send IR signal; receiving this signal flashes LED 2 +* plays (lower) tone using BUZGND +* plays (higher) tone using BUZZR +* starts the vibration motor + +This test should catch most obvious errors, but not all possible errors. Some +pinouts are not tested (e.g. JP3 and some pins of JP4 and JP5). +