website logo
HomeShopDocsBlogForum
⌘K
Flipper Zero Documentation
Basics
🐬First start
MicroSD card setup
Firmware update
Pet dolphin
Power
Reboot
Controls
Settings
Sub-GHz
Reading signals
Reading RAW signals
Adding new remotes
Supported Sub-GHz vendors
Frequencies
125 kHz RFID
Reading 125 kHz RFID cards
Adding 125 kHz cards manually
Animal microchips
NFC
Reading NFC cards
Recovering keys with MFKey32
Unlocking cards with passwords
Writing data to magic cards
Infrared
Reading infrared signals
Using universal remotes
GPIO & modules
iButton
Bad USB
U2F (Universal 2nd Factor)
Applications
HID controllers
Flipper Mobile App
Reporting Mobile App bugs
qFlipper
Troubleshoot drivers on Windows
Development
Firmware
Hardware
Blueprints
Docs powered by archbee 

Reading logs via debugger

You can view your device's logs using the Wi-Fi debugger module. The second Serial port is used for this.

  1. Turn on logging on the Flipper Zero in the Settings → System → Debug menu.
  2. Plug the module into the Flipper Zero's GPIO.
  3. Connect the module to your computer via a USB cable.
<div class="warning flipper-callout">
    <div class="callout-header"></div>
    Logs can only be viewed when the module is connected via USB.</br> 
    The ability to view logs over Wi-Fi will be added later. 
</div>

%windows%Windows
%linux%Linux
%mac%macOS

Install Putty, connect to the board's second COM port and set the speed to 230400.

Document image


Install minicom.

Run ls /dev/ttyACM* in terminal to see a list of connected devices:

$ ls /dev/ttyACM* /dev/ttyACM0  /dev/ttyACM1

Connect to the board's second serial port and set the speed to 230400. minicom -D /dev/ttyACM1 -b 230400

Install minicom.

Run ls /dev/cu.* in terminal to see a list of connected devices:

% ls /dev/cu.*                                    /dev/cu.usbmodemblackmagic1 /dev/cu.usbmodemblackmagic3

Connect to the board's second calling unit port and set the speed to 230400. minicom -D /dev/cu.usbmodemblackmagic3 -b 230400





Updated 05 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
Working with GDB
NEXT
Wi-Fi module Firmware Update
Docs powered by archbee 
TABLE OF CONTENTS

Community

Kickstarter Habr.com Discord Forum Blog

For developers

Documentation GitHub Design Guide

Distributors

Lab401 Joom How to buy Become a Partner

About

Contacts Compliance Company Abuse Report Privacy Policy

Copyright © 2023 Flipper Devices Inc.