Anyone using a portable/handheld oscilloscope/logic analyzer?
Im looking for recommendations of something to pick up.
Ideally with capabilities to hook into python or coding libraries over USB too.
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
Anyone using a portable/handheld oscilloscope/logic analyzer?
Im looking for recommendations of something to pick up.
Ideally with capabilities to hook into python or coding libraries over USB too.
If you want a device that can hook into Python, I would suggest looking at the Analog Devices ADALM2000 device.
https://developer.analog.com/docs/system-level/software/libm2k/index.html
https://analogdevicesinc.github.io/libm2k/sphinx/build/html/examples.html
It's a 2 channel oscilloscope and have found it very useful with a range of other features.
https://developer.analog.com/docs/system-level/tools/m2k/intro.html

If you want a device that can hook into Python, I would suggest looking at the Analog Devices ADALM2000 device.
https://developer.analog.com/docs/system-level/software/libm2k/index.html
https://analogdevicesinc.github.io/libm2k/sphinx/build/html/examples.html
It's a 2 channel oscilloscope and have found it very useful with a range of other features.
https://developer.analog.com/docs/system-level/tools/m2k/intro.html

It's worth mentioning that Scopy is fully open source.