Sending data to cloud
I'm working on a project to read EEG and ECG signal and transferring this data collected to cloud. I don't want to use the Open-BCI GUI so I want to extract and process the data with brain wave library. Is it possible to interface the Cyton board with a raspberry pi so that I can send data to cloud with the raspberry @wjcroft.
Comments
Hi Dleksy,
Yes, you can write your own data collection program using Python or other languages,
https://brainflow.org/
https://brainflow.readthedocs.io/en/stable/Examples.html
Then there are other libraries that allow you to store that data stream onto cloud file servers.
https://www.google.com/search?q=python+store+data+in+cloud
https://www.google.com/search?q=python+store+data+in+aws
https://www.google.com/search?q=python+store+data+in+google+drive
There may also be servers targeted specifically for biosignal data,
https://www.google.com/search?q=python+store+eeg+data+in+server
I believe that to use Brainflow on Raspberry, it is recommended to build the library from source code, ON the Raspberry, to get full Pi compatibility. The pre-built library may not run on the Pi.
Your Cyton dongle plugs directly into the Pi USB host port.
William
Alright thanks
Pls , How can I use arduino in this instance, because i want to communicating to the cloud with a sim 800L module @wjcroft
You need to use the Raspberry Pi, because it has the USB host ports to plug the dongle into. It also will support Brainflow.
Arduino's will do neither of these.
https://www.google.com/search?q=sim800L+with+raspberry+pi