IoT Bytes

Bits and Bytes of IoT

Managing Arduino Libraries

Pradeep Singh | 18th Nov 2017

Arduino_Logo

While working with sample sketches, sometimes you may face issues with the missing libraries and encounter the errors similar to the one shown in the following screenshot. Most of the times it’s not that difficult to fix these errors, all you need to do is pay a little attention to the details in the code and the error messages.

For Ex – in the following screenshot you can see the error message that says “DallasTemperature.h” is missing, and in the code/sketch the same file is being included on top of the screen. So, to fix this issue, you need to download this file.

lib1

To download missing Arduino libraries, you can navigate to the following menu path as shown in the screenshot –

Sketch –> Include Library –> Manage Libraries

lib2

This will open a Library Manager window. From this window, you can search and Install the Library or missing module on your Arduino IDE –

lib3

Once all the packages from the missing Library are installed on your Arduino IDE; you should be able to successfully burn your sketch on your Arduino module –

lib4


 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: