5. Install Library - KnowScratcher/QuakeCord GitHub Wiki
In this session, you'll learn how to install the MPU6050 library.

On the left bar, find the icon that looks like a bunch of books and click it. It should pop open the library manager.
Go to File > Preference

put https://dl.espressif.com/dl/package_esp32_index.json
in the other board manager url.

Search for "mpu6050" and find the one that's by Electronic Cats
. Install the latest version of that

Then check if all the following library are installed. If not, please install them.
Name | Author |
---|---|
MPU6050 | Electronic Cats |
ArduinoJson | Blanchon |
ArduinoHttpClient | Arduino |
Once done, click ok and the next part should be waiting for you!
Previous (Software Check)
Previous (Install Arduino IDE)
Next