Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by DANXIA

  1. D

    ADC accuracy

    what is error budget??
  2. D

    ADC accuracy

    Hi Guys, i am using STM8S003F3 controller and i want to know that how can i achive 0.1v accuracy or at least 1v accuracy.if my ADC resolution is 1023 and my total count is 2000 and Vref is 5v. Is it possible to achieve it without changing in hardware ???????
  3. D

    OFFSET VOLTAGE

    long short like what exactly steps have to follow???
  4. D

    OFFSET VOLTAGE

    Hiii, i am using internal adc of STM controller which is giving me offset voltage around 2v. how can i reduce this error in C.is there specific way or some calculation. Thanks!!
  5. D

    ADC1 fluctuation

    Hi, my VDD is 5v.so i mapped it 0-2.5-5=1000-0-(-1000). but i am facing two issue... 1. ADC channel generating continuous some randome value 2.step size error. this error can be minimize by oversampling.but i dont understand how to get stable adc value??????????????
  6. D

    ADC1 fluctuation

    Actually i am measureing a voltage in both range positive as well as negaive.so,0-511 i will get negatibe value and 513-1000i get positive value.mean at 512 i will get 0v. can you please elaborate more about set jumper n all..
  7. D

    ADC1 fluctuation

    Hii can you please explain your last paragraph?my only aim is to read adc value 512 if there is no input is connected.
  8. D

    ADC1 fluctuation

    Hiii guys, i am using stm8s003f3.i configure it according to datasheet and it work almost fine,but problem is, it is generating random voltage when there is no input is connected and because of this input fluctuation getting unwanted output.how to make this adc value zero if there are no input...
  9. D

    step size error (ADC accurate voltage measurement)

    so according to you there is no other way to get 0.1 accuracy with 10 bit adc in the range of +-1000v
  10. D

    step size error (ADC accurate voltage measurement)

    Hii... i am using STM8s003f3 controller,which have 10 bit ADC. i am trying to measure +-1000v DC with 0.1 accuracy. i know normally its not possible because of step size error,that is 1.955.. i want ask is there any way to achieve this goal without changing adc rsolution. if there is any way...
  11. D

    ADC interfacing

    ok. there is my main file... #include <stdlib.h> #include <stdio.h> #include <math.h> #include "ADC.h" #include "SevenSegmentDisplays.h" #include "GeneralPurposeIO.h" double fabs(double x) { if(x<0) return -x; else return x; } uint8_t test_variable = 1; volatile uint8_t global_value...
  12. D

    ADC interfacing

    but when i used other hex file on same hardware then it give me very smoot output. i observe the output n i feel like there is some issue in reading adc value.coz some time it give output and some time it remain constant and some times it give very random output and again if used other hex...
  13. D

    ADC interfacing

    hello... i am using STM8s003f3 to read a voltages from channel 2. but my readings are fluctuating. cann't understand the problems. i think i have done mistake in registors. my adc is 10 bit and i am trting to measure +-200v. please guide . i am quoting some part of code which is related to...
  14. D

    ADC [Deleted]

    This thread is for the general discussion of the blog entry . Please add to the discussion here.

Part and Inventory Search

Back
Top