1

Where I can do search libraries on WEB, that similar search in IDE? I did not find search page on arduino.cc

asked Apr 18, 2018 at 13:24

3 Answers 3

0

The online analog of the Arduino IDE's Library Manager search feature is located here:

https://www.arduinolibraries.info/

That website is generated from the same index file Library Manager uses:

http://downloads.arduino.cc/libraries/library_index.json

answered Apr 18, 2018 at 14:16
3

You get widest search with Google. Write "arduino" and then the device or topic name.

Most of the libraries have a GitHub repository. You can use a search field on GitHub.

A list of selected libraries sorted by topic is on Arduino playground.

answered Apr 18, 2018 at 13:38
1
  • A good way to discover Arduino libraries on GitHub is the arduino-library topic: github.com/topics/arduino-library. It only contains repositories where the owner has bothered to add the topic but that's somewhat an indicator of how actively maintained the project is. Commented Apr 18, 2018 at 14:20
2

You can search the PlatformIO Library Database. It covers libraries for many architectures and platforms, but if you add framework:arduino to the start of your search it narrows it down to just Arduino libraries.

From there you can go to the homepage or repository for a library you want.

It doesn't have all libraries, only the ones that have been set up for PlatformIO support, but that is quite a lot of libraries now.

answered Apr 18, 2018 at 14:04

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.