I was checking Kickstarter today and found this: https://www.kickstarter.com/projects/land-boards/pisoc?ref=home_recs.
The project incorporates PSOC 5LP from Cypress on a custom hat. What do you think?
I was checking Kickstarter today and found this: https://www.kickstarter.com/projects/land-boards/pisoc?ref=home_recs.
The project incorporates PSOC 5LP from Cypress on a custom hat. What do you think?
During forget me not design challenge Christian have sent rpisoc boards that uses i2c of RPI for communication.. And powerful APIs are available for access multiple blocks of psoc5lp...
I messed around with that yesterday and in a few minutes got I2C working between the Pi and the PSOC. Documented here. The Pi is set up as the Master and the PSOC as the slave. Nice easy way to drop data between the two.
I messed around with that yesterday and in a few minutes got I2C working between the Pi and the PSOC. Documented here. The Pi is set up as the Master and the PSOC as the slave. Nice easy way to drop data between the two.