This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MPU9250 with ESP8266
#3
I strongly suggest you attach the mpu9250 to a raspberry not an esp8266. But please feel free to experiment of course.

The reason is, the raspberry has the cpu power and algorithms already implemented to automatically calibrate and manage the mpu9250 efficiently.

If you were to say send the raw sensor data over wifi from the esp8266 it would incur lag which is a very bad thing. I definitely do not want to read the gyro, send it over wifi, then have the autopilot react to that. it would degrade performance. In fact, it is setup now, so that pypilot directly reads the mpu9250 in a real-time priority process and drives the motor directly with a latency less than 0.1 seconds, and distributes the data on a low priority process to other tools where latency is not an issue.

So depending on your use case, and what you are trying to accomplish it might make sense. I hope this is clear and please continue the discussion.
Reply


Messages In This Thread
MPU9250 with ESP8266 - by skipper@sy-barranas - 2019-01-16, 11:22 PM
RE: MPU9250 with ESP8266 - by skipper@sy-barranas - 2019-01-17, 12:45 AM
RE: MPU9250 with ESP8266 - by seandepagnier - 2019-01-22, 01:20 AM
RE: MPU9250 with ESP8266 - by ddelorme - 2019-01-22, 09:35 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)