toggle menu
OpenBCI Forum
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Software
Impedance Check in Python
lpjiang97
December 2017
in
Software
Hello,
I'm trying to write my own impedance checking software in Python but I didn't find such support in the Python Library they provided. Has anyone done this before and can give me some guidance?
Thank you!
Comments
pushtheworld
December 2017
Yup, sure can! I've spent months on getting impedance working just right!
Look at the docs for the NodeJS driver:
https://github.com/OpenBCI/OpenBCI_NodeJS_Cyton#auto-test---using-impedance-to-determine-signal-quality
Then look at some of the functions that are used to do it!
Be sure to update your Cyton to v3.1.0 for a really stable comms system!
lpjiang97
December 2017
Thanks! The part I'm stuck on is that it looks like in their python driver the impedance data is not included:
https://github.com/OpenBCI/OpenBCI_Python/blob/master/open_bci_v3.py
Do you know a good way to solve this problem?
pushtheworld
December 2017
You should add it!
Sign In
or
Register
to comment.
Comments
Look at the docs for the NodeJS driver: https://github.com/OpenBCI/OpenBCI_NodeJS_Cyton#auto-test---using-impedance-to-determine-signal-quality
Then look at some of the functions that are used to do it!
Be sure to update your Cyton to v3.1.0 for a really stable comms system!