-
Hi all,
I'm a bit stuck. For a while I've been trying to get Swift to build for my ESP32 C6, but it keeps getting stuck in one of the last stages. I followed all the steps as described in [esp32-le…
-
Hi Folks,
I'm trying to get a H801 up and running with Homie. Using the follwing minimal firmware with current homie developer branch, Homie usually crashes once or twice within the first 20 second…
-
Hello,
I got a compiling error,
'class PubSubClient' has no member named 'setServer'
I have added library "https://github.com/knolleary/pubsubclient" from zip
And I have add https://arduino.esp826…
-
### Basic Infos
- [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [x] I have read the documentation at [readthedocs](https://arduin…
-
i am working on esp8266 connected to aws iot ,My project is to control lamp through esp8266 so after reading what should i do for getting the response from get/accepted shadow
i have to send empty p…
-
Hello
I'm using 2 esp8266, 1 as server mqtt using your "uMQTTBrokerSampleOOFull" example, and the other with the mqtt_pub.ino example,
I came across the following:
when I first connect the client…
-
### Board
ESP32-Wrover
### Device Description
not related
### Hardware Configuration
not related
### Version
2.0.17
### IDE Name
PlatformIO
### Operating System
Window…
-
Hello! I'm doing a proyect in which I'm connecting my ESP32 to a broker, and I have set the connect() function like this:
**client.connect(clientId.c_str(),mqtt_user.c_str(),mqtt_password.c_str(),L…
-
Publishing a message with a length above ~16377 bytes fails on ESP32. I set the buffer to 60000 bytes and checked the internal and PSRAM heap. I tried this with marvinroger's async-mqtt-client and had…
-
Hello,
I would like to integrate the esxp1302 code with Tasmota to take the benefits of sending any data over MQTT with 8-channel LORA.
Tasmota has already this capability, named bridge, but for si…