Skip to content

krisztian1997/3dsunbricker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3dsunbricker

3DS unbricker for Arduino/AVR written in C/C++

Disclaimer: I am not responsible for any damage created by not using my software correcly, or using the wrong hardware. You will need a NAND backup created before the bricking, and a hardware mod to can connect the 3DS to arduino and flash the NAND back. Never try soldering something so small like the 3DS mobo without some soldering knowledge, if you really want to do it, go to a local phone shop and maybe they will do it for you.

Components needed:

  • A NAND BACKUP BEFORE THE CONSOLE GOT BRICKED
  • Arduino UNO or any other Arduino model with SPI support
  • A SD card shield, personally I recommand the ones made by LC Studio, they are around $1. If you cant get one then you will need to make a voltage divider, be very carefull because Arduino I/O pins are 5v and eMMC uses 3v3
  • Some way to connect the SD shield to the arduino (male-female dupont wires will do the job)
  • Soldering knowledge to solder 5 wires to the points on the 3DS mobo
  • An SD card adapter, best one is mini sd card adapter -> normal sd card
  • Some ways to restore the NAND backup

Instructions how to setup the arduino IDE (thanks khaalan @gbatemp): Okay so you first want to install the arduino development application in windows (I assume windows for most users) then start the development IDE (then close it immediately) and create the following folder structure (if you are on xp, its under document and settings) C:\Users...\Documents\Arduino\libraries\sd_raw_roland (you will have to create the sdrawroland folder yourself) and copy everything except sd_testy.ino into that folder. After you've done this you can double click on sd_testy.ino, follow its prompts about creating directories. You will want to step through configuring your Arduino IDE for your device (http://arduino.cc/en/Guide/Windows#toc7), then you can click File> Upload - this will upload your device to your arduino. Assuming you have all of your connections made the Arduino will reboot and execute the code.

Short instruction of using the arduino with my code:

  1. If you didnt did it already, program the Arduino with my code
  2. Connect the 3DS to the arduino according to the following schematic (you will need an SD card shield, or a voltage divider):
    3DS ARDUINO
    CMD MOSI
    DAT0 MISO
    DAT3 CS/SS
    CLK CLK
    GND GND

    In case if you still dont understand, please take a look at those schematics:
    SD card schematic with voltage divider,
    Another SD card schematic with a different voltage divider,
    Arduino UNO pinout, 3DS solder points

  3. Power up the arduino
  4. Power up your 3DS (XL) console
  5. Open the arduino IDE and watch the serial monitor, after the card is initialized choose the erase option then terminate the programs execution
  6. Flash your NAND backup back and have fun.

Added Teensy 2.0 support (thanks littlebalup), this is the wiring diagram: To be used with Teensyduino add-on (http://www.pjrc.com/teensy/td_download.html). Wiring for Teensy++2.0 : https://googledrive.com/host/0B-MCtIPj5DWRQ1kxTC10T0Nza0k/3dsunbricker_for_Teensy++2.0_wiring.png

About

3DS unlocker for Arduino/ATmega328P written in C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages