![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| 10bit A/D could some one explain me what they say whit this?? is this simple de accurancy of reading of a voltage..??? for example.. 1,236599875465 volts..??/ and what means 10MIPS does this mean that is can do 10milion times a second one command.??? TKS | |
| |
| | (permalink) | ||
| Quote:
Quote:
| |||
| |
| | (permalink) |
| soow if i want to measure very accurate a voltage should i then make the sheme soow that is use low voltages..??? for example 1,236 and not 23,35 ?? or can you give a good example, i will take a look @ your site (i allready imagine that you forward me to it.) TKS | |
| |
| | (permalink) | |
| Quote:
My latest tutorial is about using the 10 bit A2D in PIC processors, and I discuss the reasons behind the choices I make. Basically with a 10 bit A2D you potentially have around 0.1% resolution, you can scale the input to give any voltage range you want - but the output will always be 0-1023, you can multiply/divide this to give the correct voltage readings. While it's potentially 0.1%, you're not going to achieve that in practice, for that matter how would you calibrate it? - but generally that degree of accuracy isn't required. | ||
| |
| | (permalink) |
| ok. a 10 bit a/d is 2^10=1024 levels so if your input range 0v-5v, you divide 5 by 1024 = 4.88mv per level by having a higher bit rate you reduce you QN ratio. that is the errror due to rounding the voltage level tothe nearest level. we a/d you can usually set a refence level to set you range. | |
| |