Skip to content

FlipBoard Simon

  • FlipBoard Simon logo FlipBoard Simon for GPIO GPIO


    loading="lazy"

    Simon memory game for the FlipBoard.

  • Information about application


    • Author: CodeAllNight (MrDerekJamison)
    • Version: 1.10
    • Updated at: 2024-06-17
    • Downloads: 0

    Official Web Installer

Description

FlipSimon

Overview

The FlipSimon application turns your Flipper Zero and FlipBoard into a memory game. FlipSimon was originally written as a step-by-step tutorial to teach C, Flipper Zero Code, and FlipBoard common code - so you can create your own FlipBoard applications. Based on community feedback, this version of the application was improved to make the application similar to the other released FlipBoard applications.

You can order your FlipBoard from @MakeItHackin using tindie or Etsy. Be sure to also join our Discord server.

Running the app

Make sure your FlipBoard is connected to your Flipper Zero. When you start the app, you should see startup splash screen for a few seconds reminding you to connect the FlipBoard and then the FlipBoard LEDs will do their start-up sequence. - Start application : starts playing the game - Configuration application : change what notes are played and colors the buttons are. - About : version and ordering information. - Instructions QR code : links to GitHub for detailed instructions (including customizing app).

Configuration

Go to "Configure application" in the app menu to setup how each action works. You’ll see all of the different buttons listed (for the Simon game, only a single button is used at a time).

  • The "Press color" option changes the button color when it’s pressed (or shown). For the game, a less bright version of the press color is used when the button is not pressed.

  • The "Music note" option changes the sound to play when the button is pressed. You can pick "Off" if you don’t want any sound.

Using the app

Make sure your FlipBoard is connected to your Flipper Zero. Choose the "Start application" option to launch the app. The game will show "Press OK to play".
- Press the 'Ok' button on the Flipper Zero to start the game. - The game will light up a sequence of buttons and play a sound for each color. Pay attention to the order the buttons are lit up. - After the sequence is shown, the game will show "Your turn". You must wait for your turn before pressing any buttons. Press the buttons in the same order they were shown. If you get the sequence right, the game will show "Teaching Notes" and then show the next sequence. - Keep repeating the sequence until you have completed all of the notes (or incorrectly pressed a note)!

Support

If you have need help, we are here for you. Also, we would love your feedback on cool ideas for future FlipBoard applications!

Please visit my Flipper Zero Discord server Flipper Zero Tutorials (Unofficial) and ask your questions in the #flipboard or #general channel.

Changelog

1.10

  • Fix hanging issue on new FW. (Free popup on exit)

1.9

  • Common code update.

1.8

  • Common code update.

1.7

  • Common code update.

1.6

  • Update default colors/sounds.

1.5

  • Spash screen.

1.4

  • Improved LED driver.

1.3

  • Default colors/sounds

1.2

  • Fix crash on exit