Razvan Grigore

Results 171 comments of Razvan Grigore

This is now working seamlessly with Arduino v3.0 for ESP32, since the `WifiClientSecure` used in [here](https://github.com/Links2004/arduinoWebSockets/blob/6eee4c6dc6740b6ccea96b04d4c7695ac1fc22ce/src/WebSockets.h#L234-L242) was renamed to `NetworkClientSecure` and this one transparently switches from Wifi, Ethernet and PPP...

Congrats and success on your new journey! With my cloud infrastructure background, while researching OCPP for our project, I understood the limitations of current gateway approaches and wrote a small...

Hey @Links2004, are you ok with this add-on? We really need it for extending the security profiles of OCPP client here: [MicroOcpp.cpp#L154-L160](https://github.com/matth-x/MicroOcpp/blob/0455ec05aabdb3475cbd2dedee430acc51b155c7/src/MicroOcpp.cpp#L154-L160)

This works already, but depends on the dual-stack setup, some interfaces prefer IPv6, others IPv4, see discussion here: https://github.com/espressif/arduino-esp32/discussions/9009#discussioncomment-7875321

Thank you for the quick answer. - We have changed the frequency param as you mentioned, added as `10`, since it's in MHz, right? What would be a good /...

Maybe related to https://github.com/espressif/esp-idf/issues/14178 ? We also use FastLED via RMT, but we do not use PSRAM (yet).

We have a custom PCB and the distance is 2 cm, there are no wires. I also tried setting the frequency the "other" way in begin() same result, after some...

Strange thing is, when testing the exact same hardware with `Ethernet.h`, it works perfectly fine. Is this using hardware IP stack tho? Could this happen under load/memory pressure? Maybe LED...

Thanks for the tip, but what do you mean by 8 MB? Our PSRAM is max 2 MB and we also have boards with no PSRAM at all, so it...

We are still struggling to find this bug, we tried many things, including a complete different hardware (waveshare ESP32-S3-ETH) with our full code and it still triggers the error. Also,...