Search found 7 matches

by Alexis
Sat Jan 07, 2017 8:48 am
Forum: ESP-IDF
Topic: Wake Up from GPIO
Replies: 8
Views: 15103

Re: Wake Up from GPIO

Hello, Since the update of the SDK, I'm able to set the ESP32 in Deep Sleep and wake it up with External Wake Up. So my initial issue is solved. I'm now wondering what the consumpion I can really expect from the ESP32 at this stage. According to the Datasheet, I could reach a consumption of 2.5 µA i...
by Alexis
Fri Dec 16, 2016 3:46 am
Forum: ESP-IDF
Topic: Wake Up from GPIO
Replies: 8
Views: 15103

Re: Wake Up from GPIO

Ok, thanks for the informations ! About the deep sleep mode, when I call the function: esp_deep_sleep() the module should be in Deep Sleep and the consumption should be, as announced in the Datasheet, about 0.1 to 0.2 mA, right ? Or should I do some other setup by myself while going in sleep mode ? ...
by Alexis
Tue Dec 13, 2016 2:50 pm
Forum: ESP-IDF
Topic: Wake Up from GPIO
Replies: 8
Views: 15103

Wake Up from GPIO

Hello, Is it possible to Wake UP the ESP32 from a GPIO today ? I've tried to simply use: gpio_wakeup_enable(gpio_num_t gpio_num, gpio_int_type_t intr_type) but it does not seem to work. When the ESP32 is in Deep Sleep, it's not possible to wake it up from the GPIO, only by the timer. Am I missing an...
by Alexis
Thu Dec 08, 2016 3:48 am
Forum: Hardware
Topic: How to flash the ESP32 ?
Replies: 10
Views: 59521

Re: How to flash the ESP32 ?

Hello,

Thanks for your help.
I've finally been able to flash the ESP32. It was a Hardware issue with another component at the end.

Just a last question regarging flashing the ESP32.
Is there any tool available for Mass Production yet ? Or is it still too early in the ESP32 Release ?
by Alexis
Tue Dec 06, 2016 7:38 am
Forum: Hardware
Topic: How to flash the ESP32 ?
Replies: 10
Views: 59521

Re: How to flash the ESP32 ?

Well ok, it's exactly what I've done but it does not work.
I cannot detect the ESP32 and so flash it.

I will keep working on this to figure out...
by Alexis
Tue Dec 06, 2016 4:12 am
Forum: Hardware
Topic: How to flash the ESP32 ?
Replies: 10
Views: 59521

Re: How to flash the ESP32 ?

Hello, Thanks for your answer. What do you mean exactly by "Make sure you connect TX and RX the right way" ? Should I connect direclty the RXD0/TXD0 from the DevKitC to the RXD0/TXD0 of the ESP32 I want to flash ? Or should I remove R17 / R18 from the DevKitC and then connect directly the RXD0/TXD0 ...
by Alexis
Tue Dec 06, 2016 2:05 am
Forum: Hardware
Topic: How to flash the ESP32 ?
Replies: 10
Views: 59521

How to flash the ESP32 ?

Hello, Is it possible to flash an ESP32 from the ESP32 DevKit (ESP32-Core-Board-V2) ? If yes, what should be the manip ? The same as if I want to flash the ESP32-Core-Board but instead, I connect the RX / TX pin of the Dev Kit, to the RX / TX of the ESP32 ? Then I simply Ground EN / IO pin of the ES...