Replies: 1 comment 7 replies
-
|
Hi, First of all, nice build! This project is aimed at RP2040 based boards (hence the name ;) ). Using it on other boards is not possible at the moment. You'll also probably need some kind of analogue circuitry to filter your sensor signals to get good results (see here for more details: https://github.com/ravinrabbid/DonCon2040/tree/main/pcb/DonConIO). You might get away without it, but I've never tried. If you want to evaluate if it works for you at all, consider using just any RP2040 board and configure the software to use the internal ADCs. The DonConIO circuit tries to imitate the original arcade board as close as possible, and therefore was only tested with the arcade sensors (those however are also just fancy piezos, so theoretically it should work with any of-the-shelf piezo with some tuning). Finally, I personally feel that using the analog inputs is a bit less reliable than just using trigger style inputs. But I don't know if this is a general truth, some issue with the firmware or just my inability to be good at the game. So if you want to find out for yourself, by all means go ahead! |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!!
I recently built an Arcade-scale Taiko drum for use on my PC. I have been trying many different GIT projects for this, and they all seem outdated or abandoned - yours is the first that I have seen that seems current and active.
I have already built my custom Drum and electronics module with piezos that works great - but it uses the typical HID key press emulation, and I would like the more accurate Analog style to mimic the Arcade experience. Here are some pics of my build: https://imgur.com/a/n2H1Jys
I have every electronic component and board imaginable at my disposal, haha. I also have a ton of Leonardo boards and several different variations of ESP32-S3 boards - so I am sure i'll have what's needed for your project - so I can finally bring my hardware to life like it should be!
My Main goal, actually at the moment, is to be able to get my current drum's analog output (set to left trigger directions) to be seen as stick trigger presses so that it's more compatible with the arcade port. I am currently trying the analog version of this with not much luck: https://github.com/ShikyC/Taiko-Drum-Controller-Arduino?tab=readme-ov-file
Thanks for doing this!
Beta Was this translation helpful? Give feedback.
All reactions