1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-11-12 00:40:47 +01:00
AIC Carder Reader (Amusement IC, e-Amusement Pass, etc.)
Go to file
2023-11-11 20:37:08 +08:00
doc README and ready for publish 2023-11-11 20:37:08 +08:00
firmware Sega AIME IO working 2023-11-05 21:23:28 +08:00
PCB AIC Key PN5180 PCB v1.0 2023-11-11 16:14:22 +08:00
Production README and ready for publish 2023-11-11 20:37:08 +08:00
LICENSE.txt README and ready for publish 2023-11-11 20:37:08 +08:00
README.md README and ready for publish 2023-11-11 20:37:08 +08:00

AIC Pico - Amusement IC Card Reader, AIMEC & Card I/O Emulator

Features:

  • It's small, smallest as far as I know.
  • Several variations.
  • Easy to make.
  • Sega AIME I/O and Spicetools CardIO emulation.
  • Command line of rich features.
  • Supported card:
    • ISO/IEC 14443 Type A (Mifare, Felica AIC, Amiibo, etc.)
    • To be updated.
  • Emulates virtual AIC from any Mifare cards.
  • Varians
    • AIC Pico
    • AIC Key PN532 (see notes below)
    • AIC Key PN5180 (see notes below)
  • All source files open.

Notes: Be patient, I'm working on them.

Thanks to many respectful guys/companies who made their tools or materials free or open source (KiCad, OnShape, InkScape, Fritzing, Raspberry things, ChatGPT and GitHub Copilot helped a lot as well).

And thanks to community developers that inspired me and helped me: CrazyRedMachine (https://github.com/CrazyRedMachine) for the Spicetools Card IO part, Sucareto's AIME Reader (https://github.com/Sucareto/Arduino-Aime-Reader) for the AIME protocol part.

Notes

Check out my other cool projects, they're all great, I promise. https://github.com/whowechina/

This project:

  • Heavily depends on 3D printing, a Bambu AMS system helps a lot.
  • Requires skills to solder tiny components and wires.

Disclaimer

I made this project in my personal time with no financial benefit or sponsorship. I will continue to improve the project. I have done my best to ensure that everything is accurate and functional, there's always a chance that mistakes may occur. I cannot be held responsible for any loss of your time or money that may result from using this open source project. Thank you for your understanding.

About the License

It's CC-NC. So DIY for yourself and for your friend, don't make money from it.

HOW TO BUILD

Seriously, this is the easiest one among all my Pico series projects.

Components

3D Prints

  • aic_pico_bottom.stl
    The bottom part.

For the top part, choose one that fits your need.

  • aic_pico_top.stl
    Regular top part.
  • aic_pico_top_ams.3mf
    Regular top part, for multi-color printing.
  • aic_pico_top_tall.stl
    Taller top part, so a thicker LED strip can fit.
  • aic_pico_top_tall_ams.3mf
    Taller top part, for multi-color printing.

Assemble

I'll let these images do the talk.

Firmware

  • UF2 file is in Production\Firmware folder.
  • For the new build, hold the BOOTSEL button while connect the USB to a PC, there will be a disk named "RPI-RP2" showed up. Drag the UF2 firmware binary file into it. That's it. There's a small hole at the bottom side of the Chu Pico, it is facing right to the BOOTSEL button.
  • It has a command line to do configuration. You can use this Web Serial Terminal to connect to the USB serial port of the Chu Pico. (Note: "?" is for help)
    https://googlechromelabs.github.io/serial-terminal/
  • Spicetools cardio (Card I/O) HID is supported;
  • SEGA AIME protocol is supported on a second serial port.

CAD Source File

I'll post when I finish all variants.