Skip to content

whowechina/diva_pico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diva Pico - Project Diva Style Mini Controller

点这里可以切换到中文版

Features:

  • It's small, but the buttons are still decent.
  • Works as a Nintendo Switch controller.
  • 16 slider keys.
  • Command line of rich features.
  • All source files open.

Thanks to many respectful guys/companies who made their tools or materials free or open source (KiCad, OnShape, InkScape, Raspberry things).

Special thanks to community developers that inspired me and helped me: CrazyRedMachine (https://github.com/CrazyRedMachine).

And also:

Notes

This one is relatively easy to build compared with my other projects like IIDX Pico or Teeny. You can check out my other cool projects.

This Diva Pico project:

  • Heavily depends on 3D printing, you need a Bambu 3D printer (X1, P1 or A1, not the mini version).
  • Requires skills to solder tiny components.

Disclaimer

I made this project in my personal time with no financial benefit or sponsorship. I will continue to improve the project. I have done my best to ensure that everything is accurate and functional, there's always a chance that mistakes may occur. I cannot be held responsible for any loss of your time or money that may result from using this open source project. Thank you for your understanding.

About the License

It's CC-NC. So DIY for yourself and for your friend, don't make money from it.

HOW TO BUILD

Frequently Made Mistakes

Many DIY enthusiasts commonly make certain mistakes during the building process. Please proceed with extra caution to avoid these.

  • MISTAKE: Soldering everything together without conducting intermediate testing.
    Remember, even professional engineers can make mistakes. It becomes significantly harder to identify the root cause of a problem when all components are already assembled or soldered. Therefore, it's advisable to solder and test in stages. The firmware is designed to function correctly even with some components missing, which is good for testing.
  • MISTAKE: Neglecting to cut the ADDR pin trace on the MPR121 module.
    The MPR121 module in the market has the ADDR pin pre-connected to ground. But the board expects a floating ADDR pin, otherwise the ADDR pin will short the circuit. Please verify your "CUT" using a multimeter.
  • MISTAKE: Rushing to replace components when something fails.
    Sometimes people prematurely assumes that the Raspberry Pi Pico or other modules are faulty. Be aware that desoldering and soldering large SMD components is a challenging task. It carries the risk of damaging the component or the PCB board. Patience and caution are crucial. Look at the schematics and PCB design files and ask help from community first. Questioning the integrity of these components should be your last resort.
  • MISTAKE: Failing to properly solder the 3 USB pins of the Raspberry Pi Pico.
    These pins are at the bottom side of the PCB. It's a common oversight to either forget to solder them or to leave air bubbles during the process. To avoid this, solder slowly from one side of the hole, using minimal solder wire and a generous amount of flux.

PCB

Light Guide Panel

  • Find a service to cut a light guide panel or a frosted acrylic panel. It's a perfect rectangle, the size is 240mm*42mm, 1.8mm to 2.0mm thickness, so you don't need a CAD file.

3D Printing

  • You might need a Bambu 3D printer:

    • Parts are designed to perfectly fit in its 256mm*256mm print bed.
    • Its AMS system works great for multi-color printing.
  • Printing parameters

    • PLA, PETG, ABS are all OK.
    • The color "Arctic Whisper" works best for the main body.
    • Layer height: 0.2mm
    • Support: Yes, always.
  • Base: Production\3D\diva_pico_base.stl.

  • Cover Base: Production\3D\diva_pico_cover_base.stl.

  • Cover: Production\3D\diva_pico_cover.3mf, with optional multi-color support.

  • Buttons: Production\3D\diva_pico_buttons_*_*.3mf, with multi-color support.
    Note that components (the button body, the seat and the logos on it) are mixed in one file, you need to cherry-pick before printing. For example, you need the FixedButton, a proper seat and a logo for one print in the following "diva_pico_buttons_fixed_48".

    You have two options for the hinge, one is fixed hinge, the other is rotating hinge. For rotating when, you need a steel 2mm*50mm shaft. Rotating one feels better, but slightly difficult to assemble.

From top to bottom:

  • Cover
  • Cover Base + Light Guide Panel
  • Buttons
  • PCB
  • Base

You need 6x M3*10mm regular screws to fix all things.

6x silicone anti-slip pads can be applied to the bottom side of the base to provide stability when playing.

Button dome choices

  • Go find a servie, they blow acrylic to domes according to your numbers. The perfect numbers are: 42mm outer diameter, 18mm outer height, made from 2mm clear acrylic, no brim. And you need to print 42mm buttons.
  • Go buy 60mm dome buttons with 48mm diameter dome. I found there're two types, one is perfect and inner diameter is 46mm (the left side one), the other is too tall and inner diameter is 45mm (the right side one). You need to print the buttons according to what dome you get.

Firmware

  • UF2 file is in Production\Firmware folder.
  • For the new build, hold the BOOTSEL button while connect the USB to a PC, there will be a disk named "RPI-RP2" showed up. Drag the UF2 firmware binary file into it. That's it. There's a small hole at the bottom side of the Diva Pico, it is facing right to the BOOTSEL button.
  • It has a command line to do configuration. You can use this Web Serial Terminal to connect to the USB serial port of the Diva Pico. (Note: "?" is for help)
    https://googlechromelabs.github.io/serial-terminal/

CAD Source File

I'm using OnShape free subscription. It's powerful but it can't archive original designs to local, so I can only share the link here. STL/DXF/DWG files are exported from this online document.
https://cad.onshape.com/documents/d9e9c1de2d4b98d5eaf21d07/w/7c216f367b558e083eb1f468/e/4536bf9859137db81313ff87?configuration=List_ilV09d08Sdz7FZ%3DButton_48&renderMode=0&uiState=65923e1383b3106c15b5c996

About

Project Diva like Pico Controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published