Search found 4 matches

by jlrtrevenga
Sun Jul 12, 2020 9:23 am
Forum: ESP-IDF
Topic: mqtt_client.c functionality related to ESP_IDF version not controlled on library, making init fail.
Replies: 0
Views: 1889

mqtt_client.c functionality related to ESP_IDF version not controlled on library, making init fail.

environment: ESP32_IDF IDE: PlatformIO, Core 4.3.4, Home 3.2.3 Platform: ESPRESSIF 32, v1.12.4 ESP_IDF_VERSION: 4.0.0 according to esp_idf_version.h Problem 1: some mqtt_client.c functionalities are enabled/disabled depending on ESP_IDF version (3.3.0, 4.0.0, 4.1.0). But variable init is not related...
by jlrtrevenga
Fri May 25, 2018 7:24 pm
Forum: Report Bugs
Topic: Make flash error "Inappropriate ioctl for device"
Replies: 3
Views: 9629

Re: Make flash error "Inappropriate ioctl for device"

I attach the answer provided by ESP_Angus in another thread, in case somebody has the same problem (I have done it and it solves the problem): __________________________________ I this is caused by having run "pip install serial" rather than "pip install pyserial". This is a known issue. You can pro...
by jlrtrevenga
Sun May 20, 2018 2:45 pm
Forum: Report Bugs
Topic: Possible error in ES32-IDF v3.0, incorrect path "/home/ivan/esp-idf/.git/..." included?
Replies: 1
Views: 5053

Possible error in ES32-IDF v3.0, incorrect path "/home/ivan/esp-idf/.git/..." included?

Please, consider that I have just started to test ESP32, so my knowledge is limited. I have this environment: - Ubuntu 18.04 running under Oracle Virtual Box v5.2.8 - ES32-IDF v3.0 Trying to run my first program, Hello_world example. It has compiled ok, but when I try to flash it, I get the followin...
by jlrtrevenga
Sun May 20, 2018 2:32 pm
Forum: Report Bugs
Topic: Make flash error "Inappropriate ioctl for device"
Replies: 3
Views: 9629

Re: Make flash error "Inappropriate ioctl for device"

Hello WiFive, I have just started to play with this card and ubuntu, so my knowledge is very limited. But I believe everything is correct in my dev environment. I have the same issue as mbreyt, although my configuration is different: - Ubuntu 18.04 running on Oracle Virtual Box 5.2.8 - ESP32-IDF V3....