Search found 2 matches

by paynterf
Wed Aug 28, 2019 4:19 pm
Forum: ESP32 Arduino
Topic: WifiClientBasic connects to host, but doesn't send anything
Replies: 1
Views: 2994

Re: WifiClientBasic connects to host, but doesn't send anything - SOLVED

The 'failure to send anything' was due to me not disabling my firewall, which prevented any requests from the ESP32 from getting through. However, the 'guru meditation errors' were due to problems with the 'WiFiClientBasic' example program trying to read from an empty buffer before anything was avai...
by paynterf
Sun Aug 25, 2019 3:18 pm
Forum: ESP32 Arduino
Topic: WifiClientBasic connects to host, but doesn't send anything
Replies: 1
Views: 2994

WifiClientBasic connects to host, but doesn't send anything

I am trying to get the ESP32 WifiClientBasic example to work, but I can't get the ESP32 to actually send anything to the host. Using Node.js I set up a localhost server on my Windows 10 laptop so I can monitor requests to the localhost as they are received. I tested this by typing 'http://127.0.0.1:...