-
Notifications
You must be signed in to change notification settings - Fork 83
Mic Array
Yihui Xiong edited this page Dec 9, 2016
·
2 revisions
The mic array's settings can be accessed through its USB HID endpoint. Here is a python script mic_array.py to access the settings.
Address | length | name |
---|---|---|
0x00 | 4 | LED mode |
Details at protocol.xlsx
pip install respeaker # install respeaker python library
wget https://github.com/respeaker/get_started_with_respeaker/raw/master/files/mic_array.py
python mic_array.py w 0 0x00000003 # change LEDs to waiting mode
python mic_array.py w 0 0x00008001 # change LEDs to blue
python mic_array.py r 0 # read current mode of LEDs
Try node-hide