You really cleared my doubts about 10bit and 16bit thank you soo much.
@hdbro21736 жыл бұрын
*best arduino tutorial guide youtuber. thx
@DaBuGzLiFe2 жыл бұрын
Could I use this controller to convert an old trucks analog gauges to a digital reading? 🤔
@WarlockBE3 жыл бұрын
VDD and VCC is for positive voltage supply. VEE and VSS is for Negative supply, ground. So VDD is fine here ;-)
@gkpgeo3 ай бұрын
Can we make as data logger
@dani777dani2 жыл бұрын
ADS1115 has 16bit, but you can use only 15 bit ( 1bit is indication of positive or negative) it work like this -32768 to 32768
@chesshooligan12822 жыл бұрын
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
@lezbriddon5 жыл бұрын
measuring +/- current is a common stumbling block with a/d for example battery charge/discharge.
@anythingunderthesun99305 жыл бұрын
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!
@the_steko Жыл бұрын
So what hall effect sensor would be the best(also not crazy expensive) to use with 16bits
@svsv93 жыл бұрын
Can I sense uA unit with this?
@NickyAndre2 жыл бұрын
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-jh8hj6 ай бұрын
Nice !
@samshurp45182 жыл бұрын
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.
@mystsnake2 жыл бұрын
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.
@eloonano5 жыл бұрын
Do you know how to use the ADS1115 with a PIC? Thanks!
@FCorporation4 жыл бұрын
man you hasn`t tell us how connect it and write the code, why ?
@maxthreshold3 жыл бұрын
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!!
@ihabalchami98455 жыл бұрын
good thanks
@bassome3000ify6 жыл бұрын
Hmm 🤔 interesting 👍
@josuevillasante25464 жыл бұрын
CHANGE RESISTORS TO CHANGE THE GAIN!!!!!! OMG YOU SHOULD READ THE DATASHEET
@Anton-sz6ef5 жыл бұрын
Pretty much for Raspberry Pi :)) 65.535 I think btw
@DodgyBrothersEngineering5 жыл бұрын
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.