Connecting a Cython directly with a Raspberry Pi
Hello,
Are there any resources how to directly (wired) connecting a Cython board with a Raspberry Pi?
There are multiple reasons to do it:
- having a wearable device for neuro feedback with additional sensors on the Raspberry Pi
- using the higher sample rate
- I am more experienced in Python than C++ so want to do the processing with it
- I can make a webinterface that allows controlling the device by every other client like a smartphone or Linux computer.
I have a few ideas how to do it but that will result in a lot of trial and error so I wonder if someone has done this or something similar before and where I can find information about it.
Best regards
Patrick
Comments