Search found 50 matches

by papaluna
Sun Aug 26, 2018 9:54 pm
Forum: ESP-IDF
Topic: System does not wake up properly anymore after *2nd* deep sleep period using master branch
Replies: 3
Views: 5185

Re: System does not wake up properly anymore after *2nd* deep sleep period using master branch

FYI Using (5000) instead of (2000) for Extra delay in deep sleep wake stub (in us) in menuconfig does not help.
by papaluna
Sun Aug 26, 2018 9:52 pm
Forum: ESP-IDF
Topic: System does not wake up properly anymore after *2nd* deep sleep period using master branch
Replies: 3
Views: 5185

System does not wake up properly anymore after *2nd* deep sleep period using master branch

Hi, I'm not sure if this is a hardware issue or config issue or something else so I post it here first. The system does not wake up properly anymore after the ***2nd*** deep sleep period (and any deep sleep period after that) using ESP-IDF v3.2-dev-607-gb14e87a6. It seems to reset itself twice (with...
by papaluna
Thu Aug 23, 2018 7:51 am
Forum: General Discussion
Topic: ESP32 STA configuration
Replies: 6
Views: 7012

Re: ESP32 STA configuration

It is recommended to use this for init:

Code: Select all

wifi_init_config_t wifi_init_config = WIFI_INIT_CONFIG_DEFAULT();
by papaluna
Fri Aug 03, 2018 8:05 pm
Forum: ESP-IDF
Topic: UART minimum baudrate????
Replies: 10
Views: 17189

Re: UART minimum baudrate????

I don't think an issue was ever opened, so yes please open one. Thanks. A similar issue already exists https://github.com/espressif/esp-idf/issues/703 According to @costaud, the hardware apparently does not support sending a BREAK before a data transmission, and the UART Driver does not support sen...
by papaluna
Thu Aug 02, 2018 2:27 pm
Forum: ESP-IDF
Topic: UART minimum baudrate????
Replies: 10
Views: 17189

Re: UART minimum baudrate????

The uart_write_byte_with_break checks the length of the data and spits out an error on size 0. Currently looking for a solution for this, I use a protocol that starts packets with a BREAK... Either allowing a 0 length data or a straight set_break command would be nice. I also need to start a transm...
by papaluna
Thu Jul 12, 2018 11:31 am
Forum: General Discussion
Topic: MQTT support in latest ESP32 SDK
Replies: 3
Views: 5745

Re: MQTT support in latest ESP32 SDK

Thanks a lot. Would you please tell me if this MQTT client version match with mosquitto? Which MQTT server do you recommend to use for testing? I'm porting it on my SDK but not ready for test yet.
The library works fine with the latest Mosquitto V1.4.14
by papaluna
Tue Jul 10, 2018 10:16 pm
Forum: ESP-IDF
Topic: Extremely slwo build time in eclipse (not in MSYS)
Replies: 6
Views: 8991

Re: Extremely slwo build time in eclipse (not in MSYS)

FYI these are the instructions I use on MS WIndows developer machines to speedup the make: ### ### IMPROVE MAKE's PERFORMANCE*** WINDOWS DEFENDER: DISABLE CHECKING THE MSYS2 FOLDER and MYIOT FOLDER Windows Defender => Virus & Thread Protection => Virus & Thread protection settings => Exclusions: EXC...
by papaluna
Wed Jun 13, 2018 8:33 am
Forum: General Discussion
Topic: Using esp_log_set_vprintf() function
Replies: 10
Views: 22830

Re: Using esp_log_set_vprintf() function

kartikkmann, Maybe this example helps, this one writes to SPIFFS. ESP_LOGI(TAG, " ***Redirecting log output BACK to only UART0 (not to the SPIFFS log file anymore)"); esp_log_set_vprintf(&vprintf); ESP_LOGI(TAG, "***Redirecting log output to SPIFFS log file (also keep sending logs to UART0)"); esp_l...
by papaluna
Sun Jun 10, 2018 10:05 am
Forum: ESP-IDF
Topic: [Solved] Error cloning ESP-IDF from github
Replies: 2
Views: 5041

Re: Error cloning ESP-IDF from github

Open a Windows Command Prompt, assuming c:\msys32 is the MSYS32 directory, and try to rebase the installation:

Code: Select all

c:\msys32\autorebase.bat