Search found 12 matches
- Tue Oct 06, 2020 10:13 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 21465
Re: ESP32 crashes after HTTP request
Aha, I found a workaround. It's ugly, but it seems to work. I had to modify HTTPClient.cpp, which on my Windows system is in C:\Users\USERNAME\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries\HTTPClient\src. Comment out these lines, or change the conditional or comment out "_can...
- Tue Oct 06, 2020 7:50 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 21465
Re: ESP32 crashes after HTTP request
I'm having this same problem, and I don't have control over the webserver I'm getting info from, so I can't change the header. Has anyone figured out a way to make the httpclient not crash when loading info from a server that sends the "connection: close" header? (I'm retrieving info from the webser...
- Fri Feb 21, 2020 7:35 pm
- Forum: General Discussion
- Topic: How to connect a D1 Mini to a PCB?
- Replies: 1
- Views: 3066
How to connect a D1 Mini to a PCB?
I'm trying to integrate a D1 mini to a PCB I'm designing, and not sure what the best way to attach it is. I'm trying to keep the PCB as thin as possible so I'd rather not add headers.
Is there some clever way to attach this board to a PCB?
Thanks for any help or suggestions.
Is there some clever way to attach this board to a PCB?
Thanks for any help or suggestions.
- Fri Feb 07, 2020 4:04 am
- Forum: ESP-IDF
- Topic: ESP IDF installation error: Unexpected end of archive
- Replies: 5
- Views: 8042
Re: ESP IDF installation error: Unexpected end of archive
I think there might be something wrong with the linked version? I tried several times with the current version but it failed every time. When I selected the previous version it worked right away.
- Thu Feb 06, 2020 11:36 pm
- Forum: ESP-IDF
- Topic: ESP IDF installation error: Unexpected end of archive
- Replies: 5
- Views: 8042
Re: ESP IDF installation error: Unexpected end of archive
I'm getting the same error. Did you ever solve it?
- Wed Nov 06, 2019 4:46 am
- Forum: ESP32 Arduino
- Topic: Possible to have esptool.py beep when ready to flash?
- Replies: 2
- Views: 4069
Re: Possible to have esptool.py beep when ready to flash?
Thanks for that, very interesting.
I'm still hoping to be able to use a custom version of esptool.py (instead of the packaged exe)... Or I guess could package it with PyInstaller?
Or isn't there some way to edit the command that the Arduino IDE sends to esptool?
I'm still hoping to be able to use a custom version of esptool.py (instead of the packaged exe)... Or I guess could package it with PyInstaller?
Or isn't there some way to edit the command that the Arduino IDE sends to esptool?
- Tue Nov 05, 2019 9:28 pm
- Forum: ESP32 Arduino
- Topic: Possible to have esptool.py beep when ready to flash?
- Replies: 2
- Views: 4069
Possible to have esptool.py beep when ready to flash?
I'm using an ESP32 dev board that requires pressing the boot button to flash it. The compile time in the Arduino IDE takes almost a minute, so I have to sit and watch the progress so I can press the boot button at the appropriate time. It would be really nice if I could hear a beep when it's ready f...
- Tue Oct 29, 2019 7:19 am
- Forum: ESP32 Arduino
- Topic: Can't upload more than 1 MB to spiffs?
- Replies: 2
- Views: 7560
Can't upload more than 1 MB to spiffs?
I'm using this Melife ESP32 dev board: https://www.amazon.com/gp/product/B07Q576VWZ In the Arduino IDE I have the partition scheme set to "default 4mb with SPIFFS (1.2 MB app/1.5 MB spiffs)". However, if my SPIFFS gets any larger than 1MB, I get: SPIFFS_write error(-10001): File system is full. Is i...
- Tue Oct 29, 2019 3:41 am
- Forum: ESP32 Arduino
- Topic: Recommendation for a small but capeable ESP32 Arduino module?
- Replies: 2
- Views: 4923
Re: Recommendation for a small but capeable ESP32 Arduino module?
Thanks for that, I just ordered one. Does anyone have any experience or opinion about these boards? https://www.gridconnect.com/products/esp-wrover-32b-wi-fi-bt-ble-module-with-pcb-antenna?variant=11469912342564&gclid=CjwKCAjw3c_tBRA4EiwAICs8Cg5tMLSzIN2UqtVYJd6wmlFgmY3Upj18l4PgLI8NsTHTtEoIAYd0bhoCU6...
- Sun Oct 27, 2019 12:58 am
- Forum: ESP32 Arduino
- Topic: Recommendation for a small but capeable ESP32 Arduino module?
- Replies: 2
- Views: 4923
Recommendation for a small but capeable ESP32 Arduino module?
I'm building an IOT product that would use an ESP32 Arduino board. Currently I'm using this Melife dev board: https://www.amazon.com/gp/product/B07Q576VWZ It works well (beautifully actually!), but the headers make it a bit too large for my purposes, and I can't find it without the headers soldered ...