Search found 4 matches
- Thu Dec 24, 2020 12:30 pm
- Forum: General Discussion
- Topic: How to read the ACK in TCP Cleint-Server application?
- Replies: 0
- Views: 1338
How to read the ACK in TCP Cleint-Server application?
Hello, I'm working on a project in which I'm using the ESP32-WROOM-32U module. I've developed a TCP Client-Server based application, in which my device is acting as a TCP client and connecting to a central server. I'm developing my code with the help of Arduino IDe. Right now, I'm sending some data ...
- Wed Dec 09, 2020 1:06 pm
- Forum: ESP32 Arduino
- Topic: How to change WIFI credentials at runtime?
- Replies: 0
- Views: 1587
How to change WIFI credentials at runtime?
Hello, I'm a little bit new to ESP32 and Arduino ID. I've been working on a project in which I want to switch the wifi network from one to another at any given time. But whenever I'm trying to close the existing connection (network) and reconnect to the new one, ESP32 crashes and gets rebooted. A bi...
- Thu Oct 08, 2020 9:55 am
- Forum: General Discussion
- Topic: Programming issue with ES32-WROOM-32U
- Replies: 2
- Views: 3058
Re: Programming issue with ES32-WROOM-32U
Thanks a bunch, this solves my problem.
- Wed Oct 07, 2020 11:32 am
- Forum: General Discussion
- Topic: Programming issue with ES32-WROOM-32U
- Replies: 2
- Views: 3058
Programming issue with ES32-WROOM-32U
Hello I'm working on a project in which I've made a custom board based on the ESP32-WROOM-32U module. I've referred the reference schematic available in the datasheet "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf". But unfortunately, my board is not abl...