Default Avatar

jctaylor

jctaylor

About

Username
jctaylor
Location
Canada
Joined
Visits
134
Last Active
Roles
Member
Location
Canada

Comments

  • Okay - so the code fix was relatively painless. The LSL software treats any command line entry starting with / as being a command to the LSL. So I just added if ('M' == s[0]): s = s[1:] at line 285 of streamerlsl.py and used a code of "M/3…
  • Hi William, Thanks for the archive lead. I think I might be able to modify one of the lib files to achieve what I need. I'll update when/if I've made progress. Worst case scenario, I will have one of our IT-like people help me do the firmware mo…
  • Welp - it appears that the openbci_lsl can't send the /3 to the board. It responds to other commands (? and V, for example), but doesn't recognize /3 // or any variant thereof. The board firmware version is 3.something.something so I assume the i…
  • Hello again, Thanks for your clarifications (and the mention in the other thread). Okay - the plan is to try sending the D11 digital stream to the aux channels in the morning. As I understand it, I can do that by sending "/3" in the console windo…
  • Oh - okay. I didn't realize that D11 was sent to the AUX channels in digital mode. If I recall correctly, recent firmware (I'll have to check the version, but I'm pretty sure mine is current enough, as it's from 2020 or so) automatically sets the …
  • Hi William and RW, Thank you for your responses! RW: I'm glad to hear that the WifiShield is back on the planned releases list. I'm not using the GUI, so the code error wasn't really affecting me. EEGlab combined with LabStreamingLayer give me c…
  • Hi William, You are right - I see a prominent spike around 60 Hz in the FFT of the data. Filtering to the 0.1Hz - 30 Hz range yielded a much more reasonable set of channel plots. Now I can start sampling a longer series and try creating averaged …
  • William, Thank you very much for your comment! I wondered about wall current, but the blobs only appeared about 5-6 per second so thought it must be something else. I also thought that with the headset working off battery, wall current wouldn't b…
  • Hi William, Ack - yes, thank you for the correction on which board I was referring to. I think 10 minutes should be manageable. I guess if things prove otherwise I can look at a second board set. The tape is a good idea as well - thanks for that…