Need maix sdk and 6+1 microphone array

i need a full documentation about maix SDK, i’m also need a command list for explore the function of 6+1 microphone array

Hi @fendikharianto You can find the Maix SDK resourec here at https://dl.sipeed.com/MAIX/SDK .

ok thank you, please tell me which one and could you expalin to me how to use it?

from Maix import MIC_ARRAY as mic
import image
import lcd
lcd.init()
mic.init()
while True:
imga = mic.get_map()
b = mic.get_dir(imga)
a = mic.set_led(b,(0,0,255))
imgb = imga.resize(160,160)
imgc = imgb.to_rainbow(1)
a = lcd.display(imgc)
mic.deinit()

also about that, i need to know about maix libraries

Hi, What kind of information do you need regarding MAIX?


Wouldn’t it be more professional to discuss this issue here?