The Flipper Zero Wi-Fi Module is both a debugger and a programmer for Flipper Zero. It is based on the ESP32-S2 module and an open-source tool called Black Magic Probe. It can flash and debug various microprocessors and microcontrollers (including the one used in the Flipper Zero) via Wi-Fi or USB. This module can also act as a USB-UART adapter.
BLACKMAGIC=BMP_IP_ADDRESS:2345 make blackmagic
BLACKMAGIC=/dev/BMP_SERIAL make blackmagic
Install minicom, connect to the board's second calling unit port and set the speed to 230400. minicom -D /dev/cu.usbmodemblackmagic3 -b 230400
Install minicom, connect to the board's second serial port and set the speed to 230400. minicom -D /dev/ttyUSB4 -b 230400
Install Putty, connect to the board's second COM port and set the speed to 230400.