Ant-Brain / EfficientWord-Net

OneShot Learning-based hotword detection.
https://ant-brain.github.io/EfficientWord-Net/
Apache License 2.0
215 stars 34 forks source link

circuit diagram #17

Closed preachwebsite closed 2 years ago

preachwebsite commented 2 years ago

Good evening!Can you send me the circuit diagram of raspberry pie connecting the bread board and lighting the LED light? Your experiment is so interesting that I want to repeat it.

TheSeriousProgrammer commented 2 years ago

You can use this diagram

image

And use gpio-zero library to control the leds, I dont have access to raspberry pi now. Once obtained will update Readme with circuit diagram and code snipped for raspberry pi

preachwebsite commented 2 years ago

OK, thank you for your generous help. Thank you.

TheSeriousProgrammer commented 2 years ago

Needs to be added in documentation, Hence reopening

preachwebsite commented 2 years ago

Good afternoon! Can you share the code of GPIO? I encountered some unsolvable problems.

TheSeriousProgrammer commented 2 years ago

Try using this https://pypi.org/project/gpiozero/