Quick start
- Connect with USB Serial or BLE Serial.
- Enable TX notifications when using BLE.
- Send
/HELPto read commands supported by the installed firmware. - Send
/PINGto check connectivity. - Send
/STATUSto read device state.
Connection
USB Serial
Configure Serial Monitor to send
Newline or Both NL & CR. If the device does not respond, check the line-ending setting first.
BLE Serial
BLE uses the same command and response set as USB Serial.
Workflow:
- Find
C5TAKO Serial. - Connect to the Service UUID.
- Enable notifications on TX.
- Write commands to RX.
- Handle responses that may span multiple BLE packets.
Response format
Example:
BUSY, timeouts, and disconnections.
Basic commands
Scan and select a target
Scan APs and STAs
/SCAN AP scans for access points. Without a channel it scans multiple channels. /SCAN STA scans clients related to prior AP scan data.
Read scan results
0.
Select entries
Start and stop a runtime
Commands that start work use this form:Wi-Fi Monitor and PCAP
SAVE writes Monitor data to PCAP when storage is available. TARGET requires scanned and selected AP data.
Other Wi-Fi tools
Portal
Bluetooth and other detectors
Stop a runtime
/STOP and /BTN RELEASE ALL if the connection is lost while a button is held.
Control the display
HOLD command, send /BTN RELEASE ALL after reconnecting.
Request a screen image
Status stream
INTERVAL accepts 100–60000 milliseconds. Send /STREAM OFF before disconnecting when continuous data is no longer needed.
File commands
The
/FILE RECV stream format is:
/HELP and /FILE STORAGE on the physical device because capabilities and storage names can change by firmware version.
Recommended connection sequence
/HELP output, and /STATUS before sending another command.