<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Learning to &amp;#39;scope with Multicomp</title><link>/members-area/personalblogs/b/nico-tewinkel-s-blog/posts/learning-to-scope-with-multicomp</link><description>I recently received a Multicomp MP720015 from element14 as part of a contest prize. It&amp;#39;s a very nice little unit, but I know nothing about oscilloscopes so it&amp;#39;s a learning curve. I mean a learning opportunity 
Luckily for me, baldengine...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Learning to &amp;#39;scope with Multicomp</title><link>https://community.element14.com/members-area/personalblogs/b/nico-tewinkel-s-blog/posts/learning-to-scope-with-multicomp</link><pubDate>Tue, 22 Mar 2022 18:55:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fe7ae6c-1619-4464-92d9-75418f088300</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;An oscilloscope can be lots of fun, as is the world of analog devices.&lt;/p&gt;
&lt;p&gt;There is a much larger world out there than just ones and zeros.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23261&amp;AppID=296&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Learning to &amp;#39;scope with Multicomp</title><link>https://community.element14.com/members-area/personalblogs/b/nico-tewinkel-s-blog/posts/learning-to-scope-with-multicomp</link><pubDate>Tue, 22 Mar 2022 15:33:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fe7ae6c-1619-4464-92d9-75418f088300</guid><dc:creator>baldengineer</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;gt; I haven&amp;#39;t had any luck trying to scope fading with analogWrite, and I don&amp;#39;t know if that&amp;#39;s a limitation with the scope or with the user.&lt;/p&gt;
&lt;p&gt;It depends on how fast you change the analogWrite() value in code. If you put the analogWrite into a loop, across multiple triggers you should see the pulse width changing.&lt;/p&gt;
&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:2e9590d0-7272-42cd-ac96-8c069e6a4968:type=c_cpp&amp;text=for%20%28int%20x%3D0%3B%20x%3C255%3B%20x%2B%2B%29%20%7B%0D%0A%20%20analogWrite%289%2Cx%29%3B%0D%0A%20%20delay%281%29%3B%20%2F%2F%20see%20difference%20with%20and%20without%0D%0A%7D]&lt;/p&gt;
&lt;p&gt;With the 1 millisecond delay, you&amp;#39;ll never see the PWM change on the screen (in a single acquisition.) Without, you *might* catch it. Either way, you&amp;#39;ll see the pulse width change as the scope re-triggers.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23261&amp;AppID=296&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Learning to &amp;#39;scope with Multicomp</title><link>https://community.element14.com/members-area/personalblogs/b/nico-tewinkel-s-blog/posts/learning-to-scope-with-multicomp</link><pubDate>Mon, 21 Mar 2022 06:15:31 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fe7ae6c-1619-4464-92d9-75418f088300</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&amp;gt;&amp;nbsp; haven&amp;#39;t had any luck trying to scope fading with analogWrite&lt;/p&gt;
&lt;p&gt;You should see the high part of the signal go narrower and broader, when the analogWrite() vallue changes. The PWM frequency stays the same.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23261&amp;AppID=296&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Learning to &amp;#39;scope with Multicomp</title><link>https://community.element14.com/members-area/personalblogs/b/nico-tewinkel-s-blog/posts/learning-to-scope-with-multicomp</link><pubDate>Sun, 20 Mar 2022 16:47:30 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fe7ae6c-1619-4464-92d9-75418f088300</guid><dc:creator>aspork42</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Awesome! Looks like a cool scope!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23261&amp;AppID=296&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Learning to &amp;#39;scope with Multicomp</title><link>https://community.element14.com/members-area/personalblogs/b/nico-tewinkel-s-blog/posts/learning-to-scope-with-multicomp</link><pubDate>Sun, 20 Mar 2022 01:41:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5fe7ae6c-1619-4464-92d9-75418f088300</guid><dc:creator>baldengineer</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Heads up, pin 13 does NOT support analogWrite(). If you go peer inside of the &lt;a title="analogWrite() in AVRcore on Arduino GitHub" href="https://github.com/arduino/ArduinoCore-avr/blob/0d4f175a868e3cb8046dc69632443d28f3a85db9/cores/arduino/wiring_analog.c#L96" rel="noopener noreferrer" target="_blank"&gt;function&amp;#39;s code&lt;/a&gt; (line 276), you&amp;#39;ll find that on non-PWM pins, it just turns the pin ON or OFF based on the value you passed. As you found out, Pin 9 does support analogWrite()! (Look at the silkscreen for the pins. Any pin with a ~ character supports PWM.)&lt;/p&gt;
&lt;p&gt;Also, I&amp;#39;m glad the tutorials helped. I really hoped people would be able to see examples of real measurements they could make, regardless of the scope they have!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=23261&amp;AppID=296&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>