MX a6b8020f83 remove deprecated view_dispatcher_enable_queue il y a 1 an
..
.vscode 1606da9d9f move apps il y a 2 ans
assets 1606da9d9f move apps il y a 2 ans
scenes 36601389c3 FIXES FIXED - Fixed by RogueMMX WILL BE IN LATEST RELEASE 2024 il y a 2 ans
.clang-format 1606da9d9f move apps il y a 2 ans
.gitignore 1606da9d9f move apps il y a 2 ans
1.png 1606da9d9f move apps il y a 2 ans
2.png 1606da9d9f move apps il y a 2 ans
3.png 1606da9d9f move apps il y a 2 ans
LICENSE 1606da9d9f move apps il y a 2 ans
README.md 1606da9d9f move apps il y a 2 ans
application.fam 1606da9d9f move apps il y a 2 ans
err.c 1606da9d9f move apps il y a 2 ans
err.h 1606da9d9f move apps il y a 2 ans
logging.h 1606da9d9f move apps il y a 2 ans
uart_terminal.png 1606da9d9f move apps il y a 2 ans
uart_terminal_app.c a6b8020f83 remove deprecated view_dispatcher_enable_queue il y a 1 an
uart_terminal_app.h 1606da9d9f move apps il y a 2 ans
uart_terminal_app_i.h 36601389c3 FIXES FIXED - Fixed by RogueMMX WILL BE IN LATEST RELEASE 2024 il y a 2 ans
uart_terminal_custom_event.h 1606da9d9f move apps il y a 2 ans
uart_terminal_uart.c 6f19c6d062 Fix UART deinit issues in multiple apps il y a 1 an
uart_terminal_uart.h 36601389c3 FIXES FIXED - Fixed by RogueMMX WILL BE IN LATEST RELEASE 2024 il y a 2 ans
uart_text_input.c 1606da9d9f move apps il y a 2 ans
uart_text_input.h 1606da9d9f move apps il y a 2 ans
uart_validators.c 1606da9d9f move apps il y a 2 ans
uart_validators.h 1606da9d9f move apps il y a 2 ans

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.