Reply | Reply To: TypeError during connection with Python API

Home Forums Mooshimeter Support TypeError during connection with Python API Reply To: TypeError during connection with Python API

#14759
admin
Keymaster

Ah! Thanks for pointing that out.

I looked at the Example.py script. See the lines that say:

You can mess with those to change the sample rates. Right now it’s set to 125Hz, 256 samples (so about 1 sample/2seconds, just as you observed). sampling:rate 1 would give 250Hz, sampling:rate 2 would give 500Hz, etc. sampling:depth 2 gives buffer depth 128, etc. So if you change to

That should give a sample every 0.5second
~James