2021-10-31 00:03:22 索煒達(dá)電子 1320
項目編號:E2018
文件大小:1.23M
源碼說明:帶中文注釋
開發(fā)環(huán)境:Python
簡要概述:
基于樹莓派的0-5V示波器和信號發(fā)生器
1、采用PCF8591作為ADC輸入和DAC輸出
2、使用python開發(fā),基于flask后臺框架,進行web建立,數(shù)據(jù)采集,數(shù)據(jù)轉(zhuǎn)發(fā)等
3、前端基于echart進行波形曲線的顯示
目錄│文件列表:
└ oscilloscope_raspberry
│ apps.py
│ channel.jpg
│ index.jpg
│ json_message.py
│ PCF8591.py
│ requirements.txt
├ .github
│ └ workflows
│ └ main.yml
├ static
│ ├ css
│ │ │ animate.css
│ │ │ bootstrap.css
│ │ │ bootstrap.css.map
│ │ │ icomoon.css
│ │ │ index.html
│ │ │ style.css
│ │ └ style.css.map
│ ├ fonts
│ │ ├ bootstrap
│ │ │ │ glyphicons-halflings-regular.eot
│ │ │ │ glyphicons-halflings-regular.svg
│ │ │ │ glyphicons-halflings-regular.ttf
│ │ │ │ glyphicons-halflings-regular.woff
│ │ │ └ glyphicons-halflings-regular.woff2
│ │ └ icomoon
│ │ │ icomoon.eot
│ │ │ icomoon.svg
│ │ │ icomoon.ttf
│ │ └ icomoon.woff
│ ├ images
│ │ │ cloud6.jpg
│ │ │ favicon.ico
│ │ │ img_bg_1.jpg
│ │ └ loader.gif
│ └ js
│ │ bootstrap.min.js
│ │ drillDown.js
│ │ echarts-all-3.js
│ │ jquery.easing.1.3.js
│ │ jquery.min.js
│ │ jquery.stellar.min.js
│ │ jquery.waypoints.min.js
│ │ main.js
│ │ modernizr-2.6.2.min.js
│ │ respond.min.js
│ └ simplyCountdown.js
└ templates
│ channel.html
└ index.html