Close

Sugar Glider

A project log for PCB Art

A dumping place of experiments that I enjoy

jarrettJarrett 05/30/2018 at 18:442 Comments

An annoyance of mine is that, even when the art medium is FR4, the "arty" people and the "tech" people aren't cross pollinating enough. There are some totally rad PCB art projects out there, and obviously tons of cool technical PCBs, but there are very few functional PCBs that can be described as conventionally pretty.

I did my best with this for Sugar Glider.

Original write-up here: https://jrainimo.com/build/?p=1134

By starting a circuit (I designed a LiPo battery charging ESP8266 dev board) and pulling it all into Photoshop, I was able to draw imagery around the circuit, without interfering.

My tech skills are certainly better than my art skills, but I'm reasonably happy. Drawing the pictures took about ten times as long as designing the circuit, but that's probably a function of my familiarity with each domain.

What's interesting is that I designed this in Altium's free CircuitMaker software, which doesn't really have the ability to import images or art.

I ended up writing a tool to convert images to EAGLE files, which CircuitMaker can then import. Very round-about, and had to be done as the last step, because the PCB file would be unusable with all that data on there.

I recall that CircuitMaker crashed a bunch when all of the layers were there, so I think I had to export one layer at a time as a gerber, and then combine them at the end. Fortunately, gerber's flat file structure is good for that.

Discussions

Kaspar Emanuel wrote 05/31/2018 at 18:00 point

Very nice! There are a few arty+functional projects that were put up on Kitspace.org since you added your own USBvil. Have a search. I made https://kitspace.org/boards/github.com/kasbah/maulwurf/ and there is also the https://kitspace.org/boards/github.com/8bitmixtape/8bitmixtapeneo_shenzhenready/ and its remixes.

The Circuitmaker process seems tough. For anyone that uses KiCad I would definitely recommend the svg2shenzhen tool to export from Inkscape. https://github.com/badgeek/svg2shenzhen

  Are you sure? yes | no

Jarrett wrote 05/31/2018 at 18:21 point

Thanks! Those are pretty sweet. There's definitely another revision on this coming down the pipeline, and then I'll probably submit it to kitspace/spread it around. The circuit itself was a little half-assed because I wanted to push it through the process.

  Are you sure? yes | no