I recently received a Multicomp MP720015 from element14 as part of a contest prize. It's a very nice little unit, but I know nothing about oscilloscopes so it's a learning curve. I mean a learning opportunity
Luckily for me, baldengineer was kind enough to produce a few videos and blogs about the subject! Thank you James! your tutorials are exactly what I needed
So I pulled out an extra Arduino Uno I have here to get the very first basic pattern to test: the Blink sketch.
(I don't recall if I had to speed up the blinking to get this result)
Turns out that gives a nice easy square wave (? is that the term?) to look at. Yay it works!
Then I tried with AnalogWrite, as James did in his video, and all I got was muckymuck garbage to look at. hmm... why?
I gave up that evening as it was getting late, but later realized it was likely because I was using pin D13 which has the built-in LED on it. I specifically used it so I could see the LED at the same time as the scope result, but I think it was affecting the output voltage levels. Yes, I did press the auto-set button a few times without luck.
So today I changed the sketch to use pin 9, and success! I can now see how PWM looks:
I haven't had any luck trying to scope fading with analogWrite, and I don't know if that's a limitation with the scope or with the user :D
Fun start though.
I also tried out the DMM (multimeter) functions, and it appears to be nice, stable, and accurate. It does take much longer to start up than my regular multimeters, so for quick one-off readings I'll likely just use those. For more involved work I can see it being useful especially when also using the scope functions.
-Nico
Top Comments