Arduino Oscilloscope: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Intro=
Arduino can be used readily as an oscilloscope using a simple arduino program and a simple interface using a [[Processing]] program.
=More=
*A poor man's oscilloscope is an Arduino connected via USB to a computer which uses a Processing code running on your computer - https://www.build-electronic-circuits.com/arduino-oscilloscope/
*A poor man's oscilloscope is an Arduino connected via USB to a computer which uses a Processing code running on your computer - https://www.build-electronic-circuits.com/arduino-oscilloscope/
*Using a Complex Programmable Logic Device (like FPGA but simpler) Arduino shield - [https://www.build-electronic-circuits.com/arduino-oscilloscope/]
*Using a Complex Programmable Logic Device (like FPGA but simpler) Arduino shield - [https://www.build-electronic-circuits.com/arduino-oscilloscope/]
*From scratch by a physics guy - not complete - [http://www.instructables.com/id/Girino-Fast-Arduino-Oscilloscope/]
*From scratch by a physics guy - not complete - [http://www.instructables.com/id/Girino-Fast-Arduino-Oscilloscope/]
*Using Processing with good visual interface, 4 channel - [https://www.youtube.com/watch?v=aw_kyDAiNak]
*Using Processing with good visual interface, 4 channel - [https://www.youtube.com/watch?v=aw_kyDAiNak]

Revision as of 19:18, 12 May 2018

Intro

Arduino can be used readily as an oscilloscope using a simple arduino program and a simple interface using a Processing program.

More

  • A poor man's oscilloscope is an Arduino connected via USB to a computer which uses a Processing code running on your computer - https://www.build-electronic-circuits.com/arduino-oscilloscope/
  • Using a Complex Programmable Logic Device (like FPGA but simpler) Arduino shield - [1]
  • From scratch by a physics guy - not complete - [2]
  • Using Processing with good visual interface, 4 channel - [3]