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.

Integrate IMU 6050 with FPGA(Artix 7) XC7A35T for real time data processing and localisation.

Jesse01

Newbie
Newbie level 2
Joined
Jan 29, 2025
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
14
Is there a way to Integrate IMU 6050 with FPGA(Artix 7) XC7A35T for real time data processing and localisation. The Imu 6050 perfectly works well on arduino uno (using i2c communication), right now I am trying to connect the arduino uno to the FPGA but it's not working. Is there another way to make it work?
 
Implement an I2C controller on your Artix-7 FPGA to directly communicate with the MPU6050. You will need to implement an I2C master in HDL (VHDL/Verilog) or use an IP core.
 
Ok
Implement an I2C controller on your Artix-7 FPGA to directly communicate with the MPU6050. You will need to implement an I2C master in HDL (VHDL/Verilog) or use an IP core.
Okay thanks. What of a UART communication?
Implement an I2C controller on your Artix-7 FPGA to directly communicate with the MPU6050. You will need to implement an I2C master in HDL (VHDL/Verilog) or use an IP core.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top