• Boardgen by Kuba Szczodrzyński allows folks to generate vector images, containing pinout diagrams for any IoT module. • The images are inspired by Adafruit’s great, well-recognized pinouts, and look like the one above. • It is a Python tool that uses simple JSON files for defining shapes, colors, pin layouts and numbers. • These files are then processed and drawn onto a .SVG image. • Defining new boards is fully done in JSON and doesn’t require Python programming, nor SVG knowledge. • You can see this open source MIT license project on GitHub .

Article Summaries:

  • Boardgen by Kuba Szczodrzyński allows folks to generate vector images, containing pinout diagrams for any IoT module. The images are inspired by Adafruit’s great, well-recognized pinouts, and look like the one above. It is a Python tool that uses simple JSON files for defining shapes, colors, pin layouts and numbers. These files are then processed and drawn onto a .SVG image. Defining new boards is fully done in JSON and doesn’t require Python programming, nor SVG knowledge. You can see this open source MIT license project on GitHub . Ed. Adafruit PrettyPins is the package Adafruit currently u

Sources: