TUTORIAL: How to / About the ADS1115 External 16 Bit ADC - Part 1

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

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

  • @prakashdutt1520
    @prakashdutt1520 2 года назад +1

    You really cleared my doubts about 10bit and 16bit thank you soo much.

  • @hdbro2173
    @hdbro2173 6 лет назад +3

    *best arduino tutorial guide youtuber. thx

  • @WarlockBE
    @WarlockBE 3 года назад +1

    VDD and VCC is for positive voltage supply. VEE and VSS is for Negative supply, ground. So VDD is fine here ;-)

  • @anythingunderthesun9930
    @anythingunderthesun9930 5 лет назад +1

    SAVED my day! THANKS! But please provide the Arduino codes in the video description or pinned it on the comment. You just got an additional subscriber here!

  • @lezbriddon
    @lezbriddon 5 лет назад +1

    measuring +/- current is a common stumbling block with a/d for example battery charge/discharge.

  • @dani777dani
    @dani777dani 2 года назад +2

    ADS1115 has 16bit, but you can use only 15 bit ( 1bit is indication of positive or negative) it work like this -32768 to 32768

    • @chesshooligan1282
      @chesshooligan1282 Год назад

      And on the negative side you can't go lower than -0.3 V without destroying the thing, so really it's a 15-bit ADC

  • @DaBuGzLiFe
    @DaBuGzLiFe Год назад

    Could I use this controller to convert an old trucks analog gauges to a digital reading? 🤔

  • @the_steko
    @the_steko Год назад

    So what hall effect sensor would be the best(also not crazy expensive) to use with 16bits

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

    Hello mate what about the acquisition rate which is 860sample per second does this will give any problem for a system which meed very fast acquisition?

  • @WhisperWinds-jh8hj
    @WhisperWinds-jh8hj 4 месяца назад

    Nice !

  • @gkpgeo
    @gkpgeo 14 дней назад

    Can we make as data logger

  • @svsv9
    @svsv9 3 года назад +1

    Can I sense uA unit with this?

  • @eloonano
    @eloonano 5 лет назад

    Do you know how to use the ADS1115 with a PIC? Thanks!

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

    For a 16bit, its 65000. Instead of doing 5V/65000 to determine what their step is, shouldn't it be refvoltage/65000? The ADC has an internal reference voltage.

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

      it should be whatever the adc is rated for - 5v 3.3v anything else, 16bit is 65536 0-65535, not that to much stock should be put in low ability adc's accuracy
      5000/65535 =0.076295, times that by
      measured voltage(say 2.5v) = (32767*0.076295)*1000=2.499v
      3v3=3300/65535 =0.050355
      1.65v=(32767*0.050355)*1000=1.6499v
      it should be said though that these voltage/resolution calculations produce floating point number which produce calculation errors(not all decimal point numbers can be reproduced leads to rounding errors), probably not important at 0-5v but if you were measuring large numbers it could noticeably affect result.

  • @bassome3000ify
    @bassome3000ify 6 лет назад +1

    Hmm 🤔 interesting 👍

  • @ihabalchami9845
    @ihabalchami9845 4 года назад

    good thanks

  • @Anton-sz6ef
    @Anton-sz6ef 5 лет назад +2

    Pretty much for Raspberry Pi :))
    65.535 I think btw

    • @DodgyBrothersEngineering
      @DodgyBrothersEngineering 5 лет назад

      16 bit (2 Bytes) works out to be 65,536. Most if not all programing language variables use those 65,536 values in the range of 0 to 65,535 since zero is the first number in binary sequence.

    • @Anton-sz6ef
      @Anton-sz6ef 5 лет назад

      @@DodgyBrothersEngineering Oh yeah right

  • @FCorporation
    @FCorporation 3 года назад

    man you hasn`t tell us how connect it and write the code, why ?

    • @maxthreshold
      @maxthreshold 3 года назад

      its much easier to learn all the coding yourself than someone showing how to do it on video. Just google it man, its all over the internet!!

  • @andrejladislavsmith
    @andrejladislavsmith 5 лет назад +3

    1024... :D

  • @josuevillasante2546
    @josuevillasante2546 4 года назад

    CHANGE RESISTORS TO CHANGE THE GAIN!!!!!! OMG YOU SHOULD READ THE DATASHEET