Momentum-Apps

repository·dev·Indexed 20 days ago

https://github.com/next-flip/momentum-apps

A collection of modified external applications optimized for the Momentum Firmware ecosystem. The repository includes a variety of Flipper Zero apps such as 2048, Air Labyrinth, BMI Air Mouse, AmiTool, and Atomic Dice Roller, utilizing git subtrees for third-party code management and custom tweaks for GPIO mapping, system keyboards, and asset packs.

Tokens
224K
Snippets
509
Records
1.3K
Agent score
70%

What's inside momentum-apps

  1. Overview of FlipSocial

    dev
    FlipSocial is a social media application designed for the Flipper Zero. It allows users to connect with others directly on their device via Wi-Fi. The app includes features such as a social feed, direct messaging, profile management, and an autocomplete keyboard. A key feature is the 'Customizable Pre-Saves' system, which helps mitigate the difficulty of typing using only the Flipper Zero's directional pad.
  2. Overview of the Intervalometer App for Flipper Zero

    dev
    The Intervalometer is a configurable application for the Flipper Zero designed for Sony cameras. It functions as a shutter timer that utilizes the Flipper Zero's IR blaster to trigger the camera shutter at specified intervals. It can be used for simple self-timers or more complex tasks like time-lapse photography.
  3. Overview of the Flipper POCSAG Receiver plugin

    dev

    The POCSAG Receiver plugin is a Flipper Zero application designed to decode POCSAG protocols (512, 1200, and 2400 baud) using the CC1101 transceiver.

    Key features include:

    • Protocol Support: POCSAG 512, 1200, and 2400.
    • FM Preset: Includes a built-in 2FSK preset with 9.5KHz frequency deviation.
    • Customization: Users can define custom frequency presets via a settings.txt file on the MicroSD card.
    • Default Frequency: Set to DAPNET (439987500) by default.
  4. Overview of the Resistance Calculator app

    dev
    The Resistance Calculator is a Flipper Zero application designed to calculate resistor values based on colored bands. It supports selecting between 3, 4, 5, or 6-band resistor configurations. The app provides real-time updates for resistance, tolerance, and temperature coefficient as you adjust the bands.
  5. Overview of the Lightmeter app

    dev

    The Lightmeter app is designed for photography workflows. It provides two primary modes of operation:

    1. Manual Camera Settings Suggestion: Analyzes ambient light sensor readings to suggest appropriate exposure settings for manual cameras.
    2. Lux Meter Mode: Operates as a pure lux meter to measure ambient light intensity.
  6. Overview of the Color Guessing Game app

    dev

    The Color Guessing Game is an application designed for Web Developers, Graphical Designers, and enthusiasts. The app uses the device's LED to glow in a random color, and the user must guess the corresponding Hex Code.

    Key features include:

    • 3 Difficulties: Adjustable challenge levels.
    • Optional Haptic Feedback: Provides tactile assistance during guessing.
    • Percentage Calculation: Displays how close your guess is to the target color.
    • Practice Mode: Allows users to define their own colors for practice.
  7. Overview of ESP Flasher for Flipper Zero

    dev

    ESP Flasher is a Flipper Zero application that allows you to flash ESP chips directly from the Flipper Zero device, eliminating the need for a computer connection during the flashing process.

    Hardware Requirements:

    • A Flipper Zero.
    • An ESP chip connected to the Flipper Zero's UART pins (for example, an ESP Wi-Fi devboard).

    Connection Details: For specific wiring and pinout instructions, refer to the GPIO section of UberGuidoZ's Flipper repository: https://github.com/UberGuidoZ/Flipper/tree/main/GPIO.

  8. Overview of Yappy Invaders gameplay

    dev

    Yappy Invaders is a space invaders clone for the Flipper Zero.

    Core Mechanics:

    • Objective: Move your ship to dodge enemy fire and shoot projectiles to destroy enemies (Yapps).
    • Progression: Difficulty increases with each wave of enemies destroyed.
    • Scoring: Each enemy hit increases your score.
    • Game Over: The game ends if an enemy ship reaches the bottom of the screen. A Game Over screen will appear with an option to restart.
  9. Overview of Flip Downloader features

    dev

    The Flip Downloader app allows you to manage content on your Flipper Zero over WiFi. Key capabilities include:

    • App Management: Browse an App Catalog, install new apps, and delete existing apps.
    • Firmware Installation:
      • Install WiFi Developer Board Firmware (installs to /apps_data/esp_flasher/)
      • Install Video Game Module Firmware (installs to /apps_data/vgm/)
      • Install Flipper Firmware (feature coming soon)
    • GitHub Integration: Install GitHub Repositories (currently in Beta).