-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't burn sketch to my M5Paper V1.1 #12
Comments
I had the same issue. Just use ArduinoJson version 6.12.0 to compile. |
Hi! You need a valid subscription for the oneCall API. The first 1000 calls per day are free but you need to register a credit card anyway. And I changed the uri in Weather.h to version 3.0: uri += "/data/3.0/onecall“;
… Am 28.12.2023 um 01:06 schrieb jdbaluch ***@***.***>:
I am able to compile using version 6.12.0 and the software loads up on the M5Paper v1.1; however when reviewing the serial output I getGetWeather failed, error: DateTime: 26.09.2020 16:56:53and the device is never able to connect. I'm connected successfully to my wifi. It's as though the JSON isn't being parsed. Any guidance? Thanks!
—
Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AANM5H2H3ZUKL5NA4VJV5Z3YLSZZRAVCNFSM6AAAAABAYYXGEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQG4YDGOJTGI>.
You are receiving this because you commented.
|
I tried using ArduinoJson 6.12.0 to complie and I am still having issues with compiling the sketch. On a side note, you can also set a limit to the calls per day to ensure you dont get charged. I use the 3.0 call service for several different weather apps on M5Paper and M5Stack devices and dont get close to the 1,000 calls per day limit. Here are my error messages if anyone can provide guidance: exit status 1 Compilation error: exit status 1 |
I figured it out. ArduinoJson 6.12.0 and M5EPD 0..1.5 worked and it now runs great! |
WOW!!! UPDATE: |
I have installed all libraries and all required to get my M5Paper detected and loaded on Arduino. I am able to upload other sketches to my device, except this one. Attached to this post is a txt file with the results of Terminal posting error.
M5Weather station error report.txt
The text was updated successfully, but these errors were encountered: