-
Notifications
You must be signed in to change notification settings - Fork 419
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
Comments
It looks like your hardware doesn't have bluetooth enabled, which is a prerequisite of the project. |
so,er,how to enable the bluetooth on this esp32 chip.can I setup it in Arduino IDE ? |
Enable it in your pc, not on ESP32 |
On ESP32: |
If you are in macOS, use chrome. If it is another operating system, check the browser that supports webBluetooth and install it. |
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?
The text was updated successfully, but these errors were encountered: