gbadev.org Forum Index gbadev.org
gbadev forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

New product: MK6-Motion - slot-1 flash card/motion sensor
Goto page 1, 2  Next
 
Post new topic   Reply to topic    gbadev.org Forum Index -> DS Motion Sensor
View previous topic :: View next topic  
Author Message
KeithE
Moderator


Joined: 19 Sep 2005
Posts: 212
Location: Vermont, USA

PostPosted: Fri Apr 06, 2007 1:52 pm    Post subject: New product: MK6-Motion - slot-1 flash card/motion sensor Reply with quote

I am pleased to announce a new motion sensing product that I have developed with Neo Team: the MK6-Motion.

The MK6-Motion is a slot-1 flash cartridge with the same motion sensing capabilities as the DS Motion Card (tri-axis accelerometer + gyroscope).

The specifications can be found at neoflash.com.

Here are some details:

Contains 16 Megabits of flash, so you can load a small homebrew game or passthrough rom onto it
Has motion sensors just like DS Motion Card
Has EEPROM for saving

It is not 100% compatible with the existing DS Motion Card functions, but I have written new functions that allow developers to make their software compatible with the DS Motion Card, the DS Motion Pak (slot-2), and the MK6 Motion. 1 set of functions, and the game is compatible with all three types of DS motion sensors. This new function library will be released before the DS Motion Pak and MK6 Motion are available for sale.

Software is loaded onto the MK6 motion from a slot-2 flash cartridge using an app that will be released by Neo Team soon.

It works as a game cartridge with motion sensing on any DS - you don't need a flashed DS for it to work.

I'm pretty sure that Neo Team will release full DLDI drivers for it.
Back to top
View user's profile Send private message
Diddl



Joined: 29 Dec 2006
Posts: 410
Location: Austria

PostPosted: Fri Apr 06, 2007 3:09 pm    Post subject: Reply with quote

cool! why not a big nand flash of 16GBit like the MK5?
Back to top
View user's profile Send private message
KeithE
Moderator


Joined: 19 Sep 2005
Posts: 212
Location: Vermont, USA

PostPosted: Fri Apr 06, 2007 3:26 pm    Post subject: Reply with quote

Good question. You'll have to ask Neo Team for the answer - my role in the development dealt only with the sensor integration.

Last edited by KeithE on Fri Apr 06, 2007 9:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
sirpoonga



Joined: 25 Sep 2006
Posts: 96
Location: WI

PostPosted: Fri Apr 06, 2007 8:54 pm    Post subject: Reply with quote

I don't like neo's website, it's confusing to me. Is there info on this there? it sounds like it has a passme integrated?
Back to top
View user's profile Send private message
KeithE
Moderator


Joined: 19 Sep 2005
Posts: 212
Location: Vermont, USA

PostPosted: Fri Apr 06, 2007 9:14 pm    Post subject: Reply with quote

There is a topic about this product on the neoflash forums:
http://www.neoflash.com/forum/index.php/topic,4081.0.html
Unfortunately, you'll have to register for the forum if you want to read it.

If you want to use it to boot a slot-2 device, you burn a passme rom to the card. To use it as a slot-1 flash card, you burn a game rom to it. In both cases, you burn the rom from a slot-2 cartridge using a yet to be released app.

The major advantage of the MK6 over the DS Motion Card is that you can use it as a passthrough (by burning the passme rom to the card), so you can run motion sensing games from slot-2 without a flashed DS or a separate passthrough card.

If you want, you can put your motion sensing game right on the card, so you'll have the game and motion sensor all in one card, and it will work on any DS.

It also has EEPROM memory for saving games states.
Back to top
View user's profile Send private message
Lynx



Joined: 13 Jan 2005
Posts: 1752

PostPosted: Sat Apr 07, 2007 3:23 am    Post subject: Reply with quote

KeithE wrote:
It also has EEPROM memory for saving games states.


What's that for? I don't know of any homebrew that makes use of EEPROM, and maybe I'm behind the times, but I dont' know of any commercial games (that will be illegally downloaded and run on this device) that will use the motion chips..

Soo.. what's the point? Or is it just a part of the flash chips they use?
_________________
NDS Homebrew Roms & Reviews
Back to top
View user's profile Send private message Visit poster's website
tepples
Moderator & FAQ maintainer


Joined: 06 Jan 2003
Posts: 12187
Location: Fort Wayne, Indiana, USA

PostPosted: Sat Apr 07, 2007 4:16 am    Post subject: Reply with quote

Lynx wrote:
KeithE wrote:
It also has EEPROM memory for saving games states.

What's that for? I don't know of any homebrew that makes use of EEPROM

You mean like REIN and its progeny? Often, EEPROM is the only thing that can be accessed after the user has pak-swapped to a Game Card and back, as fatInitDefault() just fails. This makes save backup utilities harder to get working on cards such as R4. Some people have suggested copying the Game Card's EEPROM to the R4's EEPROM, rebooting, and copying the R4's EEPROM to the microSD card.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
KeithE
Moderator


