Tool used to make Teensy pinout diagrams?

bboyes

Well-known member
OK here's a silly question. I have googled around and don't see a simple tool to do this. Lots of complex approaches. What's a simple (if possible) way to do this? I have the need to compare several similar parts' footprint in one diagram and I'm hoping there's a way to make such a drawing... thanks in advance...
 
Any example of the image in mind?

There are PDF's and XL sheets of various Teensy boards. MichaelM has the big compare sheet and KurtE has broken out most to XL sheets and drawings - individually.

And @Luni (IIRC) has the PinMap that runs a sketch and spits out to USB Serial SerMon a numbered map of pins associated with each device: github.com/TeensyUser/doc/tree/master/examples/GPIO/pinList
 
My guess is they all use some form of paint program or the like.
For my own usage I used Excel to create my own extended version of the cards, like:
Screenshot.jpg

Which I then print to my home printer or to PDF, like:
View attachment Teensy4.1 Pins.pdf
 
Thanks, guys! I tried searching "pinout generator" and got https://forum.kicad.info/t/generate-pinout-refrence-from-kicad-design/29069 including a link to this Python tool https://github.com/stevenj/GenPinoutSVG which hasn't been updated in four years. Thinking about it more since there are so many possible labels for one pin this isn't something which would follow well from a schematic tool. Spreadsheets like you two are doing makes a lot of sense. Then maybe feed that spreadsheet into a drawing program to make it look pretty, if that is even needed - which is what some of the Python tools do. There's also this https://pypi.org/project/boardgen/#description but no examples are provided.

Here's a web tool: https://christianflach.de/ic-pinout-diagram-generator/ with code at https://github.com/cmfcmf/ic-pinout-diagram-generator.

And here a KiCAD PCB - to - SVG renderer https://github.com/yaqwsx/PcbDraw. KiCAD is on my list of tools to learn. At the moment we use Altium 21 which is fine (should be, for the price!) but their database is proprietary (it wasn't when we started using it years ago) so you can't go into their files and manipulate them directly or algorithmically generate or modify things as we'd like to do sometimes. KiCAD is intended to help you do that.
 
Last edited:
I create the all the Teensy pinout cards with Scribus.

https://www.scribus.net/

It's a generic document creation program, not anything specifically meant for electronics or tech. Ubuntu and most other Linux distros have it has a package you can "apt-get install".
 
I create the all the Teensy pinout cards with Scribus.

https://www.scribus.net/

It's a generic document creation program, not anything specifically meant for electronics or tech. Ubuntu and most other Linux distros have it has a package you can "apt-get install".

Thanks! - hadn't heard of it. I used PageMaker back in the day for data sheets and haven't found a replacement. I'm installing it now.
 
Back
Top