esp8266-vindriktning-particle-sensor icon indicating copy to clipboard operation
esp8266-vindriktning-particle-sensor copied to clipboard

which libraries to use? Just a question.

Open MHz000 opened this issue 2 years ago • 3 comments

  • working with VScode I'm insecure which libraries to use. lib_deps = bblanchon/ArduinoJson@^6.18.3 tzapu/WiFiManager@^0.16.0 knolleary/PubSubClient@^2.8

  • Config.h,Types.h and SerialCom.h already in scr folder but "compilation terminated ... include files not found"

  • besides the 3.3V issues would an ESP-01 be sufficient Thank-you for advice

MHz000 avatar Aug 13 '21 06:08 MHz000

lib_deps looks good, project specific libs also. What include files are not found?

christoph-morrison avatar Oct 24 '21 08:10 christoph-morrison

When you open the Sketch in Arduino Studio and import the sketch (ino) it says the sketch has to be in a subfolder, then it creates the subfolder and moves the Ino file into it. So "src/esp8266-vindriktning-particle-sensor.ino" will become "esp8266-vindriktning-particle-sensor/esp8266-vindriktning-particle-sensor.ino" and then the files have to be copied over to the folder.

That helps with that issue.

LordPinhead avatar Nov 06 '21 12:11 LordPinhead

I can't get past SerialCom.h not found I have a copy in every folder. I'm using windows 10

zfsnotification avatar Feb 13 '22 20:02 zfsnotification