Hackaday article handheld-game-console-puts-processing-power-in-the-cartridge/
Hackster.io article this-tiny-retro-handheld-console-stores-games-on-fake-sd-card-cartridges
For years I searching any purpose for OSH park 0.8mm board service, finally I GOT IT !!!!
You can make fake micro SD cards
Main board carry speaker, display, power and switches,
CPU (attiny85) with game is on Fake micro SD card.
Dimensions: 2.4063 sq in (2.2127in x 1.0875in) / 1552.45 sq/mm (56.2mm x 27.62mm)
For more fun I have card with atmega328 or attiny85+DS3231 ... or DS18b20 (coming soon)
Working on SD card with STM32 and SAMD21
All game device have usually only one game, for change you need computer, now you can have unlimited games or apps, 1$/game.
Now you can found more than 20 games for attiny85
with 328 card you can play DOOM https://github.com/daveruiz/doom-nano
Or you can play games for ARDUBOY (working on compatible library)
Also you can use it as development platform micro SD interface can access to 8 wires.
- GND
- VCC
- SDA
- SCL
- SPEAKER
- ADC 0
- ADC 1
- ADC 2
Games come from genius Daniel Champagne
- https://sites.google.com/view/arduino-collection/
- https://hackaday.io/project/165667-game-collection-for-attiny85
Project inspired with https://hackaday.io/project/159741-tiny-joypad
TODO:
- 2x micro SD slot
- port Arduboy games to Atmega328 card
- direct display connection
- suport for Lion battery and charging.
This is cool project. A couple years back, I wanted to use some MRAM on an off-the-shelf industrial controller, but had no easy way to attach it. Then I realized they had an SD card slot that I wasn't using, so I made myself some MRAM SD cards -- no doubt violating the SD card specs, but it worked just fine (connected to the SPI and power pins) for my application.