This website requires JavaScript.
Explore
Help
Register
Sign In
jonathan
/
scopething
Watch
1
Star
0
Fork
0
You've already forked scopething
mirror of
https://github.com/jonathanhogg/scopething
synced
2025-07-13 18:52:10 +01:00
Code
Issues
Releases
Wiki
Activity
45
Commits
1
Branch
0
Tags
90683e24dacad6c1978f709a524857a1df3d9db3
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Jonathan Hogg
90683e24da
Default to 3.3V logic levels if only capturing logic signals; neaten use of registers in vm
2017-09-15 13:57:27 +01:00
.gitignore
Scaling (with calibration) and triggering working
2016-10-19 17:33:11 +01:00
LICENSE
Add license; other changes
2016-10-20 16:17:43 +01:00
README.md
Fix bug in calculating SampleAddress that was breaking mixed signal capture
2017-03-30 15:00:59 +01:00
scope.py
Default to 3.3V logic levels if only capturing logic signals; neaten use of registers in vm
2017-09-15 13:57:27 +01:00
streams.py
Move pushback buffer into
vm
so that it will work with other kinds of stream; move stream closing into same for neatness; support cancelling capturing through
asyncio.Task
cancellation
2017-07-26 13:45:23 +01:00
VM registers.xlsx
Scaling (with calibration) and triggering working
2016-10-19 17:33:11 +01:00
vm.py
Default to 3.3V logic levels if only capturing logic signals; neaten use of registers in vm
2017-09-15 13:57:27 +01:00
README.md
ScopeThing
Quick Notes
Only tested against a BitScope Micro (BS05)
Requires Python >3.6 and the
pyserial
package
Also requires
NumPy
and
SciPy
if you want to do analog range calibration
Having
Pandas
is useful for wrapping capture results for further processing
Description
No description provided
Readme
580
KiB