-
platform : fedora linux 34
software : esp_mdf release/v1.0
hardware: node esp32-cam, root TTGO display
root software:
```
void root_write_task(void *arg)
{
mdf_err_t ret = MDF_OK;
…
-
**UPDATE:**: Use the following command line to build on MacOSX:
```sh
CRATE_CC_NO_DEFAULTS=1 cargo build
```
================
## Bug description
Build fail when build new project from `esp-…
-
On MQTT Explorer, my heat pump work perfectly:
192.168.0.34
heatpump = {"power":"ON","mode":"HEAT","temperature":22,"fan":"AUTO","vane":"SWING","wideVane":"|"}
status = {"roomTemperature":21,"opera…
-
Hello,
Thank you for the awesome work.
In a several of my projects I have observed that my clients, all ESP8266s, will fail to either receive of process messages after a while. The time perio…
-
I'm using the PubSubClient to connect to our IoT Platform via MQTT and everything is working fine. I'm working with an ESP8266 NodeMCU as hardware, ESP WiFi Lib to connect to the internet. Now I try t…
t0m82 updated
5 years ago
-
`E (3262) SSD1306: OLED configuration failed. code: 0x107
`
```
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun …
-
Is it possible that the esp checks regularly for a new update and if found makes the update process automatically?
Is there any way to force the update? i.e. Sending a command via MQTT.
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration is s…
-
Hello Dev,
I'm stuck on a project where I'm working with Wifi_Mesh_Mqtt in ESP32 WROOM-32D. the device taking such a long time while reconnection in mesh and publishing the data. I'm using ESP_IDF v3…
ghost updated
3 years ago
-
Hey,
Thanks a lot for sharing the repo it's great!
I flashed esp32s3 tx with the csi_send project.
I flashed another esp32s3 rx with connect rainmaker.
The connect_rainmaker worked and I'm abl…