Search found 21 matches

by MrAndini
Sat Dec 21, 2013 4:26 am
Forum: DS/DSi Development
Topic: Loss of connection to AP when other networks sharing channel
Replies: 1
Views: 7109

Loss of connection to AP when other networks sharing channel

I use the DSWIFI and TCP in an application and have found when there are other networks which share the same channel the wifi link appears to just freeze. When it has a free channel available connection is generally very reliable. But the stack doesn't seem to handle other networks sharing the band ...
by MrAndini
Fri Dec 03, 2010 7:47 pm
Forum: DS/DSi Development
Topic: Connecting to hidden SSID
Replies: 1
Views: 4535

Connecting to hidden SSID

Hello

I asked about this last year and learnt it wasn't supported at that time.
Has any progress been made with regards adding this capability?

Thanks
by MrAndini
Sat Aug 07, 2010 2:51 am
Forum: Off Topic
Topic: Modcards banned UK
Replies: 4
Views: 6100

Modcards banned UK

Hello I read recently that Modchips have been banned in the UK. I also read they are legal in Italy. I only use my card for homebrew, but can understand why Nintendo pursue the sellers. When I recently bought some DSTT they came preloaded with games which I formatted away. Is there any definitive si...
by MrAndini
Fri Aug 06, 2010 5:31 pm
Forum: Announcements
Topic: libnds 1.4.4 now available
Replies: 7
Views: 17235

Re: libnds 1.4.4 now available

Thanks

I inclkuded time.h and all fixed now.
Seems one of the include files from the library must have previously included time.h so no errors previously.
by MrAndini
Thu Aug 05, 2010 4:29 pm
Forum: Announcements
Topic: libnds 1.4.4 now available
Replies: 7
Views: 17235

Re: libnds 1.4.4 now available

Haave the "time" and "gmtime" functions been removed from this version of the library?

My code that previously compiled now says "warning implicit declaration of function " for both time and gmtime

I look in the sys folder for libnds and there is no time.h file.
by MrAndini
Wed Dec 16, 2009 3:35 pm
Forum: Announcements
Topic: devkitARM release 27 and associated libraries.
Replies: 5
Views: 13462

Re: devkitARM release 27 and associated libraries.

I just downloaded the latest devkitpro using the windows installer and now my grit doesn't work any more. I have tried both an update and a complete unistall followed by clean install. In each case I now get this error when I use grit grit.exe - Unable to locate Component The application has failed ...
by MrAndini
Sat Oct 17, 2009 3:00 am
Forum: DS/DSi Development
Topic: Battery Level
Replies: 6
Views: 6189

Re: Battery Level

Thanks heaps

I already had a FIFO in place for brighness, so easy to add in another command on that one.

Do you have the URL that has the registers / bits for the power managment.
by MrAndini
Fri Oct 16, 2009 4:07 pm
Forum: DS/DSi Development
Topic: Battery Level
Replies: 6
Views: 6189

Re: Battery Level

Can anyone tell me how to read the states Battery OK Battery Bad Charger connected These seem to be the only one available and would be useful for my purpose but there is no real documentation on how to read them Have seen some reference to register 4 bit 3 but not how to read it touchRead(TSC_MEASU...
by MrAndini
Tue Oct 13, 2009 2:40 am
Forum: DS/DSi Development
Topic: Battery Level
Replies: 6
Views: 6189

Re: Battery Level

Thanks for the reply.

Even if I can get those 4 levels only would be helpful for my purpose.

How can they be read now if not through IPC?
by MrAndini
Mon Oct 12, 2009 1:14 pm
Forum: DS/DSi Development
Topic: Battery Level
Replies: 6
Views: 6189

Battery Level

Is there any way to read the DS battery level?

If so, how is this done?

I notice the deprecated IPC stucture has a battery value and assume this was previously used for the battery levell, how is it now replaced?

Thanks