Skip to content

General Information

pat0is edited this page Mar 21, 2022 · 1 revision

Testing and Debugging

Testing Procedure

The Tracker has a built-in testing procedure that can be activated by going to the "Config" menu (press the "Config" button), followed by pressing pads 48, 11, 46, 9 (and potentially 44) one after another, as illustrated below.

Serial / Debug Interface

The Tracker exposes a debug interface via USB serial (CDC). Supported commands:

  • siema
  • debug cpu
  • debug play
  • debug reset
pip install pyserial
sudo python -m serial.tools.miniterm -e

--- Available ports:
---  1: /dev/ttyACM0         'Tracker'
--- Enter port index or full name: 1
--- Miniterm on /dev/ttyACM0  9600,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
siema
hej!
debug cpu
debug... CPU
CPU: 39.74, max: 81.08    Memory: 6,34
Clone this wiki locally