Jump to content

Integrating I2C sensors


Dancho

Recommended Posts

I2C is not a native protocol for the UniStream. Typically it's used for 2 wire communications between  EEPROMs, A/D and D/A converters, I/O interfaces.  It's synchronous, so there's a shared clock which is controlled by the Master.    If the master is the UniStream I suppose you could use I?O to do it using a clock pulse from an output and an input that feeds to an array of bits that you shift every clock pulse.    

 

You'd have to code it all though so could be very time consuming, your probably better off looking for a third party device that can convert to serial or other.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.