gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > WiFiMe on PDA

#46498 - benereith - Sun Jun 26, 2005 9:35 am

Hey!

Sorry for my bad English, but i will to my best! :D.. so my question:

Will there be a Software Release (of the Wifime tool) for Pocket Windows? (PDAs with Wireless Connection implemented). That would be fine!
Ive got a Dell Axim x50 .. but I don?t wanna buy a wlan module for my pc for only doing wifime for ds. (ive also got no PASSME-Module)
Ive only got minimum Programming knowledge so I can not do it myself.
But what I can do is that u do the Programming and I do testing with my pda and my DS.

I hope there are some good guys at programming a PDA. I think its a different and also interessting way for the wifime project!

Greetinx
Steve

#46499 - JonathanEx - Sun Jun 26, 2005 10:06 am

I think it would be brilliant. Hard, but worth it.
The DS is portable, so being able to use wifime and download play anywhere has got to be good.

You're traveling around, and maybe you feel like watching the Zelda Preview Trailer, or playing a bit of Meteos. Or if you've flashed/got a flashcart with you, test your homebrew demo or do something else.

I think it's a brilliant idea.

#46500 - benereith - Sun Jun 26, 2005 10:34 am

Yeah.. the same samples i also thougt! :)

#46505 - Sausage Boy - Sun Jun 26, 2005 11:55 am

FlashMe and darkstar, anyone?
_________________
"no offense, but this is the gayest game ever"

#46508 - Extreme Coder - Sun Jun 26, 2005 1:01 pm

Nice idea, but you need to know first whether the PDA WiFi chip is supported or not.
If it comes out, it will most likely support only specific pdas.

#46510 - Mr Snowflake - Sun Jun 26, 2005 1:15 pm

If we know the way the ds'es wifi chipworks, we could write an tcp/ip stack, so we could communicate with all wifi chips on the tcp/ip protocol

#46520 - IxthusTiger - Sun Jun 26, 2005 6:01 pm

if you can do that, you win a $1000+ bounty :) :)

#46522 - Mr Snowflake - Sun Jun 26, 2005 6:28 pm

I wish

#46523 - Ilomoga - Sun Jun 26, 2005 7:42 pm

I got an old PocketPC with an adapter in which you put a PCMCIA card. So you could use them. Or doesn't that work (I don't know if it is possible to install a driver or how this works with wlan cards, I don't have a PCMCIA WLAN card)

#46531 - OrR - Sun Jun 26, 2005 11:41 pm

How about making a Palm version? Palm is better. ;P

#46538 - zigg - Mon Jun 27, 2005 1:07 am

Mr Snowflake wrote:
If we know the way the ds'es wifi chipworks, we could write an tcp/ip stack, so we could communicate with all wifi chips on the tcp/ip protocol


And you would have the DS accept download play via TCP/IP how, exactly?

#46544 - tepples - Mon Jun 27, 2005 4:19 am

Don't Nintendo's hotspots have some ability to boot the Nintendo DS? Are they using a customized router, or does the DS firmware have a mini-TCP/IP (or possibly UDP/IP) stack?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#46547 - TJ - Mon Jun 27, 2005 5:21 am

Nintendo hasn't deployed any hotspots for the DS yet, so there aren't any available details for them.

Though there is little doubt they are going to be standard WiFi APs with some variation on Broadcom's SecureEZSetup, which would be in line with both the announcement of Broadcom providing the WiFi hardware for the Rev, and Iwata's comments on the DS not requiring setup to connect to certain routers.

They will likely block all but Nintendo's OUI as well.

#46552 - Mr Snowflake - Mon Jun 27, 2005 8:49 am

zigg wrote:
Mr Snowflake wrote:
If we know the way the ds'es wifi chipworks, we could write an tcp/ip stack, so we could communicate with all wifi chips on the tcp/ip protocol


And you would have the DS accept download play via TCP/IP how, exactly?

Hehe woops :)... Well maybe, it is possible with some smaller roms. If you load the tpc/ip download thingy high in memory and let it execute from there (using a jump) and then, when the downloadplay roms is downloaden, have it jumped back to the beginning of the ram, where the rom is. Wouldn't that be possible..