|
|
há 9 meses atrás | |
|---|---|---|
| .. | ||
| assets | há 9 meses atrás | |
| scenes | há 9 meses atrás | |
| .gitsubtree | há 9 meses atrás | |
| LICENSE | há 9 meses atrás | |
| README.md | há 9 meses atrás | |
| application.fam | há 9 meses atrás | |
| icon.png | há 9 meses atrás | |
| uart_terminal_app.c | há 9 meses atrás | |
| uart_terminal_app.h | há 9 meses atrás | |
| uart_terminal_app_i.h | há 9 meses atrás | |
| uart_terminal_custom_event.h | há 9 meses atrás | |
| uart_terminal_uart.c | há 9 meses atrás | |
| uart_terminal_uart.h | há 9 meses atrás | |
| uart_validators.c | há 9 meses atrás | |
| uart_validators.h | há 9 meses atrás | |
Flipper Zero app to control various devices via UART interface.
| 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.
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.
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.
~70% of the source code is taken from the Wifi Marauder project. Many thanks to the developers of the Wifi Marauder project.