#160164 - tasteforreality - Thu Jul 10, 2008 11:43 pm
Hello everybody, some queries which, if possible, id like some help with.
im trying to sort out a way of making a slot 2 interface for the DS that is going to enable me to connect it to external electronic stuff. essentially the same as DSerial but for slot 2.
for a start any information would be great. have looked around but its a little tricky.
my further question is, how similar is Slot 2 on an NDS to the slot on a GBA. i have seen a few interesting hardware hacks around that are interfacing the GBA with external hardware, and im wondering how many of these might work with the NDS.
any help would be appreciated
#160168 - tepples - Thu Jul 10, 2008 11:48 pm
The Xport 2.0 might be a tad too expensive.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#160169 - tasteforreality - Thu Jul 10, 2008 11:51 pm
heh, just a bit too expensive and a bit too overkill.
im essentially wanting to be able to add hardware midi in/out ports to the NDS and to have some sort of serial or parralel interface to start playing with other things.
also if i dont have to use FPGAs that would be helpful. hate programming the buggers
#160228 - hacker013 - Sat Jul 12, 2008 10:22 am
i think it is the same because it can read gba carts.
_________________
Website / Blog
Let the nds be with you.
#160240 - dovoto - Sat Jul 12, 2008 5:22 pm
tasteforreality wrote: |
heh, just a bit too expensive and a bit too overkill.
|
And AWESOME! ...but doesnt seem to work well on vista :(
However it does come with simple io configurations so you can just read and write memory mapped io.
Also, there are other options for io on the DS. If you can find a DSserial that is a cheap alternative.
There is also a homebrew friendly cart coming our way soonish that has full io breakout capability. I will post an update in a bit about that.
_________________
www.drunkencoders.com
#160241 - tasteforreality - Sat Jul 12, 2008 6:01 pm
DSerial ive seen but alas id really like things to be using slot 2. i dont really want to be having to do cartridge swapping tricks to get things working. also im guessing itd be tricky to get hold of one as they're not being producedat the moment.
the cart you're talkinbg about soundsmost intweresting. id definatelly like to hear more when its available
#160389 - josath - Mon Jul 14, 2008 11:17 pm
You could also try making something like this:
CPLDStarter (More info & sourcecode)
It's basically just a CPLD and a couple of resistors on a PCB. The CPLD can be programmed by the NDS, so you don't need any external programmer or anything. No good for interfacing with analog stuff, like the DSerial could, but it'll let you interface with pretty much any reasonable digital device you want.
#160394 - tasteforreality - Mon Jul 14, 2008 11:38 pm
wow, how did i miss that heh. cheers veyr much for pointing it out. ive sent an email their way to get some more info tho ill start digging around their code to see how things work and get some of my own ideas