【E2018】基于树莓派的0-5V示波器和信号发生器

2021-10-31 00:03:22      索炜达电子      865     

项目编号:E2018

文件大小:1.23M

源码说明:带中文注释

开发环境:Python

简要概述:

基于树莓派的0-5V示波器和信号发生器

1、采用PCF8591作为ADC输入和DAC输出

2、使用python开发,基于flask后台框架,进行web建立,数据采集,数据转发等

3、前端基于echart进行波形曲线的显示

【E2018】基于树莓派的0-5V示波器和信号发生器

【E2018】基于树莓派的0-5V示波器和信号发生器

目录│文件列表:

 └ 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

TAG树莓派
  • 9 次
  • 1 分