Pierrick Brossin

Results 22 comments of Pierrick Brossin

I have just tried it on my onda v975w tablet and it seems to be working OK. I haven't tried further than building it and running the script: [31260.098917] Bluetooth:...

I went back to dropdox sync. I'll leave the question open though.

Have you tried mentioning the --path on command line ?

Isn't this used to hold all rtc gpios in their current state? I want to to specify which ones, reason why I use `gpio_hold_en`.

@VojtechBartoska I still need to give a try, I've been super busy lately. I was under the impression (when I tried it some weeks ago) that `gpio_deep_sleep_hold_en()` would hold all...

Just tried it and it doesn't work better. I tried with: ``` gpio_deep_sleep_hold_en(); gpio_hold_en(GPIO_NUM_33); esp_sleep_enable_timer_wakeup(2000000); esp_deep_sleep_start(); ``` And: ``` gpio_hold_en(GPIO_NUM_33); gpio_deep_sleep_hold_en(); esp_sleep_enable_timer_wakeup(2000000); esp_deep_sleep_start(); ``` Using `gpio_deep_sleep_hold_en` or not has the...

Missed @P-R-O-C-H-Y's comment in between, so I just tested with [Plateform IO Espressif 32 version 5.2.0](https://github.com/platformio/platform-espressif32/releases/tag/v5.2.0): * Added support for Arduino v2.0.5 ([release notes](https://github.com/espressif/arduino-esp32/releases/tag/2.0.5)) * Added support for ESP-IDF v4.4.2...