- one raspberry pico coupled with stacksmashing board,
- one link câble,
- one cable to connect pico to PC.
- one gameboy,
software :
- gb firmware (act a relay from GB to PC), put the firmware in your pico
- connect to the web interface (link given when tests will be OK)
- select your gameboy with webusb
- connect as Master or Client (wait for the other gameboy)
- ... enjoy :)
./WebInterface/
npm install
npm run build
HTTPS=true npm start
./
pip3 install (required dependancies)
python3 server.py Don't forget to change the IP/Ports used (wether it's local or only).