Willy-JL 2ea37d003c Reorganize GPIO apps in subfolders 1 рік тому
..
.flipcorg 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
scenes 55abecde15 uArT rEfAcToRiNg!1!! (jk its better now) 2 роки тому
.gitsubtree 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
LICENSE 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
README.md 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
application.fam 2ea37d003c Reorganize GPIO apps in subfolders 1 рік тому
icon.png 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
uart_terminal_app.c 387778c312 Fix remaining UART apps for expansion changes 1 рік тому
uart_terminal_app.h 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
uart_terminal_app_i.h 55abecde15 uArT rEfAcToRiNg!1!! (jk its better now) 2 роки тому
uart_terminal_custom_event.h 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
uart_terminal_uart.c 68e41aa077 Oops 1 рік тому
uart_terminal_uart.h 55abecde15 uArT rEfAcToRiNg!1!! (jk its better now) 2 роки тому
uart_validators.c 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому
uart_validators.h 6efce1f7b1 Add mayhem_morseflash from https://github.com/eried/flipperzero-mayhem 2 роки тому

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.