sending 'v' as a command
in Wifi Shield
Hello,
thanks for the amazing dev on the card and the shield.
i made a python class to retrieve data via mqtt, and it seems to be working fine.
However, when i try to change fs, i run into an issue.
I first send '~5' for example to switch the fs, then according to the doc, i understand that i should send a soft reset 'v'
when i do this, i see the card resetting, however, it blocks my resuqest.
did anyone run into this by chance?
Thanks
Remy
r = requests.post('http://' + self.ipOpenbci + '/command', json={"command": 'v'})
Comments
@remy Python command pass through example https://github.com/OpenBCI/OpenBCI_Python/blob/master/open_bci_wifi.py#L220
I am looking for a docs summary of available commands for the cyton+daisy, commands for changing basic sampling/channels parameters.
is it possible to have a link to the documentation about all possible commands for changing the parameters of the cyton+daisy boards (e.g sampling, channel params etc.).
I may have missed the link, though i looked around and found some tips about how to test noise, check the "square wave" signal on SD card (for cross-checking the sampling?).
thanks
tzvetomir
in case others miss it, it is here : http://docs.openbci.com/OpenBCI Software/04-OpenBCI_Cyton_SDK
Actually, I'll talk to you soon over on the OpenBCI_GUI Issues.
http://openbci-1234.local/command?command=v
I just need to figure out how to get these args on a get request.