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 hasikp

  1. H

    Reading data from MPU6050 reads only the who am I register

    I have commented the register that I am reading or writing to. So it goes as Device address & read/write & register address & data I want to stay in the reader state as I am reading data continuously after the configuration.
  2. H

    Reading data from MPU6050 reads only the who am I register

    I2c controller LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY u_logic IS PORT( clk : IN STD_LOGIC; --system clock reset_n : IN STD_LOGIC; --active low reset i2c_busy : IN STD_LOGIC; --i2c busy signal...
  3. H

    Reading data from MPU6050 reads only the who am I register

    No it is always zero even if I move the sensor, but sometimes it starts reading the registers, then it contiuously read.
  4. H

    Reading data from MPU6050 reads only the who am I register

    I am trying to read data from MPU 6050 to my Basys 2 board using I2c master from https://www.digikey.com/eewiki/pages/viewpage.action?pageId=10125324 I was able to read the who am I register successfully, But sometime I get the value zero for other register set such as accelerometer or...

Part and Inventory Search

Back
Top