完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,我试图在PIC24FV32KA301上使用Vbg来测量(估计)Vdd,并使用这个函数:然后我用这个公式来得到浮点数:但是结果很奇怪:有时我得到的结果是3072(1.36V),有时2048(2.04V)有时结果是0……实际电压为3.5V和更高。我在这里漏掉什么东西吗?谢谢,问候,Gabrijel Erman
以上来自于百度翻译 以下为原文 Hi, I am trying to measure (estimate) Vdd by using Vbg on PIC24FV32KA301 and I use this function: UINT16 adcMeasureSingle() { UINT16 result; AD1CON1 = 0x0470; AD1CON2 = 0x0000; AD1CON3 = 0x0100; AD1CON5 = 0x0010; while (HLVDCONbits.BGVST == 0); //wait for band gap to be active. AD1CHS = 0x1A1A; //input to ADC set to Vbg on A and B mux AD1CON1bits.ADON = 1; //activate ADC AD1CON1bits.SAMP = 1; //start sampling Nop(); Nop(); while (!AD1CON1bits.DONE); //wait for end result = ADC1BUF0; //read data AD1CON1bits.ADON = 0; //disable ADC return result; } Then I use this formula to get float value: vdd_in_volts=4096*1.024/result but the results are odd: sometimes I get result as 3072 (1.36V) , sometimes 2048 (2.04V) sometimes result is 0... Actual voltage applied is 3.5V and higher. Am I missing something here? Thanks. Regards, Gabrijel Erman |
|
相关推荐
2个回答
|
|
罗伯特,你误解了这种技术。用未知基准(Vdd)来测量“已知”电压(Vbg),然后反向计算以求出Vdd是完全有效的。
以上来自于百度翻译 以下为原文 Robert, you are misunderstanding the technique. It's perfectly valid to measure a "known" voltage (Vbg), with an unknown reference (Vdd), and calculate backwards to work out Vdd. |
|
|
|
你能解释一下吗?除非Vbg和VDD之间有一个线性关系,否则我不知道这个“向后计算”是怎么做的……
以上来自于百度翻译 以下为原文 Can you explain? Unless there is a linear relationship between Vbg and Vdd, otherwise I am not sure how this "backward calculation" can be done... |
|
|
|
只有小组成员才能发言,加入小组>>
5160 浏览 9 评论
1998 浏览 8 评论
1927 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3170 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2225 浏览 5 评论
727浏览 1评论
612浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
501浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
626浏览 0评论
524浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 06:24 , Processed in 1.139772 second(s), Total 77, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号