lihas / NeuroPy

NeuroPy library written in python to connect, interact and get data from neurosky's MindWave EEG headset.
88 stars 54 forks source link

Linux #4

Closed acseckin closed 7 years ago

acseckin commented 10 years ago

Hi, I change my OS from windows to linux-Ubuntu. But there is no rfcomm for bluetooth. How can I fix/attach/etc? Sincerly.

lihas commented 10 years ago

here is a nice post about it the default pin if required will be written on the quick start guide that came along with the device http://askubuntu.com/questions/248817/how-to-i-connect-a-raw-serial-terminal-to-a-bluetooth-connection

On Tue, Oct 1, 2013 at 2:25 AM, Ahmet Çağdaş SEÇKİN < notifications@github.com> wrote:

Hi, I change my OS from windows to linux-Ubuntu. But there is no rfcomm for bluetooth. How can I fix/attach/etc? Sincerly.

— Reply to this email directly or view it on GitHubhttps://github.com/lihas/NeuroPy/issues/4 .

acseckin commented 10 years ago

Didn’t work. I changed the rfcomm.conf as mentioned but no rfcomm added. Is there any additional program/extension for it?

Note: I try Blueman program add rfcomm* but deny to reach it. When I try to reach with python it says that "port access permission deny or port used by another program" but no another program is running.

acseckin commented 10 years ago

Solved: 1-remove whole bluetooth programs 2- install blueman 3- search and pair devices 4- select serial communication it attaches rfcomm* 5- run python as root (sudo) for access permission 6- run the program.