├── Hardware ├── Voice Interaction Hat for MakePython v2.3.brd ├── Voice Interaction Hat for MakePython v2.3.pdf └── Voice Interaction Hat for MakePython v2.3.sch ├── example ├── ESP32_Interphone │ ├── ESP32_Interphone.ino │ ├── I2S.cpp │ ├── I2S.h │ ├── Wav.cpp │ ├── Wav.h │ ├── makerfabs_pin.h │ ├── wm8960.cpp │ └── wm8960.h ├── ESP32_Record_Play │ ├── ESP32_Record_Play.ino │ ├── I2S.cpp │ ├── I2S.h │ ├── Wav.cpp │ ├── Wav.h │ ├── makerfabs_pin.h │ ├── wm8960.cpp │ └── wm8960.h ├── record │ ├── I2S.cpp │ ├── I2S.h │ ├── Wav.cpp │ ├── Wav.h │ ├── makerfabs_pin.h │ ├── record.ino │ ├── wm8960.cpp │ └── wm8960.h └── wav_play │ ├── I2S.cpp │ ├── I2S.h │ ├── Wav.cpp │ ├── Wav.h │ ├── makerfabs_pin.h │ ├── wav_play.ino │ ├── wm8960.cpp │ └── wm8960.h ├── md_pic ├── back.jpg ├── front.jpg ├── main.jpg └── oversee.jpg └── readme.md /Hardware/Voice Interaction Hat for MakePython v2.3.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/Hardware/Voice Interaction Hat for MakePython v2.3.brd -------------------------------------------------------------------------------- /Hardware/Voice Interaction Hat for MakePython v2.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/Hardware/Voice Interaction Hat for MakePython v2.3.pdf -------------------------------------------------------------------------------- /Hardware/Voice Interaction Hat for MakePython v2.3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/Hardware/Voice Interaction Hat for MakePython v2.3.sch -------------------------------------------------------------------------------- /example/ESP32_Interphone/ESP32_Interphone.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/ESP32_Interphone.ino -------------------------------------------------------------------------------- /example/ESP32_Interphone/I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/I2S.cpp -------------------------------------------------------------------------------- /example/ESP32_Interphone/I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/I2S.h -------------------------------------------------------------------------------- /example/ESP32_Interphone/Wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/Wav.cpp -------------------------------------------------------------------------------- /example/ESP32_Interphone/Wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/Wav.h -------------------------------------------------------------------------------- /example/ESP32_Interphone/makerfabs_pin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/makerfabs_pin.h -------------------------------------------------------------------------------- /example/ESP32_Interphone/wm8960.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/wm8960.cpp -------------------------------------------------------------------------------- /example/ESP32_Interphone/wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Interphone/wm8960.h -------------------------------------------------------------------------------- /example/ESP32_Record_Play/ESP32_Record_Play.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/ESP32_Record_Play.ino -------------------------------------------------------------------------------- /example/ESP32_Record_Play/I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/I2S.cpp -------------------------------------------------------------------------------- /example/ESP32_Record_Play/I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/I2S.h -------------------------------------------------------------------------------- /example/ESP32_Record_Play/Wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/Wav.cpp -------------------------------------------------------------------------------- /example/ESP32_Record_Play/Wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/Wav.h -------------------------------------------------------------------------------- /example/ESP32_Record_Play/makerfabs_pin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/makerfabs_pin.h -------------------------------------------------------------------------------- /example/ESP32_Record_Play/wm8960.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/wm8960.cpp -------------------------------------------------------------------------------- /example/ESP32_Record_Play/wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/ESP32_Record_Play/wm8960.h -------------------------------------------------------------------------------- /example/record/I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/I2S.cpp -------------------------------------------------------------------------------- /example/record/I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/I2S.h -------------------------------------------------------------------------------- /example/record/Wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/Wav.cpp -------------------------------------------------------------------------------- /example/record/Wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/Wav.h -------------------------------------------------------------------------------- /example/record/makerfabs_pin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/makerfabs_pin.h -------------------------------------------------------------------------------- /example/record/record.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/record.ino -------------------------------------------------------------------------------- /example/record/wm8960.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/wm8960.cpp -------------------------------------------------------------------------------- /example/record/wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/record/wm8960.h -------------------------------------------------------------------------------- /example/wav_play/I2S.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/I2S.cpp -------------------------------------------------------------------------------- /example/wav_play/I2S.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/I2S.h -------------------------------------------------------------------------------- /example/wav_play/Wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/Wav.cpp -------------------------------------------------------------------------------- /example/wav_play/Wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/Wav.h -------------------------------------------------------------------------------- /example/wav_play/makerfabs_pin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/makerfabs_pin.h -------------------------------------------------------------------------------- /example/wav_play/wav_play.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/wav_play.ino -------------------------------------------------------------------------------- /example/wav_play/wm8960.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/wm8960.cpp -------------------------------------------------------------------------------- /example/wav_play/wm8960.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/example/wav_play/wm8960.h -------------------------------------------------------------------------------- /md_pic/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/md_pic/back.jpg -------------------------------------------------------------------------------- /md_pic/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/md_pic/front.jpg -------------------------------------------------------------------------------- /md_pic/main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/md_pic/main.jpg -------------------------------------------------------------------------------- /md_pic/oversee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/md_pic/oversee.jpg -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Makerfabs/Project_ESP32-Voice-Interaction/HEAD/readme.md --------------------------------------------------------------------------------