Joined: 19 Sep 2005
Posts: 212
Location: Vermont, USA

PostPosted: Sat Apr 07, 2007 2:12 pm    Post subject: Reply with quote

Lynx, I don't know of any homebrew games that use EEPROM for saving either.

This card makes that option available to people who want to use it - the EEPROM and the sensors share the SPI bus on the card, and there is a special command you can send to switch between the two. The source code for doing the switch will be released by the time the device is ready for sale.

By the way, this card WILL NOT RUN COMMERCIAL GAMES. It only has 16 megabits of flash - just enough for a small homebrew game or passme rom.

One more thing - Neoflash is giving some MK6 devices away to interested developers - see http://www.neoflash.com/forum/index.php/topic,4092.msg28249

One last thing - I don't see this as a replacement for the DS Motion Card. I see it as a complimentary product - it is more expensive, but offers an advantage to people who don't feel comfortable flashing their DS. I think expanding the number of ways for people to create and play motion sensing games is a good thing - it will result in more and better motion sensing games for all of us to enjoy.
Back to top
View user's profile Send private message
Lynx



Joined: 13 Jan 2005
Posts: 1752

PostPosted: Sat Apr 07, 2007 4:15 pm    Post subject: Reply with quote

tepples wrote:
Some people have suggested copying the Game Card's EEPROM to the R4's EEPROM, rebooting, and copying the R4's EEPROM to the microSD card.


Yeah... that sounds like a good solution?
_________________
NDS Homebrew Roms & Reviews
Back to top
View user's profile Send private message Visit poster's website
sanguine



Joined: 29 Mar 2007
Posts: 8

PostPosted: Sun Apr 08, 2007 7:10 pm    Post subject: Reply with quote

So this device would prove to be more compatible than my current setup?

Im currently using a flashme'd ds lite with a motion card and a GBA movie player updated with Chishms firmware update.

my setup seems to have problems running certain ds motion software
can anyone reccomend anything that would increase my compatibility?
im looking for a slot 2 device, I think the problem is with running certain
PALIB games,

Im mainly thinking for using this as my DS Motion setup but I would consider purchasing this new device for improved compatibility, However I would still be interested in knowing what device I could use for best homebrew support.

Thanks
Rob
Back to top
View user's profile Send private message
Lynx



Joined: 13 Jan 2005
Posts: 1752

PostPosted: Sun Apr 08, 2007 11:21 pm    Post subject: Reply with quote

Interesting, that is my same setup and I haven't had any problems yet. Could it be your CF card?
_________________
NDS Homebrew Roms & Reviews
Back to top
View user's profile Send private message Visit poster's website
Sweater Fish Deluxe



Joined: 18 Sep 2006
Posts: 253

PostPosted: Mon Apr 09, 2007 12:33 am    Post subject: Reply with quote

KeithE wrote:
By the way, this card WILL NOT RUN COMMERCIAL GAMES. It only has 16 megabits of flash - just enough for a small homebrew game or passme rom.

I know of at least one commercial game ROM that would fit in that amount of space. No big deal though, the card is still obviously aimed at homebrew which is nice to see from a company like NeoFlash.

I actually wish the flash space was a little larger. Even just 4MB would be a lot better. It's only a matter of time before someone releases a motion supporting game that's larger than 2MB. I guess the onboard flash is really for a nopass ROM, but the idea of putting a game on there and having a nice professional package for your motion game is tempting. I guess at $50 it would be too expensive to really do anything with besides showing your one copy off to people anyway, though.

I wonder if NeoFlash would be able to put out 4 or 8MB cards (without the Motion stuff) at a low enough price to make them viable for homebrewers to try to sell their games on.


...word is bondage...
Back to top
View user's profile Send private message
tepples
Moderator & FAQ maintainer


Joined: 06 Jan 2003
Posts: 12187
Location: Fort Wayne, Indiana, USA

PostPosted: Mon Apr 09, 2007 3:19 am    Post subject: Reply with quote

KeithE wrote:
By the way, this card WILL NOT RUN COMMERCIAL GAMES. It only has 16 megabits of flash - just enough for a small homebrew game or passme rom.

Or DS Download Station demos, right?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
KeithE
Moderator


Joined: 19 Sep 2005
Posts: 212
Location: Vermont, USA

PostPosted: Mon Apr 09, 2007 4:05 pm    Post subject: Reply with quote

tepples wrote:

Or DS Download Station demos, right?


Sure, I don't see why not - as long as they are 16 megabits or smaller.
Back to top
View user's profile Send private message
Dr.neo



Joined: 15 Apr 2007
Posts: 1

PostPosted: Sun Apr 15, 2007 3:39 pm    Post subject: Reply with quote

we will keep 2Mbit for the bootloader , then will have 12M flash + 2M sram + 2M eeprom for homebrew still.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    gbadev.org Forum Index -> DS Motion Sensor All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group