MX 417d229c16 fix icons пре 2 година
..
.vscode 75de93921a Update apps, add apps пре 2 година
assets 75de93921a Update apps, add apps пре 2 година
scenes 1126bf860c update apps пре 2 година
LICENSE 75de93921a Update apps, add apps пре 2 година
README.md 75de93921a Update apps, add apps пре 2 година
application.fam 417d229c16 fix icons пре 2 година
esp_flip_const.h 1126bf860c update apps пре 2 година
esp_flip_struct.h 1126bf860c update apps пре 2 година
grav_10x.png 417d229c16 fix icons пре 2 година
uart_terminal.png 75de93921a Update apps, add apps пре 2 година
uart_terminal_app.c 75de93921a Update apps, add apps пре 2 година
uart_terminal_app.h 75de93921a Update apps, add apps пре 2 година
uart_terminal_app_i.h 1126bf860c update apps пре 2 година
uart_terminal_custom_event.h 75de93921a Update apps, add apps пре 2 година
uart_terminal_uart.c 75de93921a Update apps, add apps пре 2 година
uart_terminal_uart.h 75de93921a Update apps, add apps пре 2 година
uart_text_input.c 75de93921a Update apps, add apps пре 2 година
uart_text_input.h 75de93921a Update apps, add apps пре 2 година
uart_validators.c 75de93921a Update apps, add apps пре 2 година
uart_validators.h 75de93921a Update apps, add apps пре 2 година

README.md

Gravity Companion for Flipper Zero

This Flipper Zero application (FAP) is a companion application to ESP32-Gravity.

ESP32-Gravity is a wireless exploration framework written for the ESP32-C6. It supports a variety of wireless exploration, offensive and defensive features.

ESP32-Gravity can be used without a Flipper, but Flipper-Gravity can't be used without ESP32-Gravity. You can download it from: (https://github.com/chris-bc/esp32c6-gravity|https://github.com/chris-bc/esp32c6-gravity)

TODO

  • Bug: Console scrolls to top mid-scroll when text is added to it
    • Replicate: Start scan, Run help and try to read it

Menu Structure

  • Beacon: RickRoll Random Infinite target-ssids (APs)
  • Probe: Any target-ssids
  • Sniff: On Off
  • target-ssids: add remove list
  • scan: on off
  • hop: on off default
  • view: sta ap sta+ap
  • select: sta ap
  • clear: sta ap
  • get/set:
  • deauth: off, frame sta, device sta, spoof sta, frame broadcast, device broadcast, spoof broadcast
  • mana: on off clear
  • mana verbose: on off
  • mana loud: on off
  • help: commands help
  • UART Terminal for Flipper Zero

    Flipper Zero app to control various devices via UART interface.

    Download fap

    | FW Official | FW Unleashed | | - | - | | FAP Factory | FAP Factory |

    Capabilities

    • Read log and command output by uart
    • Send commands by uart
    • Send AT commands
    • 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

    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.

    kbf

    Supported send AT commands

    In the "Send AT command" mode, the keyboard settings are changed for the convenience of entering AT commands.

    AT

    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.

    Download ready fap

    How it works

    1f

    2f

    INFO:

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