-
Notifications
You must be signed in to change notification settings - Fork 7
BoardImages
apla edited this page Sep 1, 2015
·
11 revisions
layout: wiki-gui-page permalink: /gui/BoardImages/
Some time ago I've added some board images for IDE. But those images suitable for web and useless in GUI.
Seems fritzing have board images I want — converted from Eagle .brd files, with correct pins as svg objects, with xml descriptions and so on. Licensing is also suitable — seems those images is CC-BA.
Fork and generate your own! Detailed guide will be available soon.
Currently board pin labels have some imperfections.
<script id="cuwire-pinout-script" type="text/javascript" src="/boards/embed.js"></script> <script type="text/javascript" src="form.js"></script>
Arduino pro mini
Launchpad MSP430G2
RFduino
Arduino Uno
Arduino nano
Teensy 3.1
esp8266
Maple Mini
Hide SPI pins
Hide pin change interrupt pin numbers
Hide MCU pin number
Render labels
Open in new window
Currently I have:
- script to display board pin labels for one board;
- limited pin description for one board
TODO:
- show legend;
- optimize description format;
- check all other board images;
- convert descriptions from fritzing;
- verbosity level:
- digital + analog + bus;
- digital + analog + interrupt;
- processor pins + flags
- selectable
- flag pins (pwm, analog read or write).
RFduino also have board image for fritzing. Licensing is CC-BY-SA. I slightly modified pin headers and color (green => black).