03-11-2025, 05:27
(02-11-2025, 21:10)werk_ag Wrote: Hi HansR
From the errors below it seems Arduino IDE isn't using the provided libraries
Code:[...]
Ussually all Arduino libraries should be placed under this folder:
Code:C:\Users\hansr\Documents\Arduino\libraries\
The code (without the libraries) can be placed anywhere, ex:
Code:C:\Users\hansr\Documents\WeatherDuino_AQMIII
Two things:
1) You use IDE 1.8.19 I use 2.3.6
2) No matter where I put the libs, I don't get it compiled correctly
When the libraries are placed here C:\Users\hansr\Documents\Arduino\libraries and the software here C:\Users\hansr\Documents\Arduino\WeatherDuino_AQM_III\software it definitely does not work at all (no libs are found)
When software and libraries are on the same level (so, just as extracted from the rar archive, C:\Users\hansr\Documents\Arduino\WeatherDuino_AQM_III) it does compile but with errors.
Maybe I should use IDE 1.8.19 but a readme really would be useful)
I'll muddle along no solution yet.
Regards,
HansR

