5. Install Library - KnowScratcher/QuakeCord GitHub Wiki

In this session, you'll learn how to install the MPU6050 library.

1. Open Arduino IDE

IDE

2. Find the library manager

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

3. Install the board

Go to File > Preference

preference

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

preference

4. Install the library

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

search

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 

⚠️ **GitHub.com Fallback** ⚠️