David Albert
David Albert
The i2c_config_t structure changed in newer versions of IDF (I'm using 4.3.2), and a critical element is not initialized. The fix: in u8g2_esp32_hal.c, add this after line 142: conf.clk_flags =...
For release 2.4.2 of the Arduino Core, WPS functionality has been removed by default in favor of a 4K memory optimization. To use WPS, you must include the following build...
Is there an example of how to send a WiFiClient::printf() (e.g. for an HTTP GET) and have it timeout if either the connection closes or the peer doesn't respond within...
Many platforms use the nodemcu interface that controls entry to the ESP bootloader using DTR and RTS to drive the reset and GPIO0 (boot) pins. It would be awesome if...
I wrote a simple sketch to show the state of RTS and it doesn't work as expected. The RTS state is only updated when DTR changes state. Tested on windows...
I downloaded a fresh tarball of the v6 release and make fails as below. I'm using gcc 11.3.0 under cygwin 64 on windows 11: ``` ~/msgpack-tools-0.6 $ make /usr/bin/cmake.exe -S/home/david/msgpack-tools-0.6...
I'd like to make a few enhancements to your LoRa library. Would you be open to me making the following enhancements? 1. Add support for FSK operation e.g.: typedef enum...