I wanted the Rumble Pak to fit into the existing blanking plate of the DS Lite that slots into the GBA cartridge slot. This would make it blend in with the NDS and not stick out or have an odd colour. I could have used the PCB that is contained within the blanking plate, but didn't want to ruin it in case I had to send it back. I opted to dismantle an old Pokemon Pinball GBA cartridge and use the edge connector.
I would have used the offset motor from the Pokemon Cartridge, but it was simply too large...
The motor I used is tiny and was salvaged from an old Nokia 5100 phone. The offset weight had to be trimmed down because it was too big.
A Rumble is requested on the write /WR pin (GBA Pin 3). The pulse is approx 350ns long and needs to be stretched to about 20ms since the motor will not budge if you pulse it with 350ns.
I could have used a 74HC123 Dual Retriggerable Monostable (One-Shot), but I didn't have any. I did have a Microchip PIC12F675 though.
The PIC12F675 contains an internal oscillator and has an interrupt pin that will detect the 350ns pulse (minimum is 25ns), polling the Rumble Request input is not an option as the PIC will most certainly miss it since it's instruction cycle time is 1us.
The PIC is placed into sleep mode to preserve power, however this is probably not necessary because the offset motor consumes about 200mA everytime it spins.
This information is provided as information only, these are my experiences and yours may vary...please don't blame me if you toast your NDS...
Remove these ads by
Signing Up




































Go Pro Today »






also im not sure how much you know about DS modding, but do you think its possible to get the DSi to have a SLOT-2 as well? i figured that in order to use it you could make a homebrew DSi ware...
sorry i just would really like a DSi without loosing SLOT-2 and the pokemon diamond/pearl SLOT-2 function which allows you to transfer pokemon to pal park.
but yes, having a built in rumble feature would be freaking awesome too.
i hear that those new dsi XL's have slot-2
isnt that horrible? selling a "new" DS and adding teh smallest of upgrades? GOD ITS SO HORRIBLE! now everyone who bought the DSI XL has to shell out more money for a 3DS.. it really makes me sad.
Error[118] C:\DOCUMENTS AND SETTINGS\OWNER\DESKTOP\12F629 SOURCE.ASM 6 : Overwriting previous address contents (2007)
Error[118] C:\DOCUMENTS AND SETTINGS\OWNER\DESKTOP\12F629 SOURCE.ASM 6 : Overwriting previous address contents (2007)
in mplab mpasm even if the code has not been changed
it happens every time even with asm files which everyone says do work
(something to do with mplab / mpasm setting?)
yet pic16f627/8 will work (yes i did set up for 12f629)