Skip to content

An oscilloscope, using arduino and processing

Notifications You must be signed in to change notification settings

alport/arduinoscope

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduinoscope

This is the current version of my Arduino-powered, low-resolution, multi-channel oscilliscope. I made 2 frontends, that both speak firmata, so you will need to install the Firmata firmware on your Arduino (in Arduino IDE: File -> Open -> Examples > Library-Firmata > StandardFirmata.)

It used to run over a simple serial protocol, but I have decided to standardize on Firmata, so I can keep the pin-reading code in the client, and make installation more standardized.

The basic idea with both front-ends is to connect your Arduino running Firmata, and start the front-end.

Standalone

If you don't care about developing the front-end, or don't want to install any dependencies, or do anything other than just have a working oscilliscope, choose the correct "standalone" zip file for your plaform from the downloads section.

Processing

This is a up-to-date port of my original oscilliscope. It is also the source for the stand-alone apps.

If you want to modify the processing front-end, see instructions.

Node/web

This is my new and fovorite GUI for the arduino. You will need to install node.js & npm and follow the instructions for that frontend.

If I can figure out a good way to make a stand-alone no install version of this, I will migrate the stand-alone apps to this front-end.

About

An oscilloscope, using arduino and processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published