finallyfunctional / bluetooth-windows-esp32-example

This repository is a sample on how to connect from a Windows 10 PC to an ESP32 via bluetooth and windows sockets.
MIT License
16 stars 8 forks source link

Could not connect socket to ESP32. Error 10060 #3

Open comes04 opened 1 year ago

comes04 commented 1 year ago

Hi! I am trying to make this work. I succesfully upload the sketch to my ESP32, paired with my laptop (Windows 10) without issue but when I execute it (Start debugging Visual Studio 2019) i get the next error in the console:

Attempting to find paired ESP32 devices. Checking . Checking . Checking RNBT-7937. Checking ESP32test. ESP32 found! ESP32 is authenticated. Could not connect socket to ESP32. Error 10060

When I get the message "ESP32 is authenticated." in the console, i get the following message in the serial monitor from Arduino IDE: ASSERT_WARN(103 23), in lc_task.c at line 8775ASSERT_WARN(103 24), in lc_task.c at line 8775

Could someone help me with this? I'm a beginner with C++ and Visual Studio. Thanks in advance

morgankenyon commented 2 months ago

I am encountering the same issue, not really sure why it's not able to authenticate properly.