Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems encountered by windows desktop computers #39

Open
ZachCharles666 opened this issue Jun 21, 2024 · 5 comments
Open

Problems encountered by windows desktop computers #39

ZachCharles666 opened this issue Jun 21, 2024 · 5 comments

Comments

@ZachCharles666
Copy link

I tried to run the project on a desktop computer with windows and it was successful after using npm start, but when I opened the page http://localhost:8081, I encountered a problem. When I clicked Connect to the device, nothing happened. I checked the browser and found a message: DOMException: Bluetooth adapter not available.

I hope to get some help to tell me how to solve this problem. Or do I have to switch to a laptop with Bluetooth connectivity?

@kowyo
Copy link

kowyo commented Jun 21, 2024

It looks like your hardware doesn't have bluetooth enabled, which is a prerequisite of the project.

@jjsmllj
Copy link

jjsmllj commented Jun 24, 2024

so,er,how to enable the bluetooth on this esp32 chip.can I setup it in Arduino IDE ?

@kowyo
Copy link

kowyo commented Jun 25, 2024

Enable it in your pc, not on ESP32

@HaoHoo
Copy link

HaoHoo commented Jul 5, 2024

On ESP32:
You can open the serial monitor from Arduino IDE. When BLE and Mic open you can see the output.
On PC:
Yes, you need a Bluetooth device on your PC and enable it.

@fre2d0m
Copy link

fre2d0m commented Jul 9, 2024

If you are in macOS, use chrome. If it is another operating system, check the browser that supports webBluetooth and install it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants