Thank you, guys, for answering my question. For my project I do not need a breadboard, I'm using only 2 pins plus ground connected to a 3.5mm jack. What I need is the Ethernet connector/board, though. I've been searching for any existing 3D...
Hi Paul.
Got two original 4.1 boards from Amazon. The first one is DOA, I can measure the 5V but no 3.3V. The second one is flashing 4 times. Seems unresponsive to pushing the button for 15 seconds. Randomly, I can get the steady red LED. It...
I'm looking for a 4.1 with Eth enclosure. Looks like there are not many options on the market. Any good 3D printed solutions out there or anyone who wants to work with me on it?
Thanks, h4. I was not using noteOff() and frequency (0.0) at the same time. The options I tested were amplitude(), without using Envelope, or noteOn()/noteOff() along with Envelope. Neither worked well.
Frequency(0.0) was a workaround option...
Thanks Mark, I'm not sure why using fade never shown up during my searches, but it did the trick. Even only 2 ms In and Out are enough to reduce the clicks to an acceptable level.
I'm working on a Teensy 4.1 project that generates sine audio over a PWM pin using the audio library. The project aims to send Morse code based on the status of an input pin, alongside other network-related functions.
Speed is crucial; the...