Dirk O. Kaar
Dirk O. Kaar
There's a pending PR #7979, that solves issues with finding the right calls and their correct order by providing a cleaned-up and tested API. Please look at [libraries/esp8266/examples/ForcedLightSleep/ForcedLightSleep.ino](https://github.com/esp8266/Arduino/pull/7979/files#diff-b7bddb696ab152d41ae05b21fc792ebabb2689455e852551726d290f29bca4fc) for your...
@DaanTheoden What makes you use a mix of 8S1 and 8N2? What makes you think using two separate EspSoftwareSerial objects is any different from using a single one? What happens...
@DaanTheoden I'm revisiting your issue report. Is this a duplex communication where the external device is transmitting concurrently to the ESP32? That is prone to fail with SW serial. Most...
Is this issue stale?
Any solution that would let coro::when_all and coro::when_any work without the THREADING option and as such not have mutexes etc available, would be highly beneficial. (I have now implemented both...
Please refer to https://www.espressif.com/sites/default/files/documentation/2c-esp8266_non_os_sdk_api_reference_en.pdf, section 3.3.11 and 3.3.12. VDD33 calibration is part of the RF calibration, this would account for your different measurements. Please check out https://github.com/esp8266/Arduino/issues/8783 for guidance on...
Is there any particular reason you prefer C-style weak linkage over C++ polymorphism?
Keeping #261, closing this one.
If your data is really running in concurrent mode, that is, RX and TX as the same time, software serial is very likely to fail due to timing constraints. If...
@anatoly-savchenkov I would like to point you toward #260 at this time, it is a fix for any CPU frequency changes that the SDK may perform during WiFI activity etc.