差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
rp_web_scope [2021/12/11 20:46]
gongyusu [基于Pi Pico,使用ESP和MicroPython的无线网络服务器]
rp_web_scope [2021/12/11 20:50] (当前版本)
gongyusu [Web display for Pi Pico oscilloscope]
行 419: 行 419:
 If you are unfamiliar with the process of loading MicroPython onto the Pico, or loading files into the MicroPython filesystem, I suggest you read my previous post. If you are unfamiliar with the process of loading MicroPython onto the Pico, or loading files into the MicroPython filesystem, I suggest you read my previous post.
  
-The source files are available on Github here; you need to load the library file rp_devices.py onto the MicroPython filesystem, then run rp_adc_test.py;​ I normally run this using Thonny, as it simplifies the process of editing, running and debugging the code.+The source files are available on [[https://​github.com/​jbentham/​pico|Github here]]; you need to load the library file rp_devices.py onto the MicroPython filesystem, then run rp_adc_test.py;​ I normally run this using Thonny, as it simplifies the process of editing, running and debugging the code.
  
 In the next part I combine the ADC sampling and the network interface to create a networked oscilloscope with a browser interface. In the next part I combine the ADC sampling and the network interface to create a networked oscilloscope with a browser interface.
  
 +### Web display for Pi Pico oscilloscope
 +参见原文:[[https://​iosoft.blog/​2021/​11/​10/​oscilloscope-display-pi-pico/​|Web display for Pi Pico oscilloscope]]
  
 +### Creating real-time Web graphics with Python
 +[[https://​iosoft.blog/​2019/​02/​26/​python-graphics-svg/​|Creating real-time Web graphics with Python]]