Search found 300 matches

by Vader_Mester
Wed Mar 07, 2018 12:25 pm
Forum: General Discussion
Topic: using the SPI flash pins for other things
Replies: 7
Views: 11910

Re: using the SPI flash pins for other things

kbaud: Can you explain why you would need those extra pins? Maybe we could provide an alternative solution.

Vader[BEN]
by Vader_Mester
Tue Mar 06, 2018 7:22 pm
Forum: Showcase
Topic: External flash component
Replies: 26
Views: 37609

Re: External flash component

I can test this during the weekend, I have an unshielded module, that I can use. Fingers crossed.
by Vader_Mester
Tue Mar 06, 2018 8:06 am
Forum: General Discussion
Topic: Over The Air Update feature
Replies: 9
Views: 14711

Re: Over The Air Update feature

Hi martinB, The wheel is already invented. It's called OTA server polling. Your mobile phones do that actually, by looking for updates themselves. Since all servers can be different, with sever thousand different authentication processes, there is no stantard example for them. The provided OTA examp...
by Vader_Mester
Mon Mar 05, 2018 10:05 am
Forum: Hardware
Topic: ESP32 D2WD Module Design
Replies: 3
Views: 9833

Re: ESP32 D2WD Module Design

I have just 2 things to add: The next revision should use the PICO-D4, which is a 7x7mm size package, with dual core ESP, 4MB flash and crystal inside, also with matching components for 50ohm transmission line. With that one you can basically put a PICO on your module wire our the GPIO pins to the b...
by Vader_Mester
Mon Mar 05, 2018 9:22 am
Forum: General Discussion
Topic: Starting wifi trips brownout
Replies: 8
Views: 17068

Re: Starting wifi trips brownout

IS there anything else on the board that can be powered up while you are trying this? Also the breadboard is not so power efficient, and a good quality USB cable is required. I hade the same issue before, then I swapped the USB cable, and problem gone. I always used the one of the Devkit boards, not...
by Vader_Mester
Sat Mar 03, 2018 1:57 pm
Forum: Showcase
Topic: External flash component
Replies: 26
Views: 37609

Re: External flash component

Illuscius: Does your driver sends a Write enable command to the Flash?

hgptamn: If you can read, you should read out the registers and check for write enable and write protection bits, so you can make sure the flash can be written.
by Vader_Mester
Sat Mar 03, 2018 12:32 pm
Forum: General Discussion
Topic: How to interface with 480x320 Screen
Replies: 2
Views: 5077

Re: How to interface with 480x320 Screen

Check our this thread.
This works only with ESP-IDF.
by Vader_Mester
Thu Mar 01, 2018 1:45 pm
Forum: General Discussion
Topic: ESP32 as ISP
Replies: 20
Views: 28536

Re: ESP32 as ISP

It's worth posting this write issue into under the thread here on the forum, or on Github, to see if he can help you out. I haven't tried that myselft just browsed the code, what it contains. As for the SPIFFS, you don't even have to know at which offset do you store the .bin, the SPIFFS API can fin...
by Vader_Mester
Thu Mar 01, 2018 7:36 am
Forum: General Discussion
Topic: ESP32 as ISP
Replies: 20
Views: 28536

Re: ESP32 as ISP

1 additional thing for the above: You can try to use SPIFFS on the programmer ESP32, to store the .bin file. There is an example in the ESP-IDF repo: [url]https://github.com/espressif/esp-idf/tree/master/examples/storage/spiffs[/url Using this, you can essentialy store your .bin file you want to pro...
by Vader_Mester
Wed Feb 28, 2018 8:24 pm
Forum: General Discussion
Topic: Over The Air Update feature
Replies: 9
Views: 14711

Re: Over The Air Update feature

Dear Vader Mester, Thank you for your time in replying to my query. So does it mean the factory image in esp32 doesnt have an OTA Upgrade capability and does the default image (factory image) have only factory image and no OTA Partition, Due to which we have to initially program the flash with OTA ...