Search found 6 matches
- Tue May 28, 2024 1:02 pm
- Forum: ESP RainMaker
- Topic: Rainmaker instability - repeated uninvited reset
- Replies: 1
- Views: 4499
Rainmaker instability - repeated uninvited reset
Went back to the basic vanilla Switch example. Way to reproduce: 1. Enrol the switch. 2. On and Off from the app works fine. form the button, not always stable. 3. Wait 5 minutes. 4. Hit the button for a short time. 5. The device immediately resets itself. Note in the logs the wait gap between time ...
- Tue Mar 05, 2024 5:53 pm
- Forum: Hardware
- Topic: Board design flaw with ESP32-S3-WROOM-1?
- Replies: 3
- Views: 2130
Re: Board design flaw with ESP32-S3-WROOM-1?
Thank you much @unlessovergeneralise.
Yep you are absolutely right.
Can I still program the ESP32-S3 via the D+/D- pins ? connecting them to the computer (while providing 3V3 to the chip and connecting both GND together) didn't reveal any device.
Thanks again.
Yep you are absolutely right.
Can I still program the ESP32-S3 via the D+/D- pins ? connecting them to the computer (while providing 3V3 to the chip and connecting both GND together) didn't reveal any device.
Thanks again.
- Mon Mar 04, 2024 4:38 pm
- Forum: Hardware
- Topic: Board design flaw with ESP32-S3-WROOM-1?
- Replies: 3
- Views: 2130
Board design flaw with ESP32-S3-WROOM-1?
This is my first board design with the S3. Previous boards with ESP32 worked fine. Tried to do the same, but I probably missed something: So I connected 3V3, GND and pulled up EN and IO0.. Connected pads 13 and 14 to Tx and Tr, and some other pins to some other devices. Someone suggested that I pull...
- Fri May 15, 2020 5:56 pm
- Forum: General Discussion
- Topic: OTA failure with HTTP_UPDATE_FAILD Error (0)
- Replies: 3
- Views: 4203
Re: OTA failure with HTTP_UPDATE_FAILD Error (0)
The plot thickens. I'm pulling the bin file from raw.githubusercontent.com. This worked perfectly well few months. Suddently, earlier this week it stopped without code changes on my end. Getting HTTP_UPDATE_FAILD Error (-1): HTTP error: connection refusedHTTP_UPDATE_NO_UPDATES. Anonymous browser wil...
- Thu May 14, 2020 3:31 pm
- Forum: General Discussion
- Topic: OTA failure with HTTP_UPDATE_FAILD Error (0)
- Replies: 3
- Views: 4203
OTA failure with HTTP_UPDATE_FAILD Error (0)
With code that worked many times before, I am suddenly starting to get consistent update errors on *multiple* devices. Any ideas why ? Replaced the bin with a fresh one in case of corruption, uploaded manually to ensure the compile is good. 18:25:53.324 -> x-ESP32-STA-MAC: 24:6F:28:9E:49:5C 18:25:53...
- Fri Mar 27, 2020 7:43 pm
- Forum: ESP32 Arduino
- Topic: HTTPClient http.POST("getting nowhere") isn't received by client
- Replies: 1
- Views: 3938
HTTPClient http.POST("getting nowhere") isn't received by client
Trying to use HTTPClient's http.POST() like in this example: if (https.begin(*client, connectionString)) { https.addHeader("Content-Type", "multipart/form-data"); Serial.println(https.POST("query1=12345&query2=134684&query3=1") but nothing is received on the other end. wrote a stupid PHP file to mim...