An I/O controller for virtual pinball machines: accelerometer nudge sensing, analog plunger input, button input encoding, LedWiz compatible output controls, and more.
Dependencies:
mbed
FastIO
FastPWM
USBDevice
Fork of
Pinscape_Controller
by Mike R
4 comments:
Did you try porting it already ?
I've made a RP2040 board for VP with LSM6DSOTR Spi acceleromer, and we are working on a firmware/software dev.
If you already work on pinscape for 2040, we may test some things ;)
mheathcote
#
18 Oct 2023
This post is awaiting moderation
I’m still at the prototyping phase of my vpin project. I’m not building a full size pinball table but a mini 22” playfield one for the kids (and me), I’ll still have back glass and dmd though but no room for feedback etc. . I started off with just a basic zero delay button controller, but quickly realised that without an analogue plunger and nudge/tilt it wouldn’t be the same.
I was looking at the https://gp2040-ce.info/#/ project as a good starting point, that should be enough for the button controls and probably the plunger but will still need to add the accelerometer.
I picked up a few MPU-6050 based boards to experiment with but haven’t had time to hook it all together yet.
In theory it should be possible, but I need to dedicate some time to try it out.
Would be happy to try things out if you are doing the same.
mheathcote
#
19 Oct 2023
This post is awaiting moderation
Posting again as previous post is still waiting moderation, possibly because of link to gp2040 project.
I’m still at the prototyping phase of my vpin project. I’m not building a full size pinball table but a mini 22” playfield one for the kids (and me), I’ll still have back glass and dmd though but no room for feedback etc. . I started off with just a basic zero delay button controller, but quickly realised that without an analogue plunger and nudge/tilt it wouldn’t be the same.
I was looking at the gp2040-ce project as a good starting point, that should be enough for the button controls and probably the plunger but will still need to add the accelerometer.
I picked up a few MPU-6050 based boards to experiment with but haven’t had time to hook it all together yet.
In theory it should be possible, but I need to dedicate some time to try it out.
Would be happy to try things out if you are doing the same.
marcowy
#
27 Jun 2024
This post is awaiting moderation
Did you try porting it already ? I've made a RP2040 board for VP with LSM6DSOTR Spi acceleromer, and we are working on a firmware/software dev. If you already work on pinscape for 2040, we may test some things ;)