Skip to content
Yihui Xiong edited this page Dec 9, 2016 · 2 revisions

For Windows only

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 based settings

Address length name
0x00 4 LED mode

Details at protocol.xlsx

How to

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

Linux

Try node-hide