-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add: Impedance testing on board #39
Comments
It would be nice to "automatically"/easily setup the impedance signal from the firmware code. We could define the frequency we wanted for the impedance signal and it would be always on. Even better it would be sending the impedance measurement in the data packet, if possible. link: https://github.com/jpdandrade/OpenBCI_FirmwareV2/blob/master/DefaultBoard/DefaultBoard.ino Thanks for the help. |
@jpdandrade thanks for the code upload. I notice you do not make a call to start streaming. Are you doing that from the driver? |
@aj-ptw yeah my goal was not to code the "start streaming", although it would be interesting to know how to do it as well. |
And you are not seeing the impedance signal at all? Could you post a screen shot of the signal vs. the other signals. This should work as you described of always being on. |
This was what made me think I wasn't doing it right in the code. I don't know if it's asking too much, but it would be great if you could try it and see how to make it work. |
Just putting more wood in the fire:
It seems that the code on board actually makes us have the Fs/4Hz peak (case 1.), but why does the signal behaves like I show in the other cases? This looks strange to me... |
Be able to compute impedance on the board and just send the values to the computer to drastically reduce the time it takes to measure impedances.
The text was updated successfully, but these errors were encountered: