Re: [PD] Reading i2c in pd

2010-04-08 Thread Hans-Christoph Steiner
Implement the i2c stuff in Pduino? I don't really know how it should look since I haven't ever used I2C. It won't be technically hard, its more about representing the I2C messages so that they make sense .hc Marco Donnarumma wrote: > Ok, I would be glad to help too, although my competences in t

Re: [PD] Reading i2c in pd

2010-04-07 Thread Marco Donnarumma
Ok, I would be glad to help too, although my competences in the topic are quiet scarce. What can i do for you, Hans? M On Wed, Apr 7, 2010 at 9:40 PM, Hans-Christoph Steiner wrote: > > I haven't implemented any of the I2C stuff myself, but I don't think it > would be hard. I'd be happy to hel

Re: [PD] Reading i2c in pd

2010-04-07 Thread Hans-Christoph Steiner
I haven't implemented any of the I2C stuff myself, but I don't think it would be hard. I'd be happy to help where I can. I have never used I2C so I cant do it. .hc On Apr 7, 2010, at 4:00 PM, Marco Donnarumma wrote: Hi folks, how can i read I2C data from Arduino digital pins into Pduin

[PD] Reading i2c in pd

2010-04-07 Thread Marco Donnarumma
Hi folks, how can i read I2C data from Arduino digital pins into Pduino? I couldn't find hints on the list. It looks like it is still not implemented? Or am I missing something? I'm trying to use an accelerometer Memsic2125, which outputs x-axis and y-axis acceleration data to Arduino digital pin.