Search found 3 matches

by jaldunate
Tue Aug 27, 2019 6:57 am
Forum: General Discussion
Topic: are there alternative ways to enter UART programming mode?
Replies: 4
Views: 6685

Re: are there alternative ways to enter UART programming mode?

WiFive wrote: But you could program the flash chip directly from another esp32 or spi programmer
Genius! thank you
when I get time I will research and try that
by jaldunate
Mon Aug 26, 2019 1:27 pm
Forum: General Discussion
Topic: are there alternative ways to enter UART programming mode?
Replies: 4
Views: 6685

are there alternative ways to enter UART programming mode?

I managed to destroy GPIO0 pin on my board. I have a backup one, but I feel sad about bricked computers. Is there an alternative way to enter programming mode other than reset while GPIO0 is enabled?
Searching online didn't yield much hope.
by jaldunate
Tue May 14, 2019 1:06 pm
Forum: ESP32 Arduino
Topic: How can I parse client's http requests while using the ESP32 as the access point?
Replies: 1
Views: 3189

How can I parse client's http requests while using the ESP32 as the access point?

I've been learning how to use the ESP32 as a web host and also as an access point, both, being a "captive portal" and also sending astray bytes. I noted that the WebServer.h library offers a nice callback function that you can use when a client request files server.on("/", handleRoot); . I have trie...