Raspberry guide to advanced examples

Greetings everyone

we are developing some small prototypes in our lab
where to test the opportunities given by an open hybrid framework

we have been able in using the raspberry initial guide
and setting up the “bird example”…
What next?
Looking into the Learn section of http://openhybrid.org/, it looks like that the “advanced” examples
are only arduino oriented

is there any guide in order to learn how to obtain the I/O Points example with a raspberry?

thanks for your support

Steve

Hi,

To create I/O points on the pi you will probably have to create your own hardware interface. That’s pretty straightforward. You can look here for some information. Additionally you can look at the already implemented hardware interfaces here. There is one for the pi which is pretty basic and let’s you access the GPIO pins but for more complex applications you will probably have to create your own hardware interface. But this should give you a good idea on how to start.

2 Likes

Thank you Carsten

will play with those interfaces

Steve