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 DivyaKrishnappa

  1. D

    Cutoff frequency from the Transfer Function

    Hello everyone, I wanted to know the cutoff frequency from the transfer function. Transfer function of LPF is given by (1-z^-6)^2/(1-z^-1)^2. So the coefficients are b = [1 0 0 0 0 0 -2 0 0 0 0 0 1] a = [1 -2 1]; h = filter(b,a,[1 zeros(1,12)]); How to find out cutoff frequency for this..?
  2. D

    How to get the notifications through bluetooth

    Hi.. I wanted to connect a bluetooth to an ios android phone. Whenever any call or message received in that smartphone our device should vibrate and LED blink.. How to solve this problem..? Regards, Divya..
  3. D

    How to give string as an input in matlab and find entropy for the given string

    Hello.. I am a Beginner in Matlab.. I want to know how to give string as an input.. If I use command, input('Enter a String'); It can accept only integers.. Please suggest few websites to learn programming in MATLAB.. Regards, Divya.
  4. D

    How to convert ADC value to weight

    Hi.. Anybody helps me or give an idea "How to display float values e.g. my converted ADC value i.e, weight in terms of float on Graphic LCD" Regards, Divya
  5. D

    [SOLVED] How to perform equation calculations in Embedded C

    Hi.. Gain = 0.506585(Float value) Avalue = 00001120(unsigned long value) Bvalue = 0000096A(unsigned long value) Result(unsigned long value) My equation is Result = Gain * (Avalue - Bvalue) How to...
  6. D

    How to convert ADC value to weight

    Hi.. When we connect the Load cell to ADC, we cannot measure the voltage externally from Load Cell as you have told. Here I may require to convert the ADC_reading into voltage by some calculation and should perform the above calculation.. Regards, Divya
  7. D

    How to convert ADC value to weight

    Hi Klaus, Does the value ADCv vary for different weights..? should I measure it by putting the load on sensor or should I calculate it..? "put no load on your sensor and read out the value (ADCv),this is your offset" gain = 1000g / (ADCv - offset) offset-offset will become zero.. Please...
  8. D

    How to convert ADC value to weight

    Hi.. I am interfacing 24 bit ADC with micro controller, It is giving different increasing values to increasing load on load cell. I don't know how to convert these values into weight. Any one who has knowledge about Digital Weight Measurement, please suggest your ideas..
  9. D

    [AVR] Interfacing External ADC with xmega microcontroller

    Hello Sir.. Reply Some thing..
  10. D

    [AVR] Interfacing External ADC with xmega microcontroller

    Compiler is Atmel Studio 6.0..
  11. D

    [AVR] Interfacing External ADC with xmega microcontroller

    Crystal frequency of XMega is 16MHz. Yes, we are interfacing Load cell to ADC and one channel has to be used. So AN1, AN0 connections are taken. Purpose is to measure weight with larger resolution. Compiler is AVRISP MKII..
  12. D

    [AVR] Interfacing External ADC with xmega microcontroller

    We are using Xmega128a1u microcontroller and 5MHz crystal for ADC. We are using only one channel. AN0 and AN1 channels are connected to circuit. Purpose is to measure the weight..
  13. D

    [AVR] Interfacing External ADC with xmega microcontroller

    Hi Milan, Please find the attachment below of ADS1242 datasheet and give me the solution. Because of the larger resolution, we are using external ADC.
  14. D

    [AVR] Interfacing External ADC with xmega microcontroller

    Hi... I am trying to interface ADS1242ipwt with xmega microcontroller.. Could you please help me to solve the problem I am facing in it. I am not able to read the ADC values. Tell me how to use WREG and RREG to write and read the ADC register. Is it compulsory to use these...

Part and Inventory Search

Back
Top