Page 1 of 1

Re: IO Expansion methods

Posted: Sun Jan 08, 2017 9:04 pm
by rimai
You got the wrong version.
The new I/O modules are version 2.2.
I updated the download page with the v2.2 eagle files.
They no longer use 328p. They use PCF8574 as I mentioned above.

Re: IO Expansion methods

Posted: Mon Jan 09, 2017 9:23 am
by Diverjoe
I read about the PCF8574 chip on TI's site. Seems straight forward - less complex than using the 328P. But the question remains. How do I get more than just an on/off value from it?

BTW - I cannot seem to locate the 2.2 eagle files for IO on the download page. :-(

Re: IO Expansion methods

Posted: Mon Jan 09, 2017 10:48 am
by rimai
What do you mean as more than on/off?
Try refreshing the browser.

IO Expansion methods

Posted: Thu Jan 19, 2017 3:30 pm
by Diverjoe
Like
X = analogRead( i2cio-pin1)

Also didn't find newer Eagle files

And how do you send data to pin 1 vs pin3? I get the example above except for this.

Sent from my iPhone using Tapatalk

Re: IO Expansion methods

Posted: Thu Jan 19, 2017 6:07 pm
by rimai
No. For reading, just use the code I posted before:
http://forum.reefangel.com/viewtopic.php?p=54240#p54240

Re: IO Expansion methods

Posted: Thu Jan 19, 2017 7:05 pm
by Diverjoe
rimai wrote:No. For reading, just use the code I posted before:
http://forum.reefangel.com/viewtopic.php?p=54240#p54240
Not sure how I missed the 0 in channel.


Sent from my iPhone using Tapatalk