unleashed-firmware/applications/external/uart_terminal
2023-05-15 01:27:45 +03:00
..
assets Move plugins to external folder 2023-03-15 01:25:18 +03:00
scenes fbt format 2023-04-13 19:44:03 +03:00
application.fam Remove cdefines from external apps 2023-03-15 01:53:55 +03:00
LICENSE Move plugins to external folder 2023-03-15 01:25:18 +03:00
README.md Update UART Terminal 2023-04-04 22:02:58 +03:00
uart_terminal.png Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_terminal_app.c Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_terminal_app.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_terminal_app_i.h Update UART Terminal 2023-04-04 22:02:58 +03:00
uart_terminal_custom_event.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_terminal_uart.c Fix UART terminal crashes 2023-05-15 01:27:45 +03:00
uart_terminal_uart.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_text_input.c Update UART Terminal 2023-04-04 22:02:58 +03:00
uart_text_input.h Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_validators.c Move plugins to external folder 2023-03-15 01:25:18 +03:00
uart_validators.h Move plugins to external folder 2023-03-15 01:25:18 +03:00

UART Terminal for Flipper Zero

Flipper Zero app to control various devices via UART interface.

Download fap

FW Official FW Unleashed
FAP Factory FAP Factory

Capabilities

  • Read log and command output by uart
  • Send commands by uart
  • Set baud rate
  • Fast commands

Connecting

Flipper Zero pin UART interface
13 TX RX
14 RX TX
8, 18 GND GND

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

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.

How it works

1f

2f

4f

INFO:

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