RaspberryPiPicoWOLEDOscilloscope

所属分类:嵌入式Linux
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2023-10-19 04:35:51
上 传 者sh-1993
说明:  树莓Pi-Pico OLED双通道示波器,带脉冲发生器、DDS函数发生器和频率计数器,
(Raspberry Pi Pico OLED dual channel oscilloscope with Pulse Generator, DDS Function Generator and Frequency Counter,)

文件列表:
DSC00020.jpg (64724, 2023-11-22)
GOscillo/ (0, 2023-11-22)
GOscillo/DDS_PWM.ino (4917, 2023-11-22)
GOscillo/GOscillo.ino (38931, 2023-11-22)
GOscillo/WebTask.ino (27725, 2023-11-22)
GOscillo/adc_dma.ino (4407, 2023-11-22)
GOscillo/freqduty.ino (4811, 2023-11-22)
GOscillo/pwm.ino (4914, 2023-11-22)
GOscillo/table.ino (20624, 2023-11-22)
LICENSE (35149, 2023-11-22)
RPPicoGOscillo.png (31015, 2023-11-22)
RPPicoGOscillo121.png (30854, 2023-11-22)
RPPicoWEBOLED.png (137967, 2023-11-22)

# RaspberryPiPicoWOLEDOscilloscope Raspberry Pi Pico W dual channel Oscilloscope for OLED and wireless WEB display This displays an oscilloscope screen on a 128x64 OLED and also on the WEB page simultaneusly. The settings are controled by the 5 direction switch and also on the WEB page. You can view the oscilloscope screen on the WEB browser of the PC or the tablet or the smartphone. It contains Pulse Generator, DDS Function Generator and Frequency Counter. The source codes can be compiled for Raspberry Pi Pico (not W) without WEB functions. For WEB operations, edit the source code WebTask.ino and replace your Access Point and the password.
Edit:
const char* ssid = "XXXX";
const char* pass = "YYYY";
To:
const char* ssid = "Your Access Point";
const char* pass = "Your Password";
Develop environment is:
Arduino IDE 1.8.19
Raspberry Pi Pico/RP2040 by Earle F. Philhower, III version 3.4.0
CPU speed 125MHz
Libraries:
Adafruit_SSD1306
Adafruit_SH110X
arduinoFFT by Enrique Condes 1.6.1
Schematics:
Description is here, although it is written in Japanese language: http://harahore.g2.xrea.com/RaspberryPiPico/RPPicoGOscillo.html

近期下载者

相关文件


收藏者