My weather shield works well except the GPS. I can get the raw data but loading the Weather Shiels with GPS I get the error that application.h is missing?
That’s the old header file name for particle boards (equivalent to Arduino.h in arduino sketches)…it looks like they changed it to Spark.h a few years ago, maybe try that? Also, you might need to copy/move the library and header files into both the working directory and the standard Arduino15 one
Hope this helps!
Thanks. I downloaded the weather shield 1.2 files from github but I do not see any header files. Are they located elsewhere?
I found a bunch of different ones on the particle.io github - maybe try this one? https://github.com/particle-iot/device- … p/weather3