Search found 1365 matches

by Ritesh
Fri May 17, 2019 10:01 pm
Forum: ESP-IDF
Topic: modbus master RTU
Replies: 10
Views: 17690

Re: modbus master RTU

Hi Alex, We are working on ESP32 IDF 3.1 and planning to use modbus into ESP32 as well. We have checked few third party modbus supported libraries which we are planning to port as component into ESP32 IDF. Would you please suggest like is there any library from your side which can be ported easily w...
by Ritesh
Fri May 17, 2019 9:55 pm
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 15382

Re: Libraries include

Hello, I'm using MSYS2 to compile and flash the ESP32. My ESP-IDF library is defined as C:\msys32\home\user\esp\esp-idf I need to include a header file which is located in a common library (for another project to use). The header file is located in another drive D:\project\common I tried to use EXT...
by Ritesh
Fri May 17, 2019 9:48 pm
Forum: ESP-IDF
Topic: CONFIG_CONSOLE_UART_NONE - UART Disable
Replies: 9
Views: 12534

Re: CONFIG_CONSOLE_UART_NONE - UART Disable

Quick question about the setting in make menuconfig. I use UART2 to communicate with a peripheral device. This UART is configured and set up within application code. However, I do not want the normal ESP Log Messages to be sent out over any UART. I set CONFIG_CONSOLE_UART_NONE within make menuconfi...
by Ritesh
Fri May 17, 2019 3:14 am
Forum: ESP-IDF
Topic: Faster, optimized ESP-IDF fork + PSRAM Issues
Replies: 21
Views: 25705

Re: Faster, optimized ESP-IDF fork + PSRAM Issues

Espressif SDK Team,

Would you please look few queries raised by me and few developers? So that I and they can move further with PSRAM without any issue.
by Ritesh
Wed May 15, 2019 2:02 pm
Forum: ESP-IDF
Topic: esp_wifi_connect() while running in WIFI_MODE_APSTA causes access point to close
Replies: 10
Views: 25544

Re: esp_wifi_connect() while running in WIFI_MODE_APSTA causes access point to close

ESP32 SDK Developers,

Please confirm last steps which I have mentioned
by Ritesh
Wed May 15, 2019 7:43 am
Forum: ESP-IDF
Topic: esp_wifi_connect() while running in WIFI_MODE_APSTA causes access point to close
Replies: 10
Views: 25544

Re: esp_wifi_connect() while running in WIFI_MODE_APSTA causes access point to close

Hi All, I just want to clarify that AP connection will be dropped while working with AP+STA mode as per my understanding. Let me give on example in which we are doing below stuffs as per our requirement. 1) Set AP configuration with channel as 6 2) Set STA configuration as per requirement 3) Set AP+...
by Ritesh
Wed May 15, 2019 5:00 am
Forum: ESP-IDF
Topic: How do I change the timeout on the softAP example?
Replies: 20
Views: 26916

Re: How do I change the timeout on the softAP example?

Hello Guys, I am using ESP32 in AP+STA mode for a web server application, I scan available AP's using STA mode, Create network using Soft AP, and run a webpage on IP provided by Soft AP. I am getting same message as Ritesh. I tried to reconnect but failed. I can see station connected, soft AP assig...
by Ritesh
Sat May 11, 2019 3:33 pm
Forum: ESP-IDF
Topic: Failure to connect to SSID with spaces in them
Replies: 10
Views: 16063

Re: Failure to connect to SSID with spaces in them

Guys, I just wanted to say thank you for the replies. I tried this several months ago and could not get it to connect to my 2.4Ghz router with an SSID of "Volleyball Girls". I connects perfectly when I change the SSID to "Volleyball_Girls". (Changing the space to an underscore) I'll try it again to...