I’m following the page here: Getting Started with Enviro (Pico W Aboard) but although everything appears to be OK, I’m not seeing my data in the Adafruit feed. I am connecting to the local Wi-Fi OK, and I’ve tried regenerating my key and inserting it in config.py, but no change. The log shows lines such as:
2023-06-23 13:20:49 [debug / 96576] > performing startup
2023-06-23 13:20:49 [debug / 94880] - hold vsys_en high
2023-06-23 13:20:49 [info / 126416] - wake reason: unknown
2023-06-23 13:20:49 [debug / 124688] - turn on activity led
2023-06-23 13:20:49 [debug / 120224] > 91 blocks free out of 212
2023-06-23 13:20:49 [info / 109968] > 28 cache files need uploading
2023-06-23 13:20:50 [info / 94704] > connecting to wifi network ‘redacted’
2023-06-23 13:20:55 [info / 109392] - ip address: 192.168.0.191
2023-06-23 13:20:56 [error / 121744] ! failed to upload ‘2023-06-23 11:09:25.json’ (404 b’Not Found’) 2023-06-23 11:09:25.json
2023-06-23 13:20:56 [error / 108016] ! failed to upload ‘2023-06-23 11:14:03.json’ (404 b’Not Found’) 2023-06-23 11:14:03.json
2023-06-23 13:20:57 [error / 94640] ! failed to upload ‘2023-06-23 11:19:03.json’ (404 b’Not Found’) 2023-06-23 11:19:03.json
2023-06-23 13:20:57 [error / 81264] ! failed to upload ‘2023-06-23 11:24:03.json’ (404 b’Not Found’) 2023-06-23 11:24:03.json
This with the factory firmware (enviro-v0.0.2.uf2). Firmware 0.0.9 (pimoroni-picow_enviro-v1.19.10-micropython-v0.0.9.uf2) seemed to produce a permanent red LED. The json files appear to be present and correct:
Sample one in Uploads:
{“luminance”: 217, “color_temperature”: 5737, “pressure”: 998.93, “temperature”: 30.44, “humidity”: 31.69}
Readings:
time,temperature,humidity,pressure,luminance,color_temperature
2023-06-23 11:09:25,30.61,32.35,999.8,333,5782
.
.
.
Suggested next step, please?