Search found 3 matches
- Mon Jun 28, 2021 2:44 pm
- Forum: General Discussion
- Topic: HiveMQ Cloud credentials for MQTT over TLS
- Replies: 4
- Views: 7035
HiveMQ Cloud credentials for MQTT over TLS
Hello, I'm trying to connect my esp32 as mqtt client to HiveMQ Cloud. This one use TLS over 8883 and username and password credentials. I tried the PPPOS client and with the eclipse : "mqtt://mqtt.eclipseprojects.io" it's OK. The problem is that when I want to change it to use : "mqtts://9c2cf507f46...
- Wed May 12, 2021 8:05 am
- Forum: ESP-IDF
- Topic: Having problems with spiffs not mounting anymore
- Replies: 13
- Views: 18519
Re: Having problems with spiffs not mounting anymore
Hello,
Same problem here since 1.0.3 esp-idf vscode extension.
What I have notice is that now when I use the extension Flash command, only the application is flashed and the storage.bin file is no more flashed into storage partion. So it seems to be a bug in the vs-code esp-idf extension v1.03 ?
Same problem here since 1.0.3 esp-idf vscode extension.
What I have notice is that now when I use the extension Flash command, only the application is flashed and the storage.bin file is no more flashed into storage partion. So it seems to be a bug in the vs-code esp-idf extension v1.03 ?
- Wed Apr 15, 2020 9:53 am
- Forum: IDEs for ESP-IDF
- Topic: VSC extension and Arduino as component
- Replies: 1
- Views: 5674
VSC extension and Arduino as component
Hello, I want to use Arduino as component (I use VSC extension with windows 10). In the GUI configuration I don't see the Arduino option we can have in make menuconfig ? If I try to launch menuconfig, then a message say : "IDF_PATH environment variable needs to be set to use this tool". Need to set ...