Running OpenBCI GUI from Processing - Missing Bracket Error
My team and I want to make our own widget for the OpenBCI GUI. We downloaded the OpenBCI code from Github and Processing from the instructions here: https://docs.openbci.com/Software/OpenBCISoftware/GUIDocs/#running-the-openbci-gui-from-the-processing-ide
When trying to run the OpenBCI code, we get the error "missing right curly bracket '}'" on multiple files. When examining these files, there seem to be no missing curly brackets. How can we fix this error?
Comments
Mentioning Richard @retiutut.
Is it possible that your download of the GUI source was somehow corrupted? Or the source files not installed to the required folders?
William
Issue Resolved: OpenBCI code runs and launches the OPENBCI GUI on Processing 3, not Processing 4 (current version). We downloaded the Processing 3 version on their website.
Thanks. Mentioning Richard @retiutut so that he can log an issue to insert the required Processing 3 version on the doc page,
https://docs.openbci.com/Software/OpenBCISoftware/GUIDocs/#running-the-openbci-gui-from-the-processing-ide
As you discovered currently it says "...download the latest version of Processing..."
We are in the process of moving from Processing 3 to Processing 4, hopefully. I've just requested a change to Processing 4 and it's what the
developmentbranch uses at this time.