Arduino Due and simulink voltage resolution
1 回表示 (過去 30 日間)
古いコメントを表示
I would like to use the analog inputs on the arduino Due board for a project I am doing, but I need a voltage resolution of 12 bits and the default is 10 bits.
Is there a way to change this? either in simulink or by hard coding it in?
Thanks,
Nathanael
0 件のコメント
採用された回答
sho
2014 年 11 月 3 日
ok i solved the problem with a easy s-function. check out this vid and just implement it with the arduino library command "analogReadResolution(12)".
0 件のコメント
その他の回答 (4 件)
Azzi Abdelmalek
2014 年 10 月 24 日
This depends on the analog-to-digital converter of your card.
0 件のコメント
sho
2014 年 10 月 29 日
have the same "problem" and would like to know if there is a way to change the input resolution of the arduino due from 10 to 12 bit. Maybe with a s-function?
0 件のコメント
Nathanael
2014 年 11 月 3 日
1 件のコメント
Hou-Pin Yoong
2015 年 4 月 27 日
Have you manage to change the resolution to 12 bits. Mind to share your achievement? thank you.
参考
カテゴリ
Help Center および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!