Search found 6 matches
- Tue Aug 27, 2024 5:11 pm
- Forum: Hardware
- Topic: Unable to download firmware to ESP32-C3
- Replies: 6
- Views: 2442
Re: Unable to download firmware to ESP32-C3
I got a response, and that's a module that came pre-flashed with customer firmware and as such has download mode disabled. I'm afraid it's not usable for anyone but that customer. Can you tell me a bit more (if needed in private email, jeroen at espressif dot com) how you came by this module? Thank...
- Fri Aug 23, 2024 6:55 pm
- Forum: Hardware
- Topic: Unable to download firmware to ESP32-C3
- Replies: 6
- Views: 2442
Re: Unable to download firmware to ESP32-C3
Seems that chip has SecureBoot enabled. Is this something you or your customer might have done? If not, can you post a clear picture of the module, with the text and QR-code readable? As far as I know, if it was secureBoot the log would say something about it. Anyway, my client wouldn't have done a...
- Fri Aug 23, 2024 2:55 am
- Forum: Hardware
- Topic: Unable to download firmware to ESP32-C3
- Replies: 6
- Views: 2442
Unable to download firmware to ESP32-C3
Hello! I'm a freelancer and I have been working on a somewhat simple ESP32-C3 project. I have developed a custom PCB using an ESP32-C3-MINI-1-N4, the module we got has the M4N4 engraving on it, the problem is that we haven't been able to download any new code, here is the log we have received from t...
- Wed May 11, 2022 4:20 am
- Forum: ESP-IDF
- Topic: Modbus TCP Slave + W5500 static IP information
- Replies: 9
- Views: 8493
Re: Modbus TCP Slave + W5500 static IP information
Hello, @ESP_alisitsyn and @ESP_ondrej Thank you very much for your answers, I have successfully reached communication with my ESP32 as a slave. It was not immediate though, after applying the fix I still struggled to get things going, so I went straight to day 0 and compiled an ethernet basic exampl...
- Mon May 09, 2022 10:56 pm
- Forum: ESP-IDF
- Topic: Modbus TCP Slave + W5500 static IP information
- Replies: 9
- Views: 8493
Re: Modbus TCP Slave + W5500 static IP information
Hello, @ESP_alisitsyn, Thank you for your answer. I will explain a bit more about my setup. This is an ESP32 that is going to be working as a TCP Slave device so someone else can connect to it and get the data from the registers with an HMI. While configuring and checking IP Addresses, I noticed tha...
- Sat May 07, 2022 1:54 pm
- Forum: ESP-IDF
- Topic: Modbus TCP Slave + W5500 static IP information
- Replies: 9
- Views: 8493
Modbus TCP Slave + W5500 static IP information
Hello, I have been trying to get Modbus TCP to work through SPI Ethernet interface. I am able to start processes successfully but I have some questions about the different IP addresses. It is obvious that both the w5500 module and the ESP32 have different IP addresses, the problem is that I'm only a...