HID Remapper as Flatbox firmware

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 12

  • @SoundToxin
    @SoundToxin Месяц назад

    Using one as a macro pad is an interesting idea. I still have at least a couple extra rev 5s since I made a batch of 10 originally. GP2040-CE has a keyboard mode as well, and it sounds like mouse support is coming in the next release, plus you could probably put QMK on one of these since a lot of keyboards use RP2040 now, but still cool to have that option.

  •  Месяц назад

    He's cooking

  • @pftmclub
    @pftmclub 11 дней назад

    Is it possible to emulate a PS2 controller for thiis in the future?

  • @bullzebub
    @bullzebub Месяц назад

    Hello. i tried to read a analog stick from a pico. i modified your v8 example (joy to mouse) and changed the adress to 0xfff4001b and 0xfff4001c as reported in monitor . but it does not work at all. i suspect the analog values doesnt match at all. is there a way to get a report on the analog values?

  • @martin-vv9lf
    @martin-vv9lf Месяц назад

    I've seen a fork of the flatbox with a usb port for pass through devices. I suppose that could be more suitable?

    • @jfedor
      @jfedor Месяц назад +1

      Yes! And HID Remapper does support passthrough auth for PS5 compatibility so you could totally use it for that. Or just for plugging in another controller for extra inputs.

  • @Sri_Harsha_Electronics_Guthik
    @Sri_Harsha_Electronics_Guthik Месяц назад

    PCB layout or schematic please

    • @jfedor
      @jfedor Месяц назад +1

      All the files are in the repository shown in the video.

  • @bullzebub
    @bullzebub Месяц назад

    A few GPIO pins (like gp17 and 18) does not work on pi pico . ive tried them on 2 boards with the same result.

    • @jfedor
      @jfedor Месяц назад

      16 and 17 are used for UART TX/RX on the default build.

    • @bullzebub
      @bullzebub Месяц назад

      @@jfedor oh. thats unfortunate. is there any version that has 22 free gpio inputs? or do i have to recompile the source? code is really not my thing, sadly.

    • @jfedor
      @jfedor Месяц назад

      @@bullzebub If you flash the remapper_board_v8.uf2 firmware onto a Pico, you should have exactly 22 pins available. Plus two analog ones!