Resolution: Despite widespread google/Copilot reports to the contrary, the Teensy 4.1 audio pipeline actually uses ADC2, not ADC1 (see input_adc.cpp init()). Leaving my audio on A2 while moving the touchscreen sampling to A16/A17 (available...
I have encountered problems (corrupted data) trying to use the audio pipeline setup with an ADC1 source,
AudioInputAnalog adc1; // ADC1
concurrently with reading a resistive touchscreen axis with,
value1 = analogRead(A12); //ADC2
and am...
It does have a closed-source replacement, the circuit design component of Autodesk Fusion. But I'd like to see them move their future designs to KiCAD.
I have a large farm equipment project that uses 11 Teensy 4.x on a CAN bus. I buy from Adafruit and Sparkfun. For me a new board is not Teensy compatible if I cannot run my existing Teensy code without changes, and for that reason I wouldn't be...
Indeed most other forums would have locked this thread. I'm not sure we've made the right decision, but for better or worse we're letting this play out as long as it stays mostly civil.
Even more difficult (for me) has been resisting the urge...