Erwin Ried f3538f00a2 Few more fixes to Evil portal il y a 2 ans
..
.flipcorg d9f057ce14 Morse flasher app il y a 2 ans
assets d9f057ce14 Morse flasher app il y a 2 ans
scenes b0b17e793c Update uart_terminal_scene_console_output.c il y a 2 ans
LICENSE d9f057ce14 Morse flasher app il y a 2 ans
README.md d9f057ce14 Morse flasher app il y a 2 ans
application.fam 11a22aa900 New flipper requirements il y a 2 ans
icon.png d9f057ce14 Morse flasher app il y a 2 ans
uart_terminal_app.c f3538f00a2 Few more fixes to Evil portal il y a 2 ans
uart_terminal_app.h d9f057ce14 Morse flasher app il y a 2 ans
uart_terminal_app_i.h f3538f00a2 Few more fixes to Evil portal il y a 2 ans
uart_terminal_custom_event.h d9f057ce14 Morse flasher app il y a 2 ans
uart_terminal_uart.c f3538f00a2 Few more fixes to Evil portal il y a 2 ans
uart_terminal_uart.h d9f057ce14 Morse flasher app il y a 2 ans
uart_text_input.c d9f057ce14 Morse flasher app il y a 2 ans
uart_text_input.h d9f057ce14 Morse flasher app il y a 2 ans
uart_validators.c d9f057ce14 Morse flasher app il y a 2 ans
uart_validators.h d9f057ce14 Morse flasher app il y a 2 ans

README.md

UART Terminal for Flipper Zero

Flipper Zero app to control various devices via UART interface.

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:

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