Giter VIP home page Giter VIP logo

internet-connected-pinball's People

Contributors

elipsitz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

internet-connected-pinball's Issues

Wifi and interrupts

Before replicating this version I had one question: The rp pico w documentation suggests that the IRQ capabilities will be hampered while the WIFI is in use...are you finding that you can transmit while the pio loop is listening to the bus?
https://datasheets.raspberrypi.com/picow/pico-w-datasheet.pdf page 19 regarding spi bus (to wifi module) and the IRQ. In theory from the rp2040 block diagram the pio should be in a league of its own and the irq only applies to the main processor.

We intend to do the same...Our current setup does similar by making a physical shadow copy of the ram, and only doing reads from the shadow copy to prevent a game breaking collision; at worst we corrupt the shadow causing a shadow write miss. Then with our live copy of the data (that we shouldn't read from super often) We combine the scores with an rfid user system that keeps a high score list on the server...I'd like to try your route of using the pico as shadow, and then having the 2nd core handle fun stuff like live commentating the game events to a chat room, controlling other peripherals, etc.
In a flip universe I could see totally emulating the game ram in-situ, such that we could change the machine adjusts/game state live (tap rfid card to build a custom deterministic tournament mode, etc). Much easier to man-in-the-middle the ram if you ARE the ram ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.