An input/output controller for virtual pinball machines, with plunger position tracking, accelerometer-based nudge sensing, button input encoding, and feedback device control.

Dependencies:   USBDevice mbed FastAnalogIn FastIO FastPWM SimpleDMA

/media/uploads/mjr/pinscape_no_background_small_L7Miwr6.jpg

The Pinscape Controller is a special-purpose software project that I wrote for my virtual pinball machine.

New version: V2 is now available! The information below is for version 1, which will continue to be available for people who prefer the original setup.

What exactly is a virtual pinball machine? It's basically a video-game pinball emulator built to look like a real pinball machine. (The picture at right is the one I built.) You start with a standard pinball cabinet, either built from scratch or salvaged from a real machine. Inside, you install a PC motherboard to run the software, and install TVs in place of the playfield and backglass. Several Windows pinball programs can take advantage of this setup, including the open-source project Visual Pinball, which has hundreds of tables available. Building one of these makes a great DIY project, and it's a good way to add to your skills at woodworking, computers, and electronics. Check out the Cabinet Builders' Forum on vpforums.org for lots of examples and advice.

This controller project is a key piece in my setup that helps integrate the video game into the pinball cabinet. It handles several input/output tasks that are unique to virtual pinball machines. First, it lets you connect a mechanical plunger to the software, so you can launch the ball like on a real machine. Second, it sends "nudge" data to the software, based on readings from an accelerometer. This lets you interact with the game physically, which makes the playing experience more realistic and immersive. Third, the software can handle button input (for wiring flipper buttons and other cabinet buttons), and fourth, it can control output devices (for tactile feedback, button lights, flashers, and other special effects).

Documentation

The Hardware Build Guide (PDF) has detailed instructions on how to set up a Pinscape Controller for your own virtual pinball cabinet.

Update notes

December 2015 version: This version fully supports the new Expansion Board project, but it'll also run without it. The default configuration settings haven't changed, so existing setups should continue to work as before.

August 2015 version: Be sure to get the latest version of the Config Tool for windows if you're upgrading from an older version of the firmware. This update adds support for TSL1412R sensors (a version of the 1410 sensor with a slightly larger pixel array), and a config option to set the mounting orientation of the board in the firmware rather than in VP (for better support for FP and other pinball programs that don't have VP's flexibility for setting the rotation).

Feb/March 2015 software versions: If you have a CCD plunger that you've been using with the older versions, and the plunger stops working (or doesn't work as well) after you update to the latest version, you might need to increase the brightness of your light source slightly. Check the CCD exposure with the Windows config tool to see if it looks too dark. The new software reads the CCD much more quickly than the old versions did. This makes the "shutter speed" faster, which might require a little more light to get the same readings. The CCD is actually really tolerant of varying light levels, so you probably won't have to change anything for the update - I didn't. But if you do have any trouble, have a look at the exposure meter and try a slightly brighter light source if the exposure looks too dark.

Downloads

  • Config tool for Windows (.exe and C# source): this is a Windows program that lets you view the raw pixel data from the CCD sensor, trigger plunger calibration mode, and configure some of the software options on the controller.
  • Custom VP builds: I created modified versions of Visual Pinball 9.9 and Physmod5 that you might want to use in combination with this controller. The modified versions have special handling for plunger calibration specific to the Pinscape Controller, as well as some enhancements to the nudge physics. If you're not using the plunger, you might still want it for the nudge improvements. The modified version also works with any other input controller, so you can get the enhanced nudging effects even if you're using a different plunger/nudge kit. The big change in the modified versions is a "filter" for accelerometer input that's designed to make the response to cabinet nudges more realistic. It also makes the response more subdued than in the standard VP, so it's not to everyone's taste. The downloads include both the updated executables and the source code changes, in case you want to merge the changes into your own custom version(s).

    Note! These features are now standard in the official VP 9.9.1 and VP 10 releases, so you don't need my custom builds if you're using 9.9.1 or 10 or later. I don't think there's any reason to use my 9.9 instead of the official 9.9.1, but I'm leaving it here just in case. In the official VP releases, look for the checkbox "Enable Nudge Filter" in the Keys preferences dialog. (There's no checkbox in my custom builds, though; the filter is simply always on in those.)
  • Output circuit shopping list: This is a saved shopping cart at mouser.com with the parts needed for each output driver, if you want to use the LedWiz emulator feature. Note that quantities in the cart are for one output channel, so multiply everything by the number of channels you plan to use, except that you only need one of the ULN2803 transistor array chips for each eight output circuits.
  • Lemming77's potentiometer mounting bracket and shooter rod connecter: Sketchup designs for 3D-printable parts for mounting a slide potentiometer as the plunger sensor. These were designed for a particular slide potentiometer that used to be available from an Aliexpress.com seller but is no longer listed. You can probably use this design as a starting point for other similar devices; just check the dimensions before committing the design to plastic.

