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 nsparag

  1. N

    Harvard and von Neumann architecture example

    Thank you so much !!!
  2. N

    Harvard and von Neumann architecture example

    Harvard architecture : Different memories for Program and Data von Neumann architecture: same memory for Program and Data if I'm adding 01H data value to the content of accumulator then instruction I'll write as something ADD A,#01H and opcode for this will be stored in memory. what I thought...
  3. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Could you please elaborate * what do you mean by "synchronized readings"
  4. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Correction in above post : by mistake I wrote Mode Register= 0x81 It should Be Mode Register= 0x00
  5. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Hello.. first of all Please Excuse me ... Please forget all the above discussion, ll start newly I think it should be better if I clarify my all doubts of Compass. HMC5883L. Compass is used to measure the strength of magnetic field. I2C is configured to read at 100 Kbps as per data sheet...
  6. N

    [SOLVED] Gyroscope & Compass Readings not changing

    hi no, I'm not moving the gyro...So I should get X : 0, Y : 0, Z : 0 for Gyroscope...Right? The HMC5883L datasheet says self test readings should lie between 243 & 575 at the mentioned conditions. But I'm not getting readings in this range? What should I do. I'm even not moving the Magnetometer.
  7. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Accelerometer Gyroscope Magnetometer Stand Still Readings Hi I'm using GY-80 (ADXL345, L3G4200D, HMC5883) module in my project. I have some queries. As the case in accelerometer when the device is kept stand still on a flat surface , it should read X : 0, Y : 0, Z : 980. Similarly what are...
  8. N

    [ARM] Reading Negative Values of accelerometer

    Hello Im interfacing accelerometer with TivaC and displaying the RAW data on UART. void main(){ signed int accelerationX; accelerationX = getAcceleration_X(); if (accelerationX>=0){ UART_OutString("\r\nX Axl: "); UART_OutUDec((unsigned short) accelerationX); } else { UART_OutString("\r\nX...
  9. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Re: Gyroscope & Compass Readings not changing Hi, Ya Im trying to read at 800Hz...but now changed to 100Hz...but still the same problem & Im configuring INT2 but I havent understood it properly. I read datasheet also but still in doubts. Im thinking "when gyro will read data ie when data...
  10. N

    [SOLVED] Gyroscope & Compass Readings not changing

    On Gyroscope & Compass Readings not changing continuously but when the device is power OFF and again ON that time readings before power OFF and after power ON are different. BUT untill the device is powered off the readings will remain constant. could you please suggest the reason for this?
  11. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Re: Gyroscope & Compass Readings not changing Hello Hers my part of code.. --------------------------------------------------------------------------------- I'm initializing the L3G4200D gyrometer registers with following mentioned values writeI2C0(Gyro_ADDR,CTRL_REG1,0xCF)...
  12. N

    [SOLVED] Gyroscope & Compass Readings not changing

    Hello Im interfacing IMU gy80 module with TivaC board. Accelerometer is working fine but Gyroscope & Compass Reading are not changing. Could you please tel me the reason behind it?

Part and Inventory Search

Back
Top