Forum Rule: Always post complete source code & details to reproduce any issue!
-
Combined Pin Assignments card
To plan Teensy projects, I just combined the pin assignments from the back and front cards and added:
- The port pins from the schematics (useful for byte transfers such as parallel LCDs),
- A free area for each pin to plan the connections in your project.
jpg: 
pdf: Teensy_pins_3.1.pdf
It could look better if I could identify/get the font used by Paul...
You may find it useful for some of your projects.
Laurent
-
suggestion... In green box leftmost, marked "SPI Port": Replace "SPI Library" with text showing the correspondence of DIN and DOUT to MISO and MOSI. Or better, somehow cram that in to the notations near pins 11, 12.
-
Good suggestion!
I will wait a few days to gather comments and then make the changes.
-
Senior Member+
For my personal use, I created some spreadsheets to keep track of the pins on different micro-processors. It just a text spreadsheet, no fancy graphics, but it allows me to tell at a glance what pins to use for what. Feel free to use any information from it. Here is the page for the Teensy 3.0 and 3.1: https://docs.google.com/spreadsheet/...WamxfckE#gid=0
-
Senior Member
I've added a link on the main pinout reference page to this and 2 other alternate pinout threads.
http://www.pjrc.com/teensy/pinout.html
Hopefully these links will help everyone find it.
-
Thanks Paul for adding the info on the pin assignments page so quickly!
For those who want to modify the pdf, here is the original svg file (easily editable with Inkscape).
svg: Teensy_pins_3.1.svg.zip
-
Pin labeled AGND

Originally Posted by
wibauxl
To plan Teensy projects, I just combined the pin assignments from the back and front cards and added:
- The port pins from the schematics (useful for byte transfers such as parallel LCDs),
- A free area for each pin to plan the connections in your project.
jpg:

pdf:
Teensy_pins_3.1.pdf
It could look better if I could identify/get the font used by Paul...
You may find it useful for some of your projects.
Laurent
There is a Teensy 3.1 pin labeled AGND. What is it for? What does it do?
-
AGND - isolated analog-signal ground. Used differently per application using ADC, DAC, etc.
-
So if I am reading potentiometer values, is it recommended that I use AGND as the ground for the pots or would the normal ground suffice?
And if the pots are read via a multiplexer does the mux chip ground go to normal ground or AGRND?
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