Viewing debug output in a Knowledge Pack¶
When building a Knowledge Pack there is a debug option that will log extra information like feature vectors, debug messages, and error messages over a serial connection to help you debug the events of interest on a device. To enable this, set Debug to True in the Advanced Settings when you download your Knowledge Pack.

Steps to view the debug output¶
SensorTile¶
Plug in your SensorTile device via serial USB cable
Open a terminal emulator (such as Tera Term)
Set your serial speed to 115200
Create a new connection to your SensorTile device COM port
QuickLogic QuickAI¶
Plug in your QuickAI device via serial USB cable
Open a terminal emulator (such as Tera Term)
Set your serial speed to 115200
Create a new connection to your QuickAI device COM port
QuickLogic QuickFeather¶
Plug in your QuickFeather via a USB to TTL serial adapter (See USB to TTL serial adapter Port Setup for more details)
Open a terminal emulator (such as Tera Term)
Set your serial speed to 460800
Create a new connection to your QuickFeather device COM port
Nordic Thingy¶
Open the guide Flashing Firmware to Nordic Thingy found at Nordic Thingy Firmware
Navigate to section 4.0 Debugging a Knowledge Pack for full instructions