Filter löschen
Filter löschen

Arduino Due and simulink voltage resolution

4 Ansichten (letzte 30 Tage)
Nathanael
Nathanael am 24 Okt. 2014
Kommentiert: Hou-Pin Yoong am 27 Apr. 2015
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

Akzeptierte Antwort

sho
sho am 3 Nov. 2014
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)".

Weitere Antworten (4)

Azzi Abdelmalek
Azzi Abdelmalek am 24 Okt. 2014
This depends on the analog-to-digital converter of your card.

Nathanael
Nathanael am 28 Okt. 2014
Thanks Azzi,
I am using the Arduino Due board, which is capable of 12-bit ADC, however when it is initialized in simulink it is set to 10-bit ADC. Is there a way to change it from 10-bit to 12-bit within simulink?
Thanks again

sho
sho am 29 Okt. 2014
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?

Nathanael
Nathanael am 3 Nov. 2014
Ok great I'll have to test that out.
Thank you.
  1 Kommentar
Hou-Pin Yoong
Hou-Pin Yoong am 27 Apr. 2015
Have you manage to change the resolution to 12 bits. Mind to share your achievement? thank you.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by