Home

Awesome

UART Terminal for Flipper Zero

Flipper Zero app to control various devices via UART interface.

Download fap

FW OfficialFW Unleashed
FAP FactoryFAP Factory

Capabilities

Connecting

Flipper Zero pinUART interface
13 TXRX
14 RXTX
8, 18 GNDGND

Info: If possible, do not power your devices from 3V3 (pin 9) Flipper Zero. It does not support hot plugging.

Keyboard

UART_terminal uses its own special keyboard for work, which has all the symbols necessary for working in the console.

To accommodate more characters on a small display, some characters are called up by holding.

kbf

Supported send AT commands

In the "Send AT command" mode, the keyboard settings are changed for the convenience of entering AT commands.

AT

How to install

Copy the contents of the repository to the applications_user/uart_terminal folder Flipper Zero firmware and build app with the command ./fbt fap_uart_terminal.

Or use the tool uFBT for building applications for Flipper Zero.

Download ready fap

How it works

1f

2f

INFO:

~60% of the source code is taken from the Wifi Marauder project. Many thanks to the developers of the Wifi Marauder project.