ESP32-WROOM-DA: Need WiFi Interface Details
Posted: Thu Apr 04, 2024 10:18 pm
I have a project going which requires both UDP and TCP/HTTP access by my system. So far I have been unable to find any UDP Async WiFi libraries which operate with Arduino, let alone in conjunction with TCP. I'm thinking I'm going to have to write my own library to create the interface which will allow both protocols to run asynchronously at the same time.
Is there any documentation describing how the existing asynchronous WiFi libraries work on ESP32? I need to get down to the level of the memory address for the WiFi-Radio hardware interrupt.
BTW: What do people use to write assembly language for ESP32, to be used later as a .h file?
Is there any documentation describing how the existing asynchronous WiFi libraries work on ESP32? I need to get down to the level of the memory address for the WiFi-Radio hardware interrupt.
BTW: What do people use to write assembly language for ESP32, to be used later as a .h file?