As I use the api you provided, the program is stopped working after running for a while(15-20 mins.).
I still have no idea how to fix it. As I tried to track the code it shows that it was stopped on this line.
receivedBytes += self.mindwaveMobileSocket.recv(missingBytes)
in _readBytesFromMindwaveMobile of MindwaveMobileRawReader.py
I am using rasberry pi 3 B, the bluetooth is already embeded on the board.
Thank you
As I use the api you provided, the program is stopped working after running for a while(15-20 mins.).
I still have no idea how to fix it. As I tried to track the code it shows that it was stopped on this line.
receivedBytes += self.mindwaveMobileSocket.recv(missingBytes)in _readBytesFromMindwaveMobile of MindwaveMobileRawReader.py
I am using rasberry pi 3 B, the bluetooth is already embeded on the board.
Thank you