Нема описа

bighack 99ff14a4b1 Add more baud rates пре 2 година
assets 4db3bb8a2b upload UART_Terminal to github пре 3 година
scenes 99ff14a4b1 Add more baud rates пре 2 година
LICENSE 0ee7e0b368 Create LICENSE пре 3 година
README.md 6557a763e3 update README пре 2 година
application.fam 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_terminal.png 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_terminal_app.c 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_terminal_app.h 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_terminal_app_i.h 3f8887a90b Added AT commands support & keyboard modification for AT commands пре 2 година
uart_terminal_custom_event.h 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_terminal_uart.c fe484070a5 Fix crashes пре 2 година
uart_terminal_uart.h 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_text_input.c 3f8887a90b Added AT commands support & keyboard modification for AT commands пре 2 година
uart_text_input.h fef45f2546 add modification stock keyboard пре 3 година
uart_validators.c 4db3bb8a2b upload UART_Terminal to github пре 3 година
uart_validators.h 4db3bb8a2b upload UART_Terminal to github пре 3 година

README.md

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
  • Send AT commands
  • 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

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.