lbernstone

Results 235 comments of lbernstone

Are you able to get to the power level you are looking for if you use [esp_sleep_pd_config](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/system/sleep_modes.html#power-down-of-rtc-peripherals-and-memories) to turn off all the power domains?

This forum is for issues with the arduino-esp32 software housed and developed here. It is not for general hardware issues. Those will receive more attention at [esp-idf](https://github.com/espressif/esp-idf/issues) or [esp32.com](https://esp32.com/viewforum.php?f=12&sid=a07786461de11ac05249cf9b99a47da6).

I think this needs a short conversation about what "localIP" really means here. If it is just the assigned address, then scope should be a parameter in localIPv6 rather than...

Try with this example. https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/GPIO/GPIOInterrupt/GPIOInterrupt.ino

[Documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/i2s.html) [Examples](https://github.com/espressif/esp-idf/tree/master/examples/peripherals/i2s) [Source](https://github.com/espressif/esp-idf/tree/master/components/driver/i2s)

If don't think it should be silenced @bertmelis, but it should not be fatal. The framework shouldn't be throwing warnings! I'll try that PR and see if it runs the...

This forum is for issues with the code in this repo. You will need to ask your 3rd party library author for help. > but the the board will not...

Not to derail this pr, but is there actually eqpt out there that will only run on dout/qout?

> > Not to derail this pr, but is there actually eqpt out there that will only run on dout/qout? > > yes. I have a board that has flash...

I think you now need to call [gpio_deep_sleep_hold_en](https://github.com/espressif/esp-idf/blob/master/components/driver/include/driver/gpio.h#L391)?