Features

  • Plunger position sensing, using a TAOS TSL 1410R CCD linear array sensor. This sensor is a 1280 x 1 pixel array at 400 dpi, which makes it about 3" long - almost exactly the travel distance of a standard pinball plunger. The idea is that you install the sensor just above (within a few mm of) the shooter rod on the inside of the cabinet, with the CCD window facing down, aligned with and centered on the long axis of the shooter rod, and positioned so that the rest position of the tip is about 1/2" from one end of the window. As you pull back the plunger, the tip will travel down the length of the window, and the maximum retraction point will put the tip just about at the far end of the window. Put a light source below, facing the sensor - I'm using two typical 20 mA blue LEDs about 8" away (near the floor of the cabinet) with good results. The principle of operation is that the shooter rod casts a shadow on the CCD, so pixels behind the rod will register lower brightness than pixels that aren't in the shadow. We scan down the length of the sensor for the edge between darker and brighter, and this tells us how far back the rod has been pulled. We can read the CCD at about 25-30 ms intervals, so we can get rapid updates. We pass the readings reports to VP via our USB joystick reports.

    The hardware build guide includes schematics showing how to wire the CCD to the KL25Z. It's pretty straightforward - five wires between the two devices, no external components needed. Two GPIO ports are used as outputs to send signals to the device and one is used as an ADC in to read the pixel brightness inputs. The config tool has a feature that lets you display the raw pixel readings across the array, so you can test that the CCD is working and adjust the light source to get the right exposure level.

    Alternatively, you can use a slide potentiometer as the plunger sensor. This is a cheaper and somewhat simpler option that seems to work quite nicely, as you can see in Lemming77's video of this setup in action. This option is also explained more fully in the build guide.
  • Nudge sensing via the KL25Z's on-board accelerometer. Mounting the board in your cabinet makes it feel the same accelerations the cabinet experiences when you nudge it. Visual Pinball already knows how to interpret accelerometer input as nudging, so we simply feed the acceleration readings to VP via the joystick interface.
  • Cabinet button wiring. Up to 24 pushbuttons and switches can be wired to the controller for input controls (for example, flipper buttons, the Start button, the tilt bob, coin slot switches, and service door buttons). These appear to Windows as joystick buttons. VP can map joystick buttons to pinball inputs via its keyboard preferences dialog. (You can raise the 24-button limit by editing the source code, but since all of the GPIO pins are allocated, you'll have to reassign pins currently used for other functions.)
  • LedWiz emulation (limited). In addition to emulating a joystick, the device emulates the LedWiz USB interface, so controllers on the PC side such as DirectOutput Framework can recognize it and send it commands to control lights, solenoids, and other feedback devices. 22 GPIO ports are assigned by default as feedback device outputs. This feature has some limitations. The big one is that the KL25Z hardware only has 10 PWM channels, which isn't enough for a fully decked-out cabinet. You also need to build some external power driver circuitry to use this feature, because of the paltry 4mA output capacity of the KL25Z GPIO ports. The build guide includes instructions for a simple and robust output circuit, including part numbers for the exact components you need. It's not hard if you know your way around a soldering iron, but just be aware that it'll take a little work.

Warning: This is not replacement software for the VirtuaPin plunger kit. If you bought the VirtuaPin kit, please don't try to install this software. The VP kit happens to use the same microcontroller board, but the rest of its hardware is incompatible. The VP kit uses a different type of sensor for its plunger and has completely different button wiring, so the Pinscape software won't work properly with it.

Committer:
mjr
Date:
Tue Jul 22 04:33:47 2014 +0000
Revision:
2:c174f9ee414a
Parent:
1:d913e0afb2ac
Child:
3:3514575d4f86
Before change to ISR for accelerometer

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mjr 1:d913e0afb2ac 1 /* Copyright (c) 2010-2011 mbed.org, MIT License
mjr 1:d913e0afb2ac 2 *
mjr 1:d913e0afb2ac 3 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
mjr 1:d913e0afb2ac 4 * and associated documentation files (the "Software"), to deal in the Software without
mjr 1:d913e0afb2ac 5 * restriction, including without limitation the rights to use, copy, modify, merge, publish,
mjr 1:d913e0afb2ac 6 * distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
mjr 1:d913e0afb2ac 7 * Software is furnished to do so, subject to the following conditions:
mjr 1:d913e0afb2ac 8 *
mjr 1:d913e0afb2ac 9 * The above copyright notice and this permission notice shall be included in all copies or
mjr 1:d913e0afb2ac 10 * substantial portions of the Software.
mjr 1:d913e0afb2ac 11 *
mjr 1:d913e0afb2ac 12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
mjr 1:d913e0afb2ac 13 * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
mjr 1:d913e0afb2ac 14 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
mjr 1:d913e0afb2ac 15 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
mjr 1:d913e0afb2ac 16 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
mjr 1:d913e0afb2ac 17 */
mjr 1:d913e0afb2ac 18
mjr 1:d913e0afb2ac 19 #include "MMA8451Q.h"
mjr 1:d913e0afb2ac 20
mjr 1:d913e0afb2ac 21 #define REG_WHO_AM_I 0x0D
mjr 1:d913e0afb2ac 22 #define REG_CTRL_REG_1 0x2A
mjr 1:d913e0afb2ac 23 #define REG_CTRL_REG_2 0x2B
mjr 1:d913e0afb2ac 24 #define REG_CTRL_REG_3 0x2c
mjr 1:d913e0afb2ac 25 #define REG_CTRL_REG_4 0x2D
mjr 1:d913e0afb2ac 26 #define REG_CTRL_REG_5 0x2E
mjr 1:d913e0afb2ac 27 #define REG_OFF_X 0x2F
mjr 1:d913e0afb2ac 28 #define REG_OFF_Y 0x30
mjr 1:d913e0afb2ac 29 #define REG_OFF_Z 0x31
mjr 1:d913e0afb2ac 30 #define XYZ_DATA_CFG_REG 0x0E
mjr 1:d913e0afb2ac 31 #define REG_OUT_X_MSB 0x01
mjr 1:d913e0afb2ac 32 #define REG_OUT_Y_MSB 0x03
mjr 1:d913e0afb2ac 33 #define REG_OUT_Z_MSB 0x05
mjr 1:d913e0afb2ac 34
mjr 1:d913e0afb2ac 35 #define UINT14_MAX 16383
mjr 1:d913e0afb2ac 36
mjr 1:d913e0afb2ac 37 #define CTL_ACTIVE 0x01
mjr 1:d913e0afb2ac 38 #define FS_MASK 0x03
mjr 1:d913e0afb2ac 39 #define FS_2G 0x00
mjr 1:d913e0afb2ac 40 #define FS_4G 0x01
mjr 1:d913e0afb2ac 41 #define FS_8G 0x02
mjr 1:d913e0afb2ac 42
mjr 1:d913e0afb2ac 43 #define HPF_OUT_MASK 0x10
mjr 1:d913e0afb2ac 44
mjr 1:d913e0afb2ac 45 #define MODS1_MASK 0x02
mjr 1:d913e0afb2ac 46 #define MODS0_MASK 0x01
mjr 1:d913e0afb2ac 47 #define SMODS_MASK 0x18
mjr 1:d913e0afb2ac 48 #define MODS_MASK 0x03
mjr 1:d913e0afb2ac 49
mjr 1:d913e0afb2ac 50 #define DR_MASK 0x38
mjr 1:d913e0afb2ac 51 #define DR_800_HZ 0x00
mjr 1:d913e0afb2ac 52 #define DR_400_HZ 0x08
mjr 1:d913e0afb2ac 53 #define DR_200_HZ 0x10
mjr 1:d913e0afb2ac 54 #define DR_100_HZ 0x18
mjr 1:d913e0afb2ac 55 #define DR_50_HZ 0x20
mjr 1:d913e0afb2ac 56 #define DR_12_HZ 0x28
mjr 1:d913e0afb2ac 57 #define DR_6_HZ 0x30
mjr 1:d913e0afb2ac 58 #define DR_1_HZ 0x38
mjr 1:d913e0afb2ac 59
mjr 1:d913e0afb2ac 60
mjr 1:d913e0afb2ac 61 MMA8451Q::MMA8451Q(PinName sda, PinName scl, int addr) : m_i2c(sda, scl), m_addr(addr)
mjr 1:d913e0afb2ac 62 {
mjr 1:d913e0afb2ac 63 // go to standby mode
mjr 1:d913e0afb2ac 64 standby();
mjr 1:d913e0afb2ac 65
mjr 1:d913e0afb2ac 66 // read the curent config register
mjr 1:d913e0afb2ac 67 uint8_t d1[1];
mjr 1:d913e0afb2ac 68 readRegs(XYZ_DATA_CFG_REG, d1, 1);
mjr 1:d913e0afb2ac 69
mjr 1:d913e0afb2ac 70 // set 2g mode
mjr 1:d913e0afb2ac 71 uint8_t d2[2] = { XYZ_DATA_CFG_REG, (d1[0] & ~FS_MASK) | FS_2G };
mjr 1:d913e0afb2ac 72 writeRegs(d2, 2);
mjr 1:d913e0afb2ac 73
mjr 1:d913e0afb2ac 74 // read the ctl2 register
mjr 1:d913e0afb2ac 75 uint8_t d3[1];
mjr 1:d913e0afb2ac 76 readRegs(REG_CTRL_REG_2, d3, 1);
mjr 1:d913e0afb2ac 77
mjr 1:d913e0afb2ac 78 // set the high resolution mode
mjr 1:d913e0afb2ac 79 uint8_t d4[2] = {REG_CTRL_REG_2, (d3[0] & ~MODS_MASK) | MODS1_MASK};
mjr 1:d913e0afb2ac 80 writeRegs(d4, 2);
mjr 1:d913e0afb2ac 81
mjr 2:c174f9ee414a 82 // set 100 Hz mode
mjr 1:d913e0afb2ac 83 uint8_t d5[1];
mjr 1:d913e0afb2ac 84 readRegs(REG_CTRL_REG_1, d5, 1);
mjr 1:d913e0afb2ac 85 uint8_t d6[2] = {REG_CTRL_REG_1, (d5[0] & ~DR_MASK) | DR_100_HZ};
mjr 1:d913e0afb2ac 86 writeRegs(d6, 2);
mjr 1:d913e0afb2ac 87
mjr 1:d913e0afb2ac 88 // enter active mode
mjr 1:d913e0afb2ac 89 active();
mjr 1:d913e0afb2ac 90 }
mjr 1:d913e0afb2ac 91
mjr 1:d913e0afb2ac 92 MMA8451Q::~MMA8451Q() { }
mjr 1:d913e0afb2ac 93
mjr 1:d913e0afb2ac 94 void MMA8451Q::standby()
mjr 1:d913e0afb2ac 95 {
mjr 1:d913e0afb2ac 96 // read the current control register
mjr 1:d913e0afb2ac 97 uint8_t d1[1];
mjr 1:d913e0afb2ac 98 readRegs(REG_CTRL_REG_1, d1, 1);
mjr 1:d913e0afb2ac 99
mjr 1:d913e0afb2ac 100 // write it back witht he Active bit cleared
mjr 1:d913e0afb2ac 101 uint8_t d2[2] = { REG_CTRL_REG_1, d1[0] & ~CTL_ACTIVE };
mjr 1:d913e0afb2ac 102 writeRegs(d2, 2);
mjr 1:d913e0afb2ac 103 }
mjr 1:d913e0afb2ac 104
mjr 1:d913e0afb2ac 105 void MMA8451Q::active()
mjr 1:d913e0afb2ac 106 {
mjr 1:d913e0afb2ac 107 // read the current control register
mjr 1:d913e0afb2ac 108 uint8_t d1[1];
mjr 1:d913e0afb2ac 109 readRegs(REG_CTRL_REG_1, d1, 1);
mjr 1:d913e0afb2ac 110
mjr 1:d913e0afb2ac 111 // write it back out with the Active bit set
mjr 1:d913e0afb2ac 112 uint8_t d2[2] = { REG_CTRL_REG_1, d1[0] | CTL_ACTIVE };
mjr 1:d913e0afb2ac 113 writeRegs(d2, 2);
mjr 1:d913e0afb2ac 114 }
mjr 1:d913e0afb2ac 115
mjr 1:d913e0afb2ac 116 uint8_t MMA8451Q::getWhoAmI() {
mjr 1:d913e0afb2ac 117 uint8_t who_am_i = 0;
mjr 1:d913e0afb2ac 118 readRegs(REG_WHO_AM_I, &who_am_i, 1);
mjr 1:d913e0afb2ac 119 return who_am_i;
mjr 1:d913e0afb2ac 120 }
mjr 1:d913e0afb2ac 121
mjr 1:d913e0afb2ac 122 float MMA8451Q::getAccX() {
mjr 1:d913e0afb2ac 123 return (float(getAccAxis(REG_OUT_X_MSB))/4096.0);
mjr 1:d913e0afb2ac 124 }
mjr 1:d913e0afb2ac 125
mjr 1:d913e0afb2ac 126 void MMA8451Q::getAccXY(float &x, float &y)
mjr 1:d913e0afb2ac 127 {
mjr 1:d913e0afb2ac 128 // read the X and Y output registers
mjr 1:d913e0afb2ac 129 uint8_t res[4];
mjr 1:d913e0afb2ac 130 readRegs(REG_OUT_X_MSB, res, 4);
mjr 1:d913e0afb2ac 131
mjr 1:d913e0afb2ac 132 // translate the x value
mjr 1:d913e0afb2ac 133 uint16_t acc = (res[0] << 8) | (res[1]);
mjr 1:d913e0afb2ac 134 x = int16_t(acc)/(4*4096.0);
mjr 1:d913e0afb2ac 135
mjr 1:d913e0afb2ac 136 // translate the y value
mjr 1:d913e0afb2ac 137 acc = (res[2] << 9) | (res[3]);
mjr 1:d913e0afb2ac 138 y = int16_t(acc)/(4*4096.0);
mjr 1:d913e0afb2ac 139 }
mjr 1:d913e0afb2ac 140
mjr 1:d913e0afb2ac 141 float MMA8451Q::getAccY() {
mjr 1:d913e0afb2ac 142 return (float(getAccAxis(REG_OUT_Y_MSB))/4096.0);
mjr 1:d913e0afb2ac 143 }
mjr 1:d913e0afb2ac 144
mjr 1:d913e0afb2ac 145 float MMA8451Q::getAccZ() {
mjr 1:d913e0afb2ac 146 return (float(getAccAxis(REG_OUT_Z_MSB))/4096.0);
mjr 1:d913e0afb2ac 147 }
mjr 1:d913e0afb2ac 148
mjr 1:d913e0afb2ac 149 void MMA8451Q::getAccAllAxis(float * res) {
mjr 1:d913e0afb2ac 150 res[0] = getAccX();
mjr 1:d913e0afb2ac 151 res[1] = getAccY();
mjr 1:d913e0afb2ac 152 res[2] = getAccZ();
mjr 1:d913e0afb2ac 153 }
mjr 1:d913e0afb2ac 154
mjr 1:d913e0afb2ac 155 int16_t MMA8451Q::getAccAxis(uint8_t addr) {
mjr 1:d913e0afb2ac 156 int16_t acc;
mjr 1:d913e0afb2ac 157 uint8_t res[2];
mjr 1:d913e0afb2ac 158 readRegs(addr, res, 2);
mjr 1:d913e0afb2ac 159
mjr 1:d913e0afb2ac 160 acc = (res[0] << 6) | (res[1] >> 2);
mjr 1:d913e0afb2ac 161 if (acc > UINT14_MAX/2)
mjr 1:d913e0afb2ac 162 acc -= UINT14_MAX;
mjr 1:d913e0afb2ac 163
mjr 1:d913e0afb2ac 164 return acc;
mjr 1:d913e0afb2ac 165 }
mjr 1:d913e0afb2ac 166
mjr 1:d913e0afb2ac 167 void MMA8451Q::readRegs(int addr, uint8_t * data, int len) {
mjr 1:d913e0afb2ac 168 char t[1] = {addr};
mjr 1:d913e0afb2ac 169 m_i2c.write(m_addr, t, 1, true);
mjr 1:d913e0afb2ac 170 m_i2c.read(m_addr, (char *)data, len);
mjr 1:d913e0afb2ac 171 }
mjr 1:d913e0afb2ac 172
mjr 1:d913e0afb2ac 173 void MMA8451Q::writeRegs(uint8_t * data, int len) {
mjr 1:d913e0afb2ac 174 m_i2c.write(m_addr, (char *)data, len);
mjr 1:d913e0afb2ac 175 }