A simple app to download a file from a URL in a QR code on the Nintendo DSi.
- Add a Wi-Fi network in System Settings under "Advanced Settings"
- Due to compatibility issues in the dsiwifi library not all routers will work, WEP/open routers also likely don't work at all
- Open dsidl and wait for it to load, if it gets stuck you can reload it while holding SELECT to view more detailed logging information
- Create a QR code for what you want to download and scan it with your DSi
- The QR code must contain a URL or JSON script, if not either of those the text will simply be printed out
- Choose the directory to save to, edit the file name if needed, and your file will start downloading
- You're done!
- Install devkitPro pacman
- Run:
(On Windows it's
sudo dkp-pacman -S nds-dev nds-zlib
pacman
instead ofsudo dkp-pacman
, command may vary on Linux) - Run:
make
- dsiwifi: DSi Wi-Fi library
- dsi-camera: Camera code base
- Universal-Updater: Download code base
- GodMode9i: Base for several UI elements; keyboard, file browser, etc
- devkitPro: libnds, devkitARM, libfat