Hi forum members,
Im following this guide: HiveMQ Cloud
I upload the certificate file and get this in the debugger:
[LittleFS] data : C:\Users\lais\Documents\Arduino\sketch_jan18a\data
[LittleFS] size : 2024
[LittleFS] page : 256
[LittleFS] block : 8192
/certs.ar
[LittleFS] upload : C:\Users\lais\AppData\Local\Temp\arduino_build_578744/sketch_jan18a.mklittlefs.bin
[LittleFS] address : 0x200000
[LittleFS] reset : --before default_reset --after hard_reset
[LittleFS] port : COM3
[LittleFS] speed : 115200
[LittleFS] python : C:\Users\lais\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1\python3.exe
[LittleFS] uploader : C:\Users\lais\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\tools\upload.py
esptool.py v3.0
Serial port COM3
Connecting…
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 84:0d:8e:92:e8:c9
Uploading stub…
Running stub…
Stub running…
Configuring flash size…
Auto-detected Flash size: 4MB
Compressed 2072576 bytes to 2281…
Writing at 0x00200000… (100 %)
Wrote 2072576 bytes (2281 compressed) at 0x00200000 in 0.2 seconds (effective 81581.4 kbit/s)…
Hash of data verified.
Leaving…
Hard resetting via RTS pin…
Then I upload the code to the 8266 board but I still get:
20:46:04.353 → Number of CA certs read: 0
20:46:04.400 → No certs found. Did you run certs-from-mozilla.py and upload the LittleFS directory before running
I followed the guide religiously but still getting this error. pls help