Bluetooth dongle connection error
I am recording data through python interface as:
python OpenBCI_Python-master/user.py --daisy --add csv_collect raw_1.csv --record-duration 37 --safety-duration 1
However I have noticed that:
1. after the recording should stop the red light in the dongle still on for 1-2 sec
2. then the blue light in the dongle is still for like 5-8 sec
3. then finally the terminal returns:
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
sys.excepthook is missing
lost sys.stderr
and also the blue light in the dongle switches off.
It's annoying because I cannot record data in sequence as I would like to.
Any help appreciated.