Search found 5 matches

by fester225
Fri Apr 12, 2024 1:32 am
Forum: ESP32 Arduino
Topic: Where to get a basic promiscuous async WiFi library?
Replies: 0
Views: 493

Where to get a basic promiscuous async WiFi library?

Apple Mac OS Firefox 124.0.2 Arduino IDE 2.3.3-nightly-20240328 Arduino Nano ESP32 Arduino C++ I am looking for a promiscuous Asynchronous WiFi library, something very simple which simply makes incoming transmissions of all types available to be read. From there I can determine which transmissions a...
by fester225
Thu Apr 04, 2024 10:18 pm
Forum: ESP32 Arduino
Topic: ESP32-WROOM-DA: Need WiFi Interface Details
Replies: 1
Views: 1602

ESP32-WROOM-DA: Need WiFi Interface Details

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 al...
by fester225
Sat Mar 16, 2024 7:04 pm
Forum: ESP32 Arduino
Topic: TCP and UDP, How Do I Get Both?
Replies: 2
Views: 882

TCP and UDP, How Do I Get Both?

I'm coding for reception from potentially unanticipated WiFi sources for ESP32-WROOM-DA. Can I use ESPAsyncWebServer for TCP and AsyncUDPPacket for UDP at the same time? I know ESPAsyncWebServer is used separate HTTP transmissions from other protocols, but can it be used to directly access plain TCP...
by fester225
Fri Mar 01, 2024 12:31 am
Forum: Hardware
Topic: Blue LED Blinks, Always
Replies: 3
Views: 4736

Re: Blue LED Blinks, Always

If you flashed a 'blink LED' example program, the "Hello World" of microcontrollers for checking if the toolchain and hardware is operational, then a blinking LED would be a common experience. Great idea. Blink works. I can vary the blink rate so I'm sure the program is installed and working. What's...
by fester225
Tue Feb 27, 2024 4:05 pm
Forum: Hardware
Topic: Blue LED Blinks, Always
Replies: 3
Views: 4736

Blue LED Blinks, Always

When I plug in my new ESP32-WROOM-DA, I get a red solid LED. When I program it, I get a blue flashing LED. Arduino IDE (2.3.2) says it's doing a "Hard resetting via RTS pin...", and it's been saying that for 10 minutes. ChatGPT says this behavior should last less than one second. So far I haven't fo...