Davide Pasero
Davide Pasero

Reputation: 105

How do I connect esp32 bluetooth with Windows 10 using a 5.0 bluetooth adapter?

I'm trying to send data from an esp32 (Arduino) to my PC program written in Java. I have a bluetooth 5.0 adapter (HOMMIE 5.0) and I can't pair those two. When I try to pair them the esp32 prints on the arduino serial monitor this error message: ASSERT_WARN(103 23), in lc_task.c at line 8775ASSERT_WARN(103 24), in lc_task.c at line 877. Do you have any ideas on how to solve it?

Upvotes: 0

Views: 2125

Answers (1)

Same problem here, but actually there's a way that i found how to make it work (not my favorite i got to say). But basically, if you downgrade the version of the add-on esp32 in the arduino IDE from 1.0.6 to 1.0.4 it should work, or at least it workerd for me. At the end i don't really know the cause of the issue, but at least its a partial solution

Upvotes: 2

Related Questions