ESP8266 to MPU6050
Posted: Wed Nov 20, 2019 10:50 pm
Hello! So currently, I've been trying to get readings from my MPU6050 (Accelerometer/Gyroscope) to send its data over to a ESP8266. I also have another ESP8266 and I manage to get them both to connect to each other and communicating. However, I'm stuck in taking the MPU6050's data and sending it to the first ESP8266, which then needs to be sent to the second ESP8266. Is there a way I can potentially do this?