Flipper-Zero: Atari 2600 Paddle control of Arkanoid game!

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 8

  • @MrDerekJamison
    @MrDerekJamison  Před 3 měsíci +1

    github.com/jamisonderek/flipperzero-changed-faps/blob/dev/air_arkanoid/readme.md is the document with the part list and commands we run to update the Flipper Zero.
    If you need help, please reach out on Discord - discord.com/invite/NsjCvqwPAd

  • @MatthewKuKanich
    @MatthewKuKanich Před 3 měsíci +2

    This is awesome! I'm actually one of the two guys who requested that OFW build an ADC api. I was surprised when they agreed to it so quickly. I have lots of fun idea's planned for it lol. Starting ofc with a CAN Bus H and L detector lol

    • @MrDerekJamison
      @MrDerekJamison  Před 3 měsíci

      I like how simple they made the API. I would have expected a helper method to find the GpioPinRecord based on either name or gpio_ext_pxx, since it seems like everyone will end up writing their own iterator? I guess we could "know" the channel for a given pin and ignore GpioPinRecord entirely. E.g. just use "FuriHalAdcChannel12" and "gpio_ext_pa7" in our code without search the gpio_pins array for an entry?
      (In next week video I hope to show the code for making an ADC app.)

  • @MrDerekJamison
    @MrDerekJamison  Před 3 měsíci

    I’ll cover ADC code & concepts next week. If you want to see code changes for this game, see… github.com/flipperdevices/flipperzero-good-faps/compare/dev...jamisonderek:flipperzero-changed-faps:dev

  • @skedone
    @skedone Před 3 měsíci +1

    It's not just me that owns both of them lol

    • @MrDerekJamison
      @MrDerekJamison  Před 3 měsíci +1

      I have like 6 cartridges that no longer load on the Atari 2600. It's the same set of games that fail to load each time so I'm thinking maybe it's the device and not the cartridges that are failing? "Pong Sports" is an example of a game that won't load. Any advice?

    • @skedone
      @skedone Před 3 měsíci

      @@MrDerekJamison have you tried blowing on the connectors for nostalgia at least , what ones you having trouble with and I will check my one

  • @MrDerekJamison
    @MrDerekJamison  Před 3 měsíci

    8:40 - I'm running custom firmware where my VGM sends a picture of "Dolphin passport" when it is connected and the color scheme has been modified to a Raspberry color theme. Your experience should be a "Video Game Module Initialized" screen and the color should be orange on black (unless you modified your VGM firmware).