Tag: delay

A more professional delay code without sleep() in microPython
Introduction If you use Arduino you may use it to implement code with delay() or delayMicroseconds(). Let's write more professional code without sleep() in microPython. If you are just starting with microPython, I invite you to start the right way. MicroPython has its own...
Continue Reading
Voice Echo Processor Module – Delay Device for Sound Effects, Echo, Reverb
The voice echo or digital delay sound effects project presented here is suitable for applications such as Karaoke, multimedia, musical instrument effects, electronics toys, animatronics, etc. The project is based on PT2399 chip, with an operating supply of 5V DC, and approx. 30mA...
Continue Reading