atomic14 / diy-alexa

DIY Alexa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIY Alexa is not response

Anugaradhawa opened this issue · comments

commented

image

I correctly upload the codes but it's doesn't show any response when I am saying "Marvin" please help me I am waiting for your response I can't understand what is the reason for this please help me

commented

The first thing to do is confirm that your microphone is working correclty.

This is a very simple Arduino sketch that will let you test this. Just update the code to match the pins you have connected the microphone to.

https://github.com/atomic14/esp32-i2s-mic-test/tree/main/i2s_mic_test

commented

The first thing to do is confirm that your microphone is working correclty.

This is a very simple Arduino sketch that will let you test this. Just update the code to match the pins you have connected the microphone to.

https://github.com/atomic14/esp32-i2s-mic-test/tree/main/i2s_mic_test

Yes i find the problem microphone is not working thanks your reply friend.i ordered another microphone i wait for come it . sorry i really forget to close this issue

commented

I have a issue . how you convert tf lite model into c code??

commented

IMG_20220507_214334

I have also another question . why you use "m_ " prefix in c code what it's purpose??

commented

It's a way to indicate to the reader that the variable is a member of the class.

https://stackoverflow.com/questions/1228161/why-use-prefixes-on-member-variables-in-c-classes/1229360#1229360

commented

It's a way to indicate to the reader that the variable is a member of the class.

https://stackoverflow.com/questions/1228161/why-use-prefixes-on-member-variables-in-c-classes/1229360#1229360

Thanks friend