Me No Dev

Results 650 comments of Me No Dev

@MarksWizard when you select a board, you will see two cores in the boards menu, one will say `ESP32 Arduino (in Sketchbook)` and that is the one you need to...

@mythbuster5 for reference, the initialization of the I2C driver is done here: https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-i2c-ng.c#L107-L129 This file contains the Arduino I2C lower layer driver that is based on I2C NG of ESP-IDF

@guy9ak you probably did not execute `get.py` or `get.exe` as given by the instructions, so install did not pull the tools and libs required for Arduino

@guy9ak [my comment](https://github.com/espressif/esp-idf/issues/15734#issuecomment-2786511690) in this same thread

you are a bit ahead of the curve here. We do not guarantee that this will ever work, because matter manages WiFi on it's own. Meaning interfaces, events and so...

This is the classic BT memory being released, not BLE, so I wonder why you see the issue that you do. Maybe we can rethink this so that provisioning will...

@Jason2866 it is keeping it always, regardless if BT is used or not. The point of the commented code is to free that memory if BT is not in use....

We might need to rework/revisit this, especially with moving to NimBLE. What chip is failing @Jason2866 ?

Have you tried with SPI MODE 1 or 2? Looks like it should sample on the falling edge

The point of sampling is done inside the hardware and can only be controlled by switching the mode. We do not have other way to influence it. I suggest you...