Search found 604 matches

by mikemoy
Fri Sep 14, 2018 10:14 pm
Forum: General Discussion
Topic: Flash Download Tools to support the ESP-PROG Board?
Replies: 0
Views: 2144

Flash Download Tools to support the ESP-PROG Board?

Will there be an update to the Flash Download Tool to support the relatively new ESP-PROG Board ? I will be having a batch of 100 boards to program and it would be nice to use the Flash Download Tool, along with the ESP-PROG Board in JTAG mode to program them for the production floor. I want to keep...
by mikemoy
Fri Sep 14, 2018 5:33 pm
Forum: Documentation
Topic: [Documentation Release] ESP32 Technical Reference
Replies: 41
Views: 177489

Re: [Documentation Release] ESP32 Technical Reference

666 pages. This is a perfect example for the saying "The devils in the details" :roll:
by mikemoy
Thu Sep 13, 2018 9:43 pm
Forum: General Discussion
Topic: Store static file in flash
Replies: 24
Views: 49374

Re: Store static file in flash

I have been bouncing back and forth between ESP32-IDF and arduino-esp32 I have have started playing with SPIFFS, and have my app showing the files I have uploaded. I am using PlatformIO, and they have a neat feature where you create a "data" folder, and chuck whatever files you want in there. Then y...
by mikemoy
Tue Sep 11, 2018 2:18 am
Forum: Showcase
Topic: Video animation with ESP32 - example
Replies: 5
Views: 10695

Re: Video animation with ESP32 - example

@Joan Daddle, thanks for sharing.
by mikemoy
Sun Sep 09, 2018 5:13 pm
Forum: General Discussion
Topic: ESP DevKitC power supply
Replies: 1
Views: 3399

Re: ESP DevKitC power supply

What I understand that I can power ESPDevKitC from USB or from external source connecting it to 5V (pin 19 at J2) , first is this correct ? yes Secondly: If I want to power the module from external supply and to connect the USB and the same time, how can I do this ? yes ESPDevKitC schematic https:/...
by mikemoy
Sat Sep 08, 2018 5:40 pm
Forum: ESP32 Arduino
Topic: Webserver, server.onNotFound(handleNotFound);
Replies: 2
Views: 4991

Webserver, server.onNotFound(handleNotFound);

I am a bit confused on the use of server.onNotFound(handleNotFound);

ok, so it calls the function handleNotFound, but how to i see what the request was ?
by mikemoy
Sat Sep 08, 2018 11:38 am
Forum: General Discussion
Topic: Field initialization of product
Replies: 12
Views: 12298

Re: Field initialization of product

I handled this by turning on AP mode when a certain combo of buttons is pressed on power up. I have a 4x4 keypad on my project but a button can work, or you can turn it on for 30 seconds at power up and if no connection then turn it back off. You can then set your own SSID name like "you company nam...
by mikemoy
Wed Sep 05, 2018 12:53 am
Forum: General Discussion
Topic: Wifi STA disconnect with error 203 - WIFI_REASON_ASSOC_FAIL
Replies: 6
Views: 11120

Re: What would you like to see in The Next Chip?

No, not Enterprise. But you are not necessarily looking for it either. The print out is my code in the wifi event handler. If you had error level debugging turned on you would see this... E (5258) wifi: Set status to INIT. I set it set for Verbose. I mean I saw it once when it initialized, but not ...
by mikemoy
Tue Sep 04, 2018 10:33 pm
Forum: General Discussion
Topic: Wifi STA disconnect with error 203 - WIFI_REASON_ASSOC_FAIL
Replies: 6
Views: 11120

Re: What would you like to see in The Next Chip?

I get a random amount of 203 errors while trying to connect to WPA2
I have always used WPA2, are you talking about WPA2 Enterprise ?
I have not tried Enterprise. But with WPA2 I have never seen anything like that.