schematic circuit for arduino scope??

Asked by Xyn

hello.

I'm really interested in implementing "arduino scope", but I can not find the schematic circuit may publish, or send it to me?

I'm also interested to translate the package into Spanish, in which case I'm working right now

Question information

Language:
English Edit question
Status:
Solved
For:
Arduino Scope Edit question
Assignee:
Steffen Kockel Edit question
Solved by:
Steffen Kockel
Solved:
Last query:
Last reply:
Revision history for this message
Best Steffen Kockel (groovecubes) said :
#1

The Arduino Scope is a software, mainly written for Ubuntu and a corresponding "firmware" that works with an arduino microcontroller. You can find some shematics in the help pages, but basicly the six A/D converters on the arduino are used to get a signal.

Note: The sampling frequency is not very hight (effectively about 30KHz), but you can visualize the PWM signals, that the arduino can generate.

Further limitations are:
- its a sample-and-hold digital oscilloscope. Don't expect any live graphs.
- sometimes the arduino hangs and it takes a while to grab the samples.

This is actually a toy software, but the graphs you are should see, are calculated correctly. Enjoy!

Revision history for this message
Xyn (oswaldovillarroel) said :
#2

Thanks Steffen Kockel, that solved my question.