Flipper Zero app to control Lora Breakout board.
- Read log and command output by uart
- Send commands by uart
- Set baud rate
- Fast commands
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.
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.
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.
Source code is taken from the UART Terminal project. Many thanks to the developers of the Wifi Marauder project and the UART Terminal project.