在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):robintibor/python-mindwave-mobile开源软件地址(OpenSource Url):https://github.com/robintibor/python-mindwave-mobile开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):Some scripts to access the data streamed by the Neurosky Mindwave Mobile Headset over Bluetooth on Linux. Requirements:
If you want to install the library as a module, do:
from the root folder of the repository. Afterwards, you can use it within python like this, with the headset set in pairing mode (http://support.neurosky.com/kb/mindwave-mobile/how-do-i-put-the-mindwave-mobile-into-discovery-mode): from mindwavemobile.MindwaveDataPointReader import MindwaveDataPointReader
mindwaveDataPointReader = MindwaveDataPointReader()
# connect to the mindwave mobile headset...
mindwaveDataPointReader.start()
# read one data point, data point types are specified in MindwaveDataPoints.py'
dataPoint = mindwaveDataPointReader.readNextDataPoint()
print(dataPoint) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论