Aucune description

cool4uma 6f938a538f keyboard modification, more symbols added il y a 3 ans
assets 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
scenes fafee0f890 add of the ability to change baudrate il y a 3 ans
README.md 406e1b70c3 Update README.md il y a 3 ans
application.fam 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_terminal.png 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_terminal_app.c 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_terminal_app.h 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_terminal_app_i.h e5fa5ffda3 add of the ability to change baudrate il y a 3 ans
uart_terminal_custom_event.h 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_terminal_uart.c e5fa5ffda3 add of the ability to change baudrate il y a 3 ans
uart_terminal_uart.h 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_text_input.c 6f938a538f keyboard modification, more symbols added il y a 3 ans
uart_text_input.h fef45f2546 add modification stock keyboard il y a 3 ans
uart_validators.c 4db3bb8a2b upload UART_Terminal to github il y a 3 ans
uart_validators.h 4db3bb8a2b upload UART_Terminal to github il y a 3 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.

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

3f

4f

INFO:

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