avatar
s*u
2
有意思,现在都能用c#来写micro controller的东西了,呵呵
那个sensor又不需要什么driver的,你就照着他的protocol来读温度信息/serial
number之类的就可以了,跟用什么arduino或者别的板子没关系的
avatar
k*a
3
thanks, which part does the A-D conversion?

【在 s******u 的大作中提到】
: 有意思,现在都能用c#来写micro controller的东西了,呵呵
: 那个sensor又不需要什么driver的,你就照着他的protocol来读温度信息/serial
: number之类的就可以了,跟用什么arduino或者别的板子没关系的

avatar
r*o
4
FEZ是3.3V的,Arduino是5V的,只要Sensor可以用3.3V供电就可以在FEZ上用,
你说的那个Sensor可以在FEZ上用
avatar
k*a
5
Thanks everyone. I figured it out.
All analog inputs will be A-D converted by the micro controller chip. The
read out is a voltage value. Then it is up to the programmer to convert the
voltage value into something meaningful.

【在 k******a 的大作中提到】
: thanks, which part does the A-D conversion?
avatar
s*u
6
http://datasheets.maxim-ic.com/en/ds/DS18B20.pdf
这个sensor chip已经有AD集成进去了
你需要自己在你的micro-controller里面implement maxim的1-wire bus protocol(没
用过,应该就是某种不太复杂的multi-drop serial协议)来读这个sensor的温度数据,
或者写configuration(比方说采样精度什么的)

the

【在 k******a 的大作中提到】
: Thanks everyone. I figured it out.
: All analog inputs will be A-D converted by the micro controller chip. The
: read out is a voltage value. Then it is up to the programmer to convert the
: voltage value into something meaningful.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。