MX 503f18429e categories part 1 2 лет назад
..
.vscode 0bf9767883 API 31 / unzip sources 2 лет назад
assets 0bf9767883 API 31 / unzip sources 2 лет назад
scenes 0bf9767883 API 31 / unzip sources 2 лет назад
.clang-format 0bf9767883 API 31 / unzip sources 2 лет назад
.gitignore 0bf9767883 API 31 / unzip sources 2 лет назад
1.png 8e523fbb5c Add Screenshots 2 лет назад
2.png 8e523fbb5c Add Screenshots 2 лет назад
3.png 8e523fbb5c Add Screenshots 2 лет назад
LICENSE 0bf9767883 API 31 / unzip sources 2 лет назад
README.md 0bf9767883 API 31 / unzip sources 2 лет назад
application.fam 503f18429e categories part 1 2 лет назад
err.c 0bf9767883 API 31 / unzip sources 2 лет назад
err.h 0bf9767883 API 31 / unzip sources 2 лет назад
logging.h 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal.png 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal_app.c 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal_app.h 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal_app_i.h 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal_custom_event.h 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal_uart.c 0bf9767883 API 31 / unzip sources 2 лет назад
uart_terminal_uart.h 0bf9767883 API 31 / unzip sources 2 лет назад
uart_text_input.c 0bf9767883 API 31 / unzip sources 2 лет назад
uart_text_input.h 0bf9767883 API 31 / unzip sources 2 лет назад
uart_validators.c 0bf9767883 API 31 / unzip sources 2 лет назад
uart_validators.h 0bf9767883 API 31 / unzip sources 2 лет назад

README.md

LoRA Terminal for Flipper Zero

Flipper Zero app to control Lora Breakout board.

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

LoRA_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/LoRA_terminal folder Flipper Zero firmware and build app with the command ./fbt fap_LoRA-Term.

Or use the tool uFBT for building applications for Flipper Zero.

How it works

INFO:

Source code is taken from the UART Terminal project. Many thanks to the developers of the Wifi Marauder project and the UART Terminal project.