hi,
is there a way to connect and use a netduino rgb led module http://www.amazon.com/dp/B007P2PG8W with an arduino?
which connections must I use (spi)? has anyone experiences for this?
thanx
hi,
is there a way to connect and use a netduino rgb led module http://www.amazon.com/dp/B007P2PG8W with an arduino?
which connections must I use (spi)? has anyone experiences for this?
thanx
Hi scorpi,
The RGB LED module uses GoBus virtual I/O.
We just published the spec for GoBus v1.5. If you're interested in helping create an Arduino implementation, drop me a note. You could certainly use it (and any of the other GoBus 1.5+ modules) with your Arduino.
NOTE: GoBus is 3.3V, so you'll want to make sure you use an Arduino Due or voltage level conversion.
Chris
Hi Chris,
the 3,3V is a good hint. I would have tested the SPI with 5V. So I'll be more careful.
Thank you
scorpi