How to increase ADC resolution 10 to 12bit in Arduino Due

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • You can easily increase your adc resolution up to 12 bit using Due. Normal arduino boards such as UNO contain 10bit resolution. Just simply put "analogResolution(12) " before you wrie analogRead command. Check video and you will see normal range 1023 for 10bit resolution to 4095 . Stay cool with arduinos.

Комментарии • 1

  • @NBspark
    @NBspark 2 года назад

    i get what i am looking for