Search found 7 matches
- Tue Apr 05, 2022 7:02 am
- Forum: Report Bugs
- Topic: Unable to boot the device on feild
- Replies: 0
- Views: 3152
Unable to boot the device on feild
Hello Team, We are facing very viard behavior for esp32-wroom-32D. Basically we are using this controller for agriculture application. We observed some of our device is not able to boot. We are expecting reason for this like why this is happening. Device log: ets Jun 8 2016 00:22:57<CR><LF> <CR><LF>...
- Mon Dec 13, 2021 11:35 am
- Forum: Hardware
- Topic: Information regarding rtc in ESP32-S2
- Replies: 2
- Views: 6450
Re: Information regarding rtc in ESP32-S2
Hello @espressif can I get some clarification with regards to this doubt?
- Tue Nov 23, 2021 6:58 am
- Forum: Hardware
- Topic: Information regarding rtc in ESP32-S2
- Replies: 2
- Views: 6450
Information regarding rtc in ESP32-S2
I want to understand how to keep RTC clock working while chip logic is off(if possible) in the esp32-s2. I know this is not possible in the esp32, hence I am considering the s2. I am attaching two images below to highlight the difference. What's special about the RTC Analog domain block? Can it work...
- Fri Mar 19, 2021 9:42 am
- Forum: ESP-IDF
- Topic: Copying sub folder in ESP-IDF to a local project folder
- Replies: 1
- Views: 2451
Copying sub folder in ESP-IDF to a local project folder
Hello, I am using the ESP-IDF and for my projects I need to modify the IDF files located in my C drive. Now I do this and conditional compile the changes so that I can revert back the changes to original if needed. I was wondering if it is possible to create a copy of these changed libraries in the ...
- Sat Feb 13, 2021 12:57 pm
- Forum: ESP-IDF
- Topic: MODBUS TCP/IP issue
- Replies: 2
- Views: 3495
MODBUS TCP/IP issue
Hello, I am currently facing an issue with the ESP-IDF v4.3-dev-1901-g178b122c1 We are running a modbus tcip project. The ESP board acts as a client and on the other side is a Schneider electric PLC model no TM172PBG28R. When the client polls the plc for data, no response is being received by the ES...
- Sat Feb 06, 2021 12:56 pm
- Forum: Hardware
- Topic: Queries related to GPIO functionality
- Replies: 0
- Views: 1491
Queries related to GPIO functionality
Hello, We are planning to use the ESP-32 chip for a project. I had a few queries regarding the pinouts. 1. For our hardware we are not using any PSRAM. So can we use pins GPIO 16 and 17 as general i/o pins? 2. We are using an external flash GD25Q32CTIGR. Can we use the pins gpio 9 and gpio10 as gene...
- Thu Dec 03, 2020 12:06 pm
- Forum: ESP-IDF
- Topic: Setting Stop bits in Modbus Serial
- Replies: 1
- Views: 3107
Setting Stop bits in Modbus Serial
Hello, * @brief Device communication structure to setup Modbus controller */ typedef union { // Serial communication structure struct { mb_mode_type_t mode; /*!< Modbus communication mode */ uint8_t slave_addr; /*!< Modbus slave address field (dummy for master) */ uart_port_t port; /*!< Modbus commu...