Using the Serial Plotter Tool with an UNO DAQ

With a few code tweaks you can use an UNO and the serial plotter tool like an oscilloscope to examine the power used by another project.

Aug 19, 2016

7885 views

2 respects

Components and supplies

1

Jumper wires (generic)

1

Arduino UNO

Project description

Code

Arduino UNO DAQ with ajustable oversampling intervals

For some reason the link here only takes you to the repositories root directory so click through to view: UNOonly_DAQ_PeaksOrLeakAverage.ino which is relevant here. When using that code, adjust the loop threshold to suit your application, and then change #define OVRsamples 5 to shorten or lengthen the time window displayed in the Serial Plotter window. Remove the analogReference(INTERNAL); line in setup if you need to read voltages larger than 1.1 volts.

/

0
0
Latest commit to the master branch on Invalid date

Comments

Only logged in users can leave comments

EKMallon

0 Followers

0 Projects

Table of contents

Intro

2

0