eew_RZBDDH 发表于 2021-1-11 20:32

【NUCLEO-L552ZE测评】+基于ADC的荧光值读取

<div class='showpostmsg'><p>前面摸清了CUBEMX和HAL库,算是稍微了解了一点,今天进入主题,测试一下我项目中一个荧光板子的adc的读取,因为有了前面的铺垫,配置adc简单多了</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;图1</p>

<p>上图中黑色的就是光电传感器模块,读取光度值,因为项目在用,就不放原理图了</p>

<p>&nbsp;</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 图2</p>

<p>上图就是get ADC值的函数,我用的是<strong><span style="color:#e74c3c;">PB1</span></strong></p>

<p>&nbsp;</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;图3</p>

<p>串口打印出adc值<img height="48" src="https://bbs.eeworld.com.cn/static/editor/plugins/hkemoji/sticker/facebook/congra.gif" width="48" /></p>

<p>&nbsp;</p>
</div><script>                                        var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;"   style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
                                       
                                        if(parseInt(discuz_uid)==0){
                                                                                                (function($){
                                                        var postHeight = getTextHeight(400);
                                                        $(".showpostmsg").html($(".showpostmsg").html());
                                                        $(".showpostmsg").after(loginstr);
                                                        $(".showpostmsg").css({height:postHeight,overflow:"hidden"});
                                                })(jQuery);
                                        }                </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>

w494143467 发表于 2021-1-11 22:12

<p>ADC的荧光值,这是什么值,还没接触过,应该不是打错字了吧。</p>

eew_RZBDDH 发表于 2021-1-11 22:18

w494143467 发表于 2021-1-11 22:12
ADC的荧光值,这是什么值,还没接触过,应该不是打错字了吧。

<p>光电传感器采集的是光信号,将模拟信号进行AD转换,得到光强<img height="48" src="https://bbs.eeworld.com.cn/static/editor/plugins/hkemoji/sticker/facebook/congra.gif" width="48" /></p>

ZXopen 发表于 2021-1-11 22:38

<p>很好</p>

freebsder 发表于 2021-1-11 23:18

<p>日光吗?这个光度值是哪个波长的光?还是白光?</p>

eew_RZBDDH 发表于 2021-1-14 19:56

freebsder 发表于 2021-1-11 23:18
日光吗?这个光度值是哪个波长的光?还是白光?

<p>目前这个就日光,测不容波长要配合不同的光学设计了</p>

freebsder 发表于 2021-1-14 22:04

eew_RZBDDH 发表于 2021-1-14 19:56
目前这个就日光,测不容波长要配合不同的光学设计了

<p>可以用来看天亮天黑。。。</p>
页: [1]
查看完整版本: 【NUCLEO-L552ZE测评】+基于ADC的荧光值读取