├── README.md ├── docs ├── .gitignore ├── 404.html ├── CNAME ├── Gemfile ├── Gemfile.lock ├── TOC.md ├── _config.yml ├── _drafts │ └── 2021-09-06-welcome-to-jekyll.markdown ├── _includes │ ├── glossary-links.md │ ├── scoppy-links.md │ ├── see-also.md │ └── wifi-links.md ├── _layouts │ └── forward.html ├── about.markdown ├── app-help │ ├── Channels-Logic-Analyzer.md │ ├── Channels-Oscilloscope.md │ ├── Cursors.md │ ├── FFT.md │ ├── Firmware-Settings.md │ ├── Horizontal-Position.md │ ├── Horizontal-Scale.md │ ├── Measurements.md │ ├── Oscilloscope-Screen.md │ ├── Oscilloscope-and-Logic-Analyzer-Modes.md │ ├── Run-Mode.md │ ├── Sample-Rate.md │ ├── Settings.md │ ├── Signal-Generator.md │ ├── Trigger-Logic-Analyzer.md │ ├── Trigger-Oscilloscope.md │ ├── Upgrade-To-Premium.md │ ├── Vertical-Position.md │ ├── Vertical-Scale.md │ ├── Voltage-Ranges.md │ ├── WiFi-Connection-Settings.md │ ├── XY.md │ ├── firmware-channel-settings.md │ ├── firmware-connection-settings.md │ ├── firmware-gpio-settings.md │ ├── images │ │ ├── app-mode-buttons.jpg │ │ ├── both-channels-enabled.png │ │ ├── enable-channels.png │ │ ├── horz-pos-button.jpg │ │ ├── horz-pos-dialog.jpg │ │ ├── horz-pos-plus-minus.jpg │ │ ├── measurements-snapshot.jpg │ │ ├── on-screen-measurements-dialog.jpg │ │ ├── on-screen-measurements.jpg │ │ ├── run-buttons-on-main-menu.jpg │ │ ├── running.jpg │ │ ├── sample-rate-menu.jpg │ │ ├── stopped.jpg │ │ ├── time-div-button.jpg │ │ ├── time-div-dialog.jpg │ │ ├── timebase-plus-minus.jpg │ │ ├── timebase-slider.jpg │ │ ├── trigger-badge-channel.jpg │ │ ├── trigger-badge-level.jpg │ │ ├── trigger-badge-type.jpg │ │ ├── trigger-channel-buttons.jpg │ │ ├── trigger-level-plus-minus.jpg │ │ ├── trigger-type-buttons.jpg │ │ ├── vertical-position-dialog.jpg │ │ ├── vertical-position-plus-minus.jpg │ │ ├── volts-div-dialog.jpg │ │ └── volts-div-plus-minus.jpg │ ├── index.md │ ├── math.md │ ├── rp2040-max-sample-rate-setting.md │ └── rp2040-settings.md ├── downloads │ └── readme.txt ├── dso-500k.md ├── dso-500k.md.bak ├── dso500k-u.md ├── favicon.ico ├── free-upgrade-500k.md ├── googlefdeab87afcc81a8c.html ├── index.md ├── index.md.bak ├── serve.sh ├── upgrade │ └── elecrow-code.md └── wiki │ ├── About-Scoppy-on-the-Pico-W.md │ ├── Analog-Front-End-Examples.md │ ├── Analog-Front-End.md │ ├── Cursors.md │ ├── GPIOs.md │ ├── Gallery-2.md │ ├── Gallery.md │ ├── Getting-started-with-the-Pico-W.md │ ├── Glossary.md │ ├── Installation-&-Getting-Started.md │ ├── ReleaseNotes.md │ ├── Signal-Generator.html │ ├── Using-the-App.md │ ├── Vertical-Calibration.md │ ├── WiFi-How-To.md │ ├── WiFi-Troubleshooting.md │ ├── assets │ └── img │ │ ├── ad-banner-1.jpg │ │ ├── connection-badge.jpg │ │ ├── frontend-119 │ │ ├── higher-sensitivity.png │ │ └── low-sensitivity.png │ │ └── fscope250k5-v2 │ │ ├── dimensions_fscope-500k-v2_rev3.png │ │ └── fscope-250k5-v2-assembled.jpg │ ├── erase-flash.md │ ├── firmware-versions.md │ ├── front-end-design-1.md │ ├── front-end-design-2.md │ ├── front-end-design-3.md │ ├── front-end-design-4.md │ ├── fscope-250k-rev2.md │ ├── fscope-250k5-v2.md │ ├── fscope-500k.md │ ├── fscope-dso-500k-4b-unpopulated.md │ ├── fscope-dso-500k-dimensions.md │ ├── fscope-dso-500k-enclosures.md │ ├── fscope-dso-500k-v2-usage.md │ ├── img │ ├── app │ │ ├── usb-connection-type-disconnected.png │ │ └── usb-ok.png │ └── rp2040 │ │ ├── fft-1khz-0_5.jpg │ │ ├── fft-1khz-1_3.jpg │ │ ├── fft-1khz-2_0.jpg │ │ ├── sine-1khz-0_5.jpg │ │ ├── sine-1khz-1_3.jpg │ │ ├── sine-1khz-2_0-annotated.jpg │ │ ├── sine-200khz-tlv9062-0_5.jpg │ │ ├── sine-200khz-tlv9062-1_3.jpg │ │ ├── sine-200khz-tlv9062-2_0.jpg │ │ ├── square-30khz-0_5.jpg │ │ └── square-30khz-2_0.jpg │ └── rp2040-max-sample-rate-test-results.md └── images ├── 20210808-uno-i2c-1.jpg ├── development1.jpg ├── diyscope-phone-sine-square-1024w.jpg ├── frontend-119 ├── 119-bb.png └── 119-sch.png ├── frontend1 ├── bb2.png ├── schematic.png └── voltage-range.png ├── frontend2 ├── bb.png └── schematic.png ├── frontend3 ├── bb.png └── schematic.png ├── logic-analyzer-demo.jpg ├── phone-breadboard-pico-afe.jpg ├── phone-scoppy-v2-test-signal-1.jpg ├── phone-scoppy-v2-test-signal-2.jpg ├── scoppy-v2-running-2ch.jpg ├── scoppy-v2-single-capture.jpg ├── screenshot_fft-2ch.jpg ├── screenshot_fft-square.jpg ├── screenshot_xy-yt.jpg └── ui-with-labels.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/README.md -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | oscilloscope.fhdm.xyz -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/Gemfile.lock -------------------------------------------------------------------------------- /docs/TOC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/TOC.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_drafts/2021-09-06-welcome-to-jekyll.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_drafts/2021-09-06-welcome-to-jekyll.markdown -------------------------------------------------------------------------------- /docs/_includes/glossary-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_includes/glossary-links.md -------------------------------------------------------------------------------- /docs/_includes/scoppy-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_includes/scoppy-links.md -------------------------------------------------------------------------------- /docs/_includes/see-also.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_includes/see-also.md -------------------------------------------------------------------------------- /docs/_includes/wifi-links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_includes/wifi-links.md -------------------------------------------------------------------------------- /docs/_layouts/forward.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/_layouts/forward.html -------------------------------------------------------------------------------- /docs/about.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/about.markdown -------------------------------------------------------------------------------- /docs/app-help/Channels-Logic-Analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Channels-Logic-Analyzer.md -------------------------------------------------------------------------------- /docs/app-help/Channels-Oscilloscope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Channels-Oscilloscope.md -------------------------------------------------------------------------------- /docs/app-help/Cursors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Cursors.md -------------------------------------------------------------------------------- /docs/app-help/FFT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/FFT.md -------------------------------------------------------------------------------- /docs/app-help/Firmware-Settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Firmware-Settings.md -------------------------------------------------------------------------------- /docs/app-help/Horizontal-Position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Horizontal-Position.md -------------------------------------------------------------------------------- /docs/app-help/Horizontal-Scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Horizontal-Scale.md -------------------------------------------------------------------------------- /docs/app-help/Measurements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Measurements.md -------------------------------------------------------------------------------- /docs/app-help/Oscilloscope-Screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Oscilloscope-Screen.md -------------------------------------------------------------------------------- /docs/app-help/Oscilloscope-and-Logic-Analyzer-Modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Oscilloscope-and-Logic-Analyzer-Modes.md -------------------------------------------------------------------------------- /docs/app-help/Run-Mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Run-Mode.md -------------------------------------------------------------------------------- /docs/app-help/Sample-Rate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Sample-Rate.md -------------------------------------------------------------------------------- /docs/app-help/Settings.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Settings 3 | --- 4 | 5 |
6 | {% include see-also.md %} 7 | -------------------------------------------------------------------------------- /docs/app-help/Signal-Generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Signal-Generator.md -------------------------------------------------------------------------------- /docs/app-help/Trigger-Logic-Analyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Trigger-Logic-Analyzer.md -------------------------------------------------------------------------------- /docs/app-help/Trigger-Oscilloscope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Trigger-Oscilloscope.md -------------------------------------------------------------------------------- /docs/app-help/Upgrade-To-Premium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Upgrade-To-Premium.md -------------------------------------------------------------------------------- /docs/app-help/Vertical-Position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Vertical-Position.md -------------------------------------------------------------------------------- /docs/app-help/Vertical-Scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Vertical-Scale.md -------------------------------------------------------------------------------- /docs/app-help/Voltage-Ranges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/Voltage-Ranges.md -------------------------------------------------------------------------------- /docs/app-help/WiFi-Connection-Settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/WiFi-Connection-Settings.md -------------------------------------------------------------------------------- /docs/app-help/XY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/XY.md -------------------------------------------------------------------------------- /docs/app-help/firmware-channel-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/firmware-channel-settings.md -------------------------------------------------------------------------------- /docs/app-help/firmware-connection-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/firmware-connection-settings.md -------------------------------------------------------------------------------- /docs/app-help/firmware-gpio-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/firmware-gpio-settings.md -------------------------------------------------------------------------------- /docs/app-help/images/app-mode-buttons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/app-mode-buttons.jpg -------------------------------------------------------------------------------- /docs/app-help/images/both-channels-enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/both-channels-enabled.png -------------------------------------------------------------------------------- /docs/app-help/images/enable-channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/enable-channels.png -------------------------------------------------------------------------------- /docs/app-help/images/horz-pos-button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/horz-pos-button.jpg -------------------------------------------------------------------------------- /docs/app-help/images/horz-pos-dialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/horz-pos-dialog.jpg -------------------------------------------------------------------------------- /docs/app-help/images/horz-pos-plus-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/horz-pos-plus-minus.jpg -------------------------------------------------------------------------------- /docs/app-help/images/measurements-snapshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/measurements-snapshot.jpg -------------------------------------------------------------------------------- /docs/app-help/images/on-screen-measurements-dialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/on-screen-measurements-dialog.jpg -------------------------------------------------------------------------------- /docs/app-help/images/on-screen-measurements.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/on-screen-measurements.jpg -------------------------------------------------------------------------------- /docs/app-help/images/run-buttons-on-main-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/run-buttons-on-main-menu.jpg -------------------------------------------------------------------------------- /docs/app-help/images/running.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/running.jpg -------------------------------------------------------------------------------- /docs/app-help/images/sample-rate-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/sample-rate-menu.jpg -------------------------------------------------------------------------------- /docs/app-help/images/stopped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/stopped.jpg -------------------------------------------------------------------------------- /docs/app-help/images/time-div-button.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/time-div-button.jpg -------------------------------------------------------------------------------- /docs/app-help/images/time-div-dialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/time-div-dialog.jpg -------------------------------------------------------------------------------- /docs/app-help/images/timebase-plus-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/timebase-plus-minus.jpg -------------------------------------------------------------------------------- /docs/app-help/images/timebase-slider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/timebase-slider.jpg -------------------------------------------------------------------------------- /docs/app-help/images/trigger-badge-channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/trigger-badge-channel.jpg -------------------------------------------------------------------------------- /docs/app-help/images/trigger-badge-level.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/trigger-badge-level.jpg -------------------------------------------------------------------------------- /docs/app-help/images/trigger-badge-type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/trigger-badge-type.jpg -------------------------------------------------------------------------------- /docs/app-help/images/trigger-channel-buttons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/trigger-channel-buttons.jpg -------------------------------------------------------------------------------- /docs/app-help/images/trigger-level-plus-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/trigger-level-plus-minus.jpg -------------------------------------------------------------------------------- /docs/app-help/images/trigger-type-buttons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/trigger-type-buttons.jpg -------------------------------------------------------------------------------- /docs/app-help/images/vertical-position-dialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/vertical-position-dialog.jpg -------------------------------------------------------------------------------- /docs/app-help/images/vertical-position-plus-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/vertical-position-plus-minus.jpg -------------------------------------------------------------------------------- /docs/app-help/images/volts-div-dialog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/volts-div-dialog.jpg -------------------------------------------------------------------------------- /docs/app-help/images/volts-div-plus-minus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/images/volts-div-plus-minus.jpg -------------------------------------------------------------------------------- /docs/app-help/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/index.md -------------------------------------------------------------------------------- /docs/app-help/math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/math.md -------------------------------------------------------------------------------- /docs/app-help/rp2040-max-sample-rate-setting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/rp2040-max-sample-rate-setting.md -------------------------------------------------------------------------------- /docs/app-help/rp2040-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/app-help/rp2040-settings.md -------------------------------------------------------------------------------- /docs/downloads/readme.txt: -------------------------------------------------------------------------------- 1 | This directory is not used anymore. 2 | -------------------------------------------------------------------------------- /docs/dso-500k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/dso-500k.md -------------------------------------------------------------------------------- /docs/dso-500k.md.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/dso-500k.md.bak -------------------------------------------------------------------------------- /docs/dso500k-u.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/dso500k-u.md -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/free-upgrade-500k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/free-upgrade-500k.md -------------------------------------------------------------------------------- /docs/googlefdeab87afcc81a8c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/googlefdeab87afcc81a8c.html -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/index.md.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/index.md.bak -------------------------------------------------------------------------------- /docs/serve.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | bundle exec jekyll serve 3 | -------------------------------------------------------------------------------- /docs/upgrade/elecrow-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/upgrade/elecrow-code.md -------------------------------------------------------------------------------- /docs/wiki/About-Scoppy-on-the-Pico-W.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/About-Scoppy-on-the-Pico-W.md -------------------------------------------------------------------------------- /docs/wiki/Analog-Front-End-Examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Analog-Front-End-Examples.md -------------------------------------------------------------------------------- /docs/wiki/Analog-Front-End.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Analog-Front-End.md -------------------------------------------------------------------------------- /docs/wiki/Cursors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Cursors.md -------------------------------------------------------------------------------- /docs/wiki/GPIOs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/GPIOs.md -------------------------------------------------------------------------------- /docs/wiki/Gallery-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Gallery-2.md -------------------------------------------------------------------------------- /docs/wiki/Gallery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Gallery.md -------------------------------------------------------------------------------- /docs/wiki/Getting-started-with-the-Pico-W.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Getting-started-with-the-Pico-W.md -------------------------------------------------------------------------------- /docs/wiki/Glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Glossary.md -------------------------------------------------------------------------------- /docs/wiki/Installation-&-Getting-Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Installation-&-Getting-Started.md -------------------------------------------------------------------------------- /docs/wiki/ReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/ReleaseNotes.md -------------------------------------------------------------------------------- /docs/wiki/Signal-Generator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Signal-Generator.html -------------------------------------------------------------------------------- /docs/wiki/Using-the-App.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Using-the-App.md -------------------------------------------------------------------------------- /docs/wiki/Vertical-Calibration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/Vertical-Calibration.md -------------------------------------------------------------------------------- /docs/wiki/WiFi-How-To.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/WiFi-How-To.md -------------------------------------------------------------------------------- /docs/wiki/WiFi-Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/WiFi-Troubleshooting.md -------------------------------------------------------------------------------- /docs/wiki/assets/img/ad-banner-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/assets/img/ad-banner-1.jpg -------------------------------------------------------------------------------- /docs/wiki/assets/img/connection-badge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/assets/img/connection-badge.jpg -------------------------------------------------------------------------------- /docs/wiki/assets/img/frontend-119/higher-sensitivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/assets/img/frontend-119/higher-sensitivity.png -------------------------------------------------------------------------------- /docs/wiki/assets/img/frontend-119/low-sensitivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/assets/img/frontend-119/low-sensitivity.png -------------------------------------------------------------------------------- /docs/wiki/assets/img/fscope250k5-v2/dimensions_fscope-500k-v2_rev3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/assets/img/fscope250k5-v2/dimensions_fscope-500k-v2_rev3.png -------------------------------------------------------------------------------- /docs/wiki/assets/img/fscope250k5-v2/fscope-250k5-v2-assembled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/assets/img/fscope250k5-v2/fscope-250k5-v2-assembled.jpg -------------------------------------------------------------------------------- /docs/wiki/erase-flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/erase-flash.md -------------------------------------------------------------------------------- /docs/wiki/firmware-versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/firmware-versions.md -------------------------------------------------------------------------------- /docs/wiki/front-end-design-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/front-end-design-1.md -------------------------------------------------------------------------------- /docs/wiki/front-end-design-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/front-end-design-2.md -------------------------------------------------------------------------------- /docs/wiki/front-end-design-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/front-end-design-3.md -------------------------------------------------------------------------------- /docs/wiki/front-end-design-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/front-end-design-4.md -------------------------------------------------------------------------------- /docs/wiki/fscope-250k-rev2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-250k-rev2.md -------------------------------------------------------------------------------- /docs/wiki/fscope-250k5-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-250k5-v2.md -------------------------------------------------------------------------------- /docs/wiki/fscope-500k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-500k.md -------------------------------------------------------------------------------- /docs/wiki/fscope-dso-500k-4b-unpopulated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-dso-500k-4b-unpopulated.md -------------------------------------------------------------------------------- /docs/wiki/fscope-dso-500k-dimensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-dso-500k-dimensions.md -------------------------------------------------------------------------------- /docs/wiki/fscope-dso-500k-enclosures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-dso-500k-enclosures.md -------------------------------------------------------------------------------- /docs/wiki/fscope-dso-500k-v2-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/fscope-dso-500k-v2-usage.md -------------------------------------------------------------------------------- /docs/wiki/img/app/usb-connection-type-disconnected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/app/usb-connection-type-disconnected.png -------------------------------------------------------------------------------- /docs/wiki/img/app/usb-ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/app/usb-ok.png -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/fft-1khz-0_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/fft-1khz-0_5.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/fft-1khz-1_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/fft-1khz-1_3.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/fft-1khz-2_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/fft-1khz-2_0.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/sine-1khz-0_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/sine-1khz-0_5.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/sine-1khz-1_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/sine-1khz-1_3.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/sine-1khz-2_0-annotated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/sine-1khz-2_0-annotated.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/sine-200khz-tlv9062-0_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/sine-200khz-tlv9062-0_5.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/sine-200khz-tlv9062-1_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/sine-200khz-tlv9062-1_3.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/sine-200khz-tlv9062-2_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/sine-200khz-tlv9062-2_0.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/square-30khz-0_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/square-30khz-0_5.jpg -------------------------------------------------------------------------------- /docs/wiki/img/rp2040/square-30khz-2_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/img/rp2040/square-30khz-2_0.jpg -------------------------------------------------------------------------------- /docs/wiki/rp2040-max-sample-rate-test-results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/docs/wiki/rp2040-max-sample-rate-test-results.md -------------------------------------------------------------------------------- /images/20210808-uno-i2c-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/20210808-uno-i2c-1.jpg -------------------------------------------------------------------------------- /images/development1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/development1.jpg -------------------------------------------------------------------------------- /images/diyscope-phone-sine-square-1024w.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/diyscope-phone-sine-square-1024w.jpg -------------------------------------------------------------------------------- /images/frontend-119/119-bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend-119/119-bb.png -------------------------------------------------------------------------------- /images/frontend-119/119-sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend-119/119-sch.png -------------------------------------------------------------------------------- /images/frontend1/bb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend1/bb2.png -------------------------------------------------------------------------------- /images/frontend1/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend1/schematic.png -------------------------------------------------------------------------------- /images/frontend1/voltage-range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend1/voltage-range.png -------------------------------------------------------------------------------- /images/frontend2/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend2/bb.png -------------------------------------------------------------------------------- /images/frontend2/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend2/schematic.png -------------------------------------------------------------------------------- /images/frontend3/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend3/bb.png -------------------------------------------------------------------------------- /images/frontend3/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/frontend3/schematic.png -------------------------------------------------------------------------------- /images/logic-analyzer-demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/logic-analyzer-demo.jpg -------------------------------------------------------------------------------- /images/phone-breadboard-pico-afe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/phone-breadboard-pico-afe.jpg -------------------------------------------------------------------------------- /images/phone-scoppy-v2-test-signal-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/phone-scoppy-v2-test-signal-1.jpg -------------------------------------------------------------------------------- /images/phone-scoppy-v2-test-signal-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/phone-scoppy-v2-test-signal-2.jpg -------------------------------------------------------------------------------- /images/scoppy-v2-running-2ch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/scoppy-v2-running-2ch.jpg -------------------------------------------------------------------------------- /images/scoppy-v2-single-capture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/scoppy-v2-single-capture.jpg -------------------------------------------------------------------------------- /images/screenshot_fft-2ch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/screenshot_fft-2ch.jpg -------------------------------------------------------------------------------- /images/screenshot_fft-square.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/screenshot_fft-square.jpg -------------------------------------------------------------------------------- /images/screenshot_xy-yt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/screenshot_xy-yt.jpg -------------------------------------------------------------------------------- /images/ui-with-labels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhdm-dev/scoppy/HEAD/images/ui-with-labels.png --------------------------------------------------------------------------------