Search found 63 matches

by Derrik
Fri Feb 21, 2014 3:46 pm
Forum: DS/DSi Development
Topic: Booting DS cards
Replies: 0
Views: 11008

Booting DS cards

I have found some code to boot DS cards already, such as NitroHax and hbfirmware however hbfirmware wont compile since it's a bit dated (well I got the flasher to compile and work, but not the actual firmware - I had to just flash hello world to my DS), and NitroHax is a bit more advanced than I nee...
by Derrik
Mon Feb 03, 2014 9:40 pm
Forum: DS/DSi Development
Topic: Communicating from Arduino to DS via slot 2
Replies: 1
Views: 4293

Communicating from Arduino to DS via slot 2

I want to have my Arduino send values to my DS through slot 2; much like how the DS Paddle, Guitar Grip or the Trainer Toolkit work. I opened the DS dust cover, drilled some holes and tried soldering some wires based on the little information available on the internet. http://s2.postimg.org/63ri4f0c...
by Derrik
Wed Aug 14, 2013 8:31 pm
Forum: DS/DSi Development
Topic: DS Firmware Settings
Replies: 1
Views: 5010

DS Firmware Settings

I haven't found a lot of data about using the PersonalData struct and have run into a lot of trouble, I am a noob it seems. The nickname is stored as s16[10], why is this? Why not just char[10]? What's more, is that there is no space for a NULL truncator (\0). I first attempted to typecast it: print...