Sign in

username:

password:



Not a member?

Search oopic



Search tips

Subscribe to oopic



Ads

Discussion Groups

Discussion Groups | | =?iso-8859-1?q?Re:_OOpic_and_others_=B5C?=

=?iso-8859-1?q?Re:_OOpic_and_others_=B5C?= - rtstofer - Feb 19 20:25:12 2008

--- In o...@yahoogroups.com, "michel1312" wrote:
>
> Hello,
> I would like to know if it's possible to mak ethe oopic communicate
> with other controler(an arduino in my case).

Serial might not be your best choice but, if you can implement
hardware flow control on the arduino, it can be made to work.

I would try parallel: an 8 bit port managed by one end of the other.

SPI is another possibility as long as the OOPic can be the master.

> I surely can use it trought I2C. But can I set up the oopic to be
slave ?

No, the OOPic is always a master on the local I2C bus - the one with
the EEPROM. The OOPic will appear as a RAM to other devices.
Getting the proper address is an exercise for the reader.

> Or using the ddelink ?

Maybe; that uses an OOPic specific protocol. Grab the
OOPicI2CTools.zip file from the Files section and see if it helps.

> At least if I can't use the ddelink, can I use the ioline of ddelink
> to do something else ?

Yes

Richard



(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )


=?iso-8859-1?q?Re:_OOpic_and_others_=B5C?= - rtstofer - Feb 19 20:28:04 2008

--- In o...@yahoogroups.com, "rtstofer" wrote:
>
> --- In o...@yahoogroups.com, "michel1312" wrote:
> >
> > Hello,
> > I would like to know if it's possible to mak ethe oopic
communicate
> > with other controler(an arduino in my case).

OK, I gotta ask! If you are using the Arduino, why do you want to use
the OOPic? Even if you just needed more IO than the Arduino Stamp,
it would be cheaper to buy another Stamp than to buy an OOPic.

In either case, Arduino or OOPic, you are forced to do things they
way the designers allow. At some point, it is easier to bite the
bullet, learn C and just use a standard uC.

The OOPic is great at what it does: rapid prototyping. It isn't
great at serial IO or even communicating with other uC's including
another OOPic.

Having never used the Arduino, I'm not sure what it does best but the
Stamp is an interesting device.

There's room in the marketplace for everybody!

Richard



(You need to be a member of oopic -- send a blank email to oopic-subscribe@yahoogroups.com )