this post was submitted on 23 Jan 2024
44 points (100.0% liked)

RetroGaming

19227 readers
846 users here now

Vintage gaming community.

Rules:

  1. Be kind.
  2. No spam or soliciting for money.
  3. No racism or other bigotry allowed.
  4. Obviously nothing illegal.

If you see these please report them.

founded 1 year ago
MODERATORS
 

This is a small project I'm working on for the gbscontrol. It functions as a remote to change saved profiles via wifi using a Raspberry Pi Pico W. With the addition of filters to the analogue pocket dock, I wanted to be able to quickly change presets without having to launch the web UI. When its ready, it will be fully open sourced.

What's working well:

  1. Using the webui to configure gbscontrol hostname and adding wifi credentials.
  2. Loading profiles and scrolling via the joystick and buttons.
  3. Refreshing profiles via joystick press.
  4. Help messages when it can't connect to wifi or load options from gbscontrol

What needs improvement:

  1. More status indicators on the screen. It can appear frozen when it's working.
  2. Make UI more mobile friendly.
  3. Clean up the code base, I don't use python very often and it shows.
  4. 3D printed enclosure, guess I finally have to go beyond tinkercad.
you are viewing a single comment's thread
view the rest of the comments
[–] timo_timboo_@lemmy.world 3 points 8 months ago (1 children)

Oh, this is so cool! Great project for sure. I wish I got my GBS-Control working correctly in the first place haha

[–] v1605@lemmy.world 3 points 8 months ago (1 children)

Yeah if you go the diy route for the gbscontrol it can be a little intimidating without some prior experience. For this project if you get a Pico with headers already soldered, then no soldering is required which should hopefully be useful for people who just bought one off alliexpress.

[–] timo_timboo_@lemmy.world 2 points 8 months ago

Right, that's a smart idea. I'm definitely looking forward to how your project is gonna turn out!