This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
weathersensors
#3
If you have the library as a zip file, go to Sketch - Include Library - Add ZIP Library... and load the zip file. It will be put in your sketchbook/libraries folder and can be used with the #include <whatever> syntax. If your include file is in the same directory as your source code, you would use the #include "whatever" syntax. You can open a new tab in the Arduino IDE and cut/paste your include file there, which is particularly useful if you intend to do modifications to that code. You would use #include "whatever" for that, and the include file will be saved in the same folder as your source code.

You don't have to use the Add Zip Library... menu to add libraries. It is also okay to just unzip the new libraries into your sketchbook/libraries folder and restart the Arduino IDE.

While I continue to use the Arduino IDE, I agree with Sean that for really advanced stuff the Arduino IDE leaves a lot to be desired. For your weather station, I'm sure it'll be fine. The next step to another IDE is a BIG step, particularly if you are on a steep learning curve.

Andy
Reply


Messages In This Thread
weathersensors - by svBlueMoon - 2019-05-19, 01:21 PM
RE: weathersensors - by seandepagnier - 2019-05-19, 01:46 PM
RE: weathersensors - by abarrow - 2019-05-19, 02:10 PM
RE: weathersensors - by jim321 - 2019-05-19, 02:17 PM
RE: weathersensors - by svBlueMoon - 2019-05-22, 02:16 PM
RE: weathersensors - by seandepagnier - 2019-05-28, 12:02 AM
RE: weathersensors - by svBlueMoon - 2019-06-05, 09:24 PM
RE: weathersensors - by conifer - 2021-07-25, 10:31 PM
RE: weathersensors - by seandepagnier - 2021-07-26, 04:28 AM
RE: weathersensors - by xiano - 2022-10-21, 12:42 PM
RE: weathersensors - by seandepagnier - 2022-10-21, 07:40 PM
RE: weathersensors - by xiano - 2022-11-04, 12:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)