Cherry 发表于 2017-5-12 16:07:23

用gokit2的arduino底板做漂亮的4通道示波器和信号发生器

去年申请的gokit2的arduino底板其实就是个完整的arduino板子,其实可以玩很多东西,一直想要个漂亮的示波器,终于找到这个,看下面的网址:
http://www.instructables.com/id/Oscilloscope-Arduino-Processing/
这个介绍的很详细,简单的说就是给板子烧录程序,然后用A0,A1,A2,A3四个模拟口检测信号,得到的数据通过串口传给电脑,上位机软件展示4路波形,还能量波形。上位机软件做的很漂亮,但不是英文的,自己摸索一下,很简单,有WIN32、64和linux版。可惜没有MAC的。
Download and unzip the Processing program to run on the computer. Choose the correct one below:
- windows 32
- windows 64
- linux 32

我用小黑板给语音板子发指令,是二线模式,总是不知道问题在哪儿,后来用了这个测试,轻松找到了问题。
gokit2的arduino底板用的是ch340的USB转串口驱动,装好后,arduino选UNO板子,下载程序就好,一个字都不用改。
You already have the oscilloscope program running and the Arduino connected to the computer by USB port. Now you have to connect to each other by "serial".
In the "Configurar a serial" (Configure the Serial) box, click "Serial" until theCOMwhere the Arduino is connected appears.(if it did not appear, click " * " to update)
Click "off" to switch to "on"
If everything is correct, the oscilloscope will do a first reading showing the noises because the channels A0 (ch-0), A1 (ch-1), A2 (ch-2) and A3 (ch-3) are not connected to any signal.
In the "Amostragem" (Sampling) box, click "varias" (various) so that the reading is continuous.

程序源码在这里:https://github.com/rogeriobego/o ... loscope_arduino.ino

只是有一个问题,这个程序里用了一个库文件,不是arduino本身自己带的。我找到了,回复可以下载附件,

解压到arduino 的 librarise目录即可编译成功。对了,gokit2要拔掉扩展板才能烧录底板。


firewise 发表于 2017-5-13 23:12:07

好东西,先收藏了,谢谢。

BG7IDJ 发表于 2017-12-16 11:53:02

很好,也想做一个,谢谢分享

D19TCI 发表于 2018-1-4 16:14:21

好东西,附件在那
页: [1]
查看完整版本: 用gokit2的arduino底板做漂亮的4通道示波器和信号发生器