Hi All,
I'm currently doing a project with Arduino Uno, MPU6050 sensor, and Load Cell. I'm using the PLX_DAQ excel from Netdevil for real time data logging. I have it all working together, but I have a problem. When I run the program for MPU6050 sensor not including the load cell program, it reads fairly fast but when I added (combined) the program for the Load Cell including libraries, the reading from the PLX_DAQ excel slows down. Is this going to be a processing issue because I'm trying to read the angle, angular velocity, and force at the same time. If so, do I need a faster board like the Arduino DUE? or any faster arduino board just to make the data logging faster to the PLX_DAQ excell data logger? I tried changing the baud rate, delay values but still slow. I really appreciate it if someone can at least give me an idea what should be my next step. Thank you very much.