Forum Rule: Always post complete source code & details to reproduce any issue!
-
Teensy 4.0 DAC Pins? 34 35 38 39?!
Hello,
I'm confused, the Teensy 3.2 and 3.5 3.6 had DACs (1/2/2).
On the back of the Teensy there are 4 DATx Pins. Are these DAC Pins?
If not... has the Teensy 4.0 no DACs?
Another question: why the pins are not 5V tolerant? This was a very good feature, now I have to use 3 x 8 Pins Voltage converters, thats very complicated and need many many more space and chips.
-
Senior Member+

Originally Posted by
Utak
Hello,
I'm confused, the Teensy 3.2 and 3.5 3.6 had DACs (1/2/2).
On the back of the Teensy there are 4 DATx Pins. Are these DAC Pins?
No, these are pins for driving a micro SD card reader in quad SPI mode.

Originally Posted by
Utak
If not... has the Teensy 4.0 no DACs?
That is right, the Teensy 4.0 has no DACs. For audio, you could use the two MQS pins (pins 10 and 12), but you lose the main SPI port if you use this.

Originally Posted by
Utak
Another question: why the pins are not 5V tolerant? This was a very good feature, now I have to use 3 x 8 Pins Voltage converters, thats very complicated and need many many more space and chips.
Because the underlying 1062 chip from NXP does not provide 5v tolerance, DACs, or touch reading capability. Paul can't provide that support if the underlying system doesn't provide it.
-
Thanks for the fast reply.
How I can use the two MQS pins (pins 10 and 12) as DACs?
But I think I will use a Teensy 3.5 and saw off the board all behind the pin 18 (the whole SDCard)
Then I have 5V tolerate pins and its nearly short like a Teensy 3.2 and 4.0
-
Senior Member+

Originally Posted by
Utak
Thanks for the fast reply.
How I can use the two MQS pins (pins 10 and 12) as DACs?
...
Quick forum search on MQS - one was this :: Teensy-4-MQS-pins-what-are-they-where-can-I-read-about-them-are-they-supported
-
Thanks, I will try it out.
-
Edited, ups... false board :-)
-
Ok, I've tested it with MQS, and is working fine ;-)
Thank you!
-
uTAK, how was the resolution and latency, did you use it for an audio application. Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules