This Forum is Dedicated For all The Object Oriented PIC Lovers .......... The concept behind OOPic is straight forward. Use preprogrammed multitasking Objects from a library of highly optimized Objects to do all the work of interacting with the hardware. Then write small scripts in Basic, C, or Java syntax styles to control the Objects. During operation, the Objects run continuously and simultaneously in the background while the scripts run in the foreground telling the objects what to do.

Tuesday, January 22, 2008

[oopic] Re: Extra memory (Future plans for robot to map room details)

--- In oopic@yahoogroups.com, "jasuk1970" <mail@...> wrote:
>
> Hi,
> On of the things I plan to do in the future is to try and get a
> robot to try and keep a map of a room in memory on a kind of grid
> system, and then do some kind of path finding to get from point A to
> point B. But to do this I will need to have more then 400 bytes of
> memory. Could anyone recommend some kind of extended memory module I
> could use with the ooPIC? (I'm using the OOBoard)
>
> I am hoping to discover some kind of serial device where you pass a
> memory location and either set it to a byte or retrieve a byte from
it.
>
> Does anyone have any idea if this kind of thing exists?
>
> Cheers,
>
> Jas

Sure, the oEEPROM object allows you to store data in the unused
portion of the EEPROM above the program.

If you have an S board, you can use a second EEPROM and stay
completely away from the program.

Of course, you can interface another EEPROM using the oI2C object
completely separate from the program EEPROM.

Richard



Yahoo! Groups Links

<*> To visit your group on the web, go to:

http://groups.yahoo.com/group/oopic/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:

http://groups.yahoo.com/group/oopic/join

(Yahoo! ID required)

<*> To change settings via email:
mailto:oopic-digest@yahoogroups.com
mailto:oopic-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
oopic-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/

No comments: