Zorro9999

Results 7 comments of Zorro9999

Good evening. Unfortunately, in all versions compiled for 64x-bit systems, the LF hitag sniff read mode could not be started, it allegedly starts, but when trying to read the log...

``` from __future__ import division import picoscope import imp picoscope = imp.reload(picoscope) from picoscope import ps3000a ps3000a = imp.reload(ps3000a) import time if __name__ == "__main__": SERIAL_NUM = 'AT635/230\x00' ps =...

The most interesting thing is if you use functions like ps.flashLed (10) then the picoscope fulfills this function correctly, but when specifying, let's say ``` ps.setChannel (channel = "A", coupling...

Yes, the launch in jupiter python is true. I have restarted many times. It produces exactly such errors. operating system 64 bit, installed from the picoscope from the site. By...

Good day. The original program from the picoscope and the picoscope itself works. The picopitone library is installed and some of the things from this library work. I gave code...

No . Unfortunately, I am only new to python.

Thanks for the link. Now I tried to install the original library from this branch https://github.com/picotech/picosdk-python-wrappers And fulfilled their examples. Everything works and graphs are built. Of course, I would...