├── README.md ├── hardware └── prototype-1 │ ├── README.md │ ├── alexa.py │ ├── alexa.service │ ├── prototype1.dxf │ ├── prototype1d.dxf │ └── zh.md ├── img ├── cad_speaker_hole.png ├── nylon_rivet.png ├── prototype1.png ├── prototype1_librecad.png ├── speaker_front.png ├── speaker_hole.png ├── speaker_oblique_view.png ├── speaker_oblique_view.svg └── speaker_top.png └── the_hard_way_to_get_started_with_voicen_kit ├── GPIO.md ├── README.md └── known_issues.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/README.md -------------------------------------------------------------------------------- /hardware/prototype-1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/hardware/prototype-1/README.md -------------------------------------------------------------------------------- /hardware/prototype-1/alexa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/hardware/prototype-1/alexa.py -------------------------------------------------------------------------------- /hardware/prototype-1/alexa.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/hardware/prototype-1/alexa.service -------------------------------------------------------------------------------- /hardware/prototype-1/prototype1.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/hardware/prototype-1/prototype1.dxf -------------------------------------------------------------------------------- /hardware/prototype-1/prototype1d.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/hardware/prototype-1/prototype1d.dxf -------------------------------------------------------------------------------- /hardware/prototype-1/zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/hardware/prototype-1/zh.md -------------------------------------------------------------------------------- /img/cad_speaker_hole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/cad_speaker_hole.png -------------------------------------------------------------------------------- /img/nylon_rivet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/nylon_rivet.png -------------------------------------------------------------------------------- /img/prototype1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/prototype1.png -------------------------------------------------------------------------------- /img/prototype1_librecad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/prototype1_librecad.png -------------------------------------------------------------------------------- /img/speaker_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/speaker_front.png -------------------------------------------------------------------------------- /img/speaker_hole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/speaker_hole.png -------------------------------------------------------------------------------- /img/speaker_oblique_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/speaker_oblique_view.png -------------------------------------------------------------------------------- /img/speaker_oblique_view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/speaker_oblique_view.svg -------------------------------------------------------------------------------- /img/speaker_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/img/speaker_top.png -------------------------------------------------------------------------------- /the_hard_way_to_get_started_with_voicen_kit/GPIO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/the_hard_way_to_get_started_with_voicen_kit/GPIO.md -------------------------------------------------------------------------------- /the_hard_way_to_get_started_with_voicen_kit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/the_hard_way_to_get_started_with_voicen_kit/README.md -------------------------------------------------------------------------------- /the_hard_way_to_get_started_with_voicen_kit/known_issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voice-engine/smart_speaker_from_scratch/HEAD/the_hard_way_to_get_started_with_voicen_kit/known_issues.md --------------------------------------------------------------------------------