martinohanlon / BlueDot

A zero boiler plate bluetooth remote
MIT License
141 stars 43 forks source link

Unable to connect with my Pi #152

Closed GireeshHarish closed 4 years ago

GireeshHarish commented 4 years ago

Hello, I was trying to use BlueDot for controlling the GPIO pins of my Raspberry Pi 3B but unfortunately, I am not able to connect with my device. The pairing was successful but I am not able to connect my Pi and device using Bluetooth. Can you please help me with this issue. I will attach the screenshot of the error message also here. error msg

martinohanlon commented 4 years ago

It looks like you are trying to connect to the Blue Dot app by using the bluetooth menu on your Raspberry Pi - is that right?

The Blue Dot app connects to your Raspberry Pi.

It works like this:

This is documented in the getting started guide. https://bluedot.readthedocs.io/en/latest/gettingstarted.html

GireeshHarish commented 4 years ago

Thank you very much. It worked like a charm.

cchokiGyeltshen commented 2 months ago

sudo pip3 install bluedot on entering this command I am getting the respond as instead try apt install python3-xyz I did this and somehow I managed to install python3-xyz. However, it prompts E- unable to locate package python3-xyz

How can I resolve this issue?