<?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>Blog - All Comments</title><link>/challenges-projects/project14/dataconversion/b/blog</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: HEART RATE MONITORING WRIST BAND</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/heart-rate-monitoring-wrist-band</link><pubDate>Fri, 28 Jul 2023 12:47:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8d088b2-7e9d-47da-a923-9f3e1cd26ba7</guid><dc:creator>Alessia</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Does the Red light work on sensing the beat on the wrist?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10984&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Final Countdown - ADC from scratch demo video</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/final-countdown---adc-from-scratch-demo-video</link><pubDate>Tue, 06 Apr 2021 08:56:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a22f3fd5-8705-418a-8281-97872efbe324</guid><dc:creator>dubbie</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;A neat implementation and a good demonstrator. I once made a SAR DAC myself out of TTL chips way back in the early 1980s as my first post graduate electronics project. It worked but it wasn&amp;#39;t particularly linear. I learnt alot about ADCs doing this which helped me later in my future lecturing career.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dubbie&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10987&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Final Countdown - ADC from scratch demo video</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/final-countdown---adc-from-scratch-demo-video</link><pubDate>Mon, 05 Apr 2021 18:52:27 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a22f3fd5-8705-418a-8281-97872efbe324</guid><dc:creator>Workshopshed</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A great explanation and demonstration of the ADC and DAC&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10987&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Micro Servo Tester #3 : Now With Pulse Generator! (Video now working)</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/micro-servo-tester-3-now-with-pulse-generator-video-now-working</link><pubDate>Sat, 20 Mar 2021 11:08:31 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7505f673-f301-4cd4-bc6a-61c474e7b007</guid><dc:creator>beacon_dave</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;You may be able to use some of the AVR timer architecture to offload some of the timing work allowing you to use the display.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can set up a timer compare match interrupt to directly toggle an output pin, so your 10 turn pot would load the value in the output compare register and the rest is taken care of in the background, potentially leaving you time to update the display.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Arduino uses some of the AVR timers for its own functions so you would need to be mindful of that. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;More information here which may be of interest:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://ww1.microchip.com/downloads/en/AppNotes/Atmel-2505-Setup-and-Use-of-AVR-Timers_ApplicationNote_AVR130.pdf" rel="nofollow ugc noopener" target="_blank" title="http://ww1.microchip.com/downloads/en/AppNotes/Atmel-2505-Setup-and-Use-of-AVR-Timers_ApplicationNote_AVR130.pdf"&gt;http://ww1.microchip.com/downloads/en/AppNotes/Atmel-2505-Setup-and-Use-of-AVR-Timers_ApplicationNote_AVR130.pdf&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;Compare Match&lt;/p&gt;&lt;p&gt;&lt;strong&gt; &lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In cases where it is not sufficient to monitor a timer overflow, the compare match interrupt can be used.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Output Compare Register (OCRx) can be loaded with a value [0 .. MaxVal] which the TCNTn will be compared against in every timer cycle. When the timer reaches the compare value, the corresponding Output Compare Flag (OCFx) in the TIFRn register is set. The Timer can be configured to clear the count register to zero on a compare match.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Related output pins can be configured to be set, cleared, or toggled automatically on a compare match.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This feature is very useful to generate square wave signals of different frequencies. It offers a wide range of possibilities, which makes it possible to implement a DAC. The PWM mode is a special mode which is even better suited for wave generation. See the device datasheet for details.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10983&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Drone Motor Thrust Tester</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/drone-motor-thrust-tester</link><pubDate>Fri, 19 Mar 2021 20:24:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0</guid><dc:creator>genebren</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Great project, with top notch documentation/write-up!&amp;nbsp; I really enjoy the 3D prints (again) and the control panel display was very nice.&amp;nbsp; Keep up the good work!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10963&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Drone Motor Thrust Tester</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/drone-motor-thrust-tester</link><pubDate>Fri, 19 Mar 2021 16:23:55 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0</guid><dc:creator>carmelito</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Very useful project, thanks for sharing.. Let me guess, is it a EMAX 2204, 2300 KV motor ? it has been been the most trust worthy motor for my flying wing &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0/1732.contentimage_5F00_1.png:16:16]&lt;/span&gt; ..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Carmelito&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10963&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Color Detector</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/color-detector</link><pubDate>Fri, 19 Mar 2021 15:51:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8dac613-7fe0-47e1-9848-af5b79c50944</guid><dc:creator>dubbie</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;A very nice, well constructed and user friendly blog. It must have taken you a long time to construct it. Also a nice project on colour detection. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dubbie&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10998&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Drone Motor Thrust Tester</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/drone-motor-thrust-tester</link><pubDate>Fri, 19 Mar 2021 04:34:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0</guid><dc:creator>jw0752</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Wow! Awesome project. I really enjoyed reading about it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;John&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10963&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Drone Motor Thrust Tester</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/drone-motor-thrust-tester</link><pubDate>Thu, 18 Mar 2021 21:56:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0</guid><dc:creator>three-phase</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Excellent project and write up. Thanks for sharing.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10963&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Color Detector</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/color-detector</link><pubDate>Thu, 18 Mar 2021 10:05:10 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8dac613-7fe0-47e1-9848-af5b79c50944</guid><dc:creator>navadeepganeshu</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Cool project &lt;span&gt;[mention:851ab0f9941c487cabc3fe5a4f56d75e:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;!&lt;/p&gt;&lt;p&gt;Nice way of using LDR to get analog voltages in different ranges instead of an expensive colour sensor.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10998&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Color Detector</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/color-detector</link><pubDate>Thu, 18 Mar 2021 04:01:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8dac613-7fe0-47e1-9848-af5b79c50944</guid><dc:creator>yesha98</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thank you so much &lt;span&gt;[mention:d85999949f974a74a457e05151ea1c2b:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; !!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10998&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Color Detector</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/color-detector</link><pubDate>Wed, 17 Mar 2021 20:39:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8dac613-7fe0-47e1-9848-af5b79c50944</guid><dc:creator>14rhb</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A well explained project from ADC basic concepts to your final colour detection design, well done.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10998&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Drone Motor Thrust Tester</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/drone-motor-thrust-tester</link><pubDate>Wed, 17 Mar 2021 20:36:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0</guid><dc:creator>14rhb</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;In such a short blog you&amp;#39;ve captured and written up another very professional project, well done. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don&amp;#39;t have a drone but I do particularly like your Qt GUI design approach, so thank you for including the code so I can see how that is achieved &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10963&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: HEART RATE MONITORING WRIST BAND</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/heart-rate-monitoring-wrist-band</link><pubDate>Wed, 17 Mar 2021 16:40:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d8d088b2-7e9d-47da-a923-9f3e1cd26ba7</guid><dc:creator>neilk</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very nice project.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neil&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10984&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Drone Motor Thrust Tester</title><link>https://community.element14.com/challenges-projects/project14/dataconversion/b/blog/posts/drone-motor-thrust-tester</link><pubDate>Tue, 16 Mar 2021 18:23:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f86ecd9e-ee5c-46b9-8d7e-c5071d7c1fc0</guid><dc:creator>phoenixcomm</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:1fea68f71fde47f2beff1fc2c7890056:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; I love it. you are sic.! This is just what I need to test the thrust of my experimental aircraft ducted turbine!! woopie! thank you so much. I will have to scale this up quite a bit as my engine weighs in at about 100lbs.&lt;/p&gt;&lt;p&gt;I want to experiment with the number of blades on the fan.&amp;nbsp; 4, 8, 16, 32 etc. plus I have designed a small 2-3 stage compressor but I need to check the gear ratios.&lt;/p&gt;&lt;p&gt;~~ Cris&lt;/p&gt;&lt;p&gt;PS I will also need to check the pressure , and airflow in each of the sections of the motor&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10963&amp;AppID=280&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>