BasedHardware / OpenGlass

Turn any glasses into AI-powered smart glasses
https://openglass.ai
MIT License
2.8k stars 344 forks source link

Problems encountered by windows desktop computers #39

Open ZachCharles666 opened 1 week ago

ZachCharles666 commented 1 week ago

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 commented 1 week ago

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

jjsmllj commented 1 week ago

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

kowyo commented 1 week ago

Enable it in your pc, not on ESP32