rondawg369 / esp8266-sensor-mpu6050

A set of arduino sketches that use the esp8266 and the MPU-6050
MIT License
18 stars 5 forks source link

GY521_standalone_app example problems #1

Closed untitledlt closed 6 years ago

untitledlt commented 6 years ago

Looks like we're missing few files here like MPU6050.h and WiFiConfig.h.

FordMustang0288 commented 6 years ago

Any word on this @rondawg369

rondawg369 commented 6 years ago

Apologies, I had started my own MPU6050 library, and then found this one, which I believe should work:

https://github.com/jrowberg/i2cdevlib by Jeff Rowberg

The WiFiConfig.h is just the wifi configuration. I'll upload an example one.

rondawg369 commented 6 years ago

The WiFiConfig.h was explained in my blog post here: https://olivertechnologydevelopment.wordpress.com/2017/08/29/esp8266-sensor-series-gy-521-imu-part-3/