I build the “https” app, pristine, activate the blue LED manually, and load it with CMD, newtmgr, and VSC. “Zephyr Tools: Load via Bootloader” says “Error: NMP timeout.”
It stops forever at “cloud: Looking up www.mysite.com”
Where can I find some help? say the program stall at the instruction “err = getaddrinfo(CONFIG_CLOUD_HOSTNAME, NULL, &hints, &res);”
I added some “LOG_INF(”#1″), “LOG_INF(”#2″) etc. in several lines, but failed to print it.
The last thing to do is buy a HDD to install Linux. I have spent 3 months now trying to make it work.
This is terminal output:
[00:00:00.457,336] .[0m<inf> cloud: Certificate match.[0m
[00:00:07.006,988] .[0m<inf> cloud: Publish path: www.mysite.com/path/file.[0m
[00:00:07.016,296] .[0m<inf> cloud: Payload: {“do_something”:true}.[0m
[00:00:07.022,766] .[0m<inf> cloud: Looking up www.mysite.com.[0m
Any hint?