RC2014 backplane constructed with flex PCB

We were exited to see this use of a flex PCB to create a backplane for the RC2014:

RC2014 is a simple 8 bit Z80 based modular computer originally built to run Microsoft BASIC. It is inspired by the home built computers of the late 70s and computer revolution of the early 80s. It is not a clone of anything specific, but there are suggestions of the ZX81, UK101, S100, Superboard II and Apple I in here. It nominally has 8K ROM, 32K RAM, runs at 7.3728MHz and communicates over serial at 115,200 baud.

RC2014 backplane constructed with flex PCB

AtomSoft uses flex for tiny DimeDuino

From the AtomSoftTech blog:

DimeDuino

This time around i give you the DimeDuino. Its a Flex PCB based which utilizes the ATMEGA328P. Using this MCU allows for the installation of the Arduino bootloader. Hence the Duino in the name. These will come pre-programmed with the bootloader. One portion of the circle is just for programming. There is a GND, VCC,RXI, TXO and DTR & RST depending on your programmer.

As soon as its available ill post it here and on Twitter.

Specs:

  • Atmega328 running at 3.3v/8MHz or 5v/16MHz
  • Power LED (Green)
  • User LED (D13– Color may vary but mainly Blue)
  • Reset Button
  • 3.3v(AP2112K) or 5v (AP7335A) Linear step down
  • Flash 32KB (2KB is Bootloader)
  • SRAM 2KB
  • EEPROM 1KB
  • 20 I/O Pins (A6 & A7 are not used here. Input Only anyway)
    • 1 UART D0 (RX) and D1 (TX)
    • 1 SPI D10 (SS), D11 (MOSI), D12 (MISO), D13 (SCK)
    • 1 I2C A4 (SDA) and A5 (SCL)
    • 6 PWM D3, D5, D6, D9, D10, and D11
    • 14 I/O D0-D13

 

Quote

Custom Portable N64 Embraces Modern Making

zeldaportable_feat

In the beginning, there was hot glue. Plus some tape, and a not inconsiderable amount of Bondo. In general, building custom portable game consoles a decade or so in the past was just a bit…messier than it is today. But with all the incredible tools and techniques the individual hardware hacker now has at their disposal, modern examples are pushing the boundaries of DIY.

This Zelda: Ocarina of Time themed portable N64 by [Chris Downing] is a perfect example. While the device is using a legitimate N64 motherboard, nearly every other component has been designed and manufactured specifically for this application. The case has been FDM 3D printed on a Prusa i3, the highly-detailed buttons were printed in resin on a Form 3, and several support PCBs and interface components made the leap from digital designs to physical objects thanks to the services of OSH Park.

zeldaportable_detailA custom made FFC to relocate the cartridge port.

Today, those details are becoming increasingly commonplace in the projects we see. But that’s sort of the point. In the video after the break, [Chris] breaks down the evolution of his portable consoles from hacked and glued together monstrosities (we mean that in the nicest way possible) to the sleek and professional examples like his latest N64 commission. But this isn’t a story of one maker’s personal journey through the ranks, it’s about the sort of techniques that have become available to the individual over the last decade.

Case in point, custom flexible flat cables (FFC). As [Chris] explains, when you wanted to relocate the cartridge slot on a portable console in the past, it usually involved tedious point-to-point wiring. Now, with the low-volume production capabilities offered by companies like OSH Park, you can have your own flexible cables made that are neater, faster to install, and far more reliable.

Projects like this one, along with other incredible creations from leaders in the community such as [GMan] are changing our perceptions of what a dedicated individual is capable of. There’s no way to be sure what the state-of-the-art will look like in another 5 or 10 years, but we’re certainly excited to find out.

via Custom Portable N64 Embraces Modern Making — Hackaday

Quote

N64 Portable, Zelda Style!

From the Downing’s Basement blog:

Project 15: My Latest N64 Portable, Zelda Style!

I wish I could say that it hasn’t been two years since this project was commissioned…I also wish I could say this wasn’t the second time the job was completed…but if I didn’t have too, this beauty would have never existed. Kinda funny how that works.

But that said, after two years since the original agreement and a total remake of the original failure, Project 15 has come to light in the most beautiful portable console I’ve ever made. But not only has this been a technical achievement for me in many respects, but I’m very proud of the video I’ve made to accompany it.

You don’t have to scroll down very far in past posts to see what prompted this rebuild but at this point I can honestly say I’m glad it happened!

20200428_181806

And on the subject of reliability, low volume FFC PCB’s have become available through services like OSH Park which have allowed some very time and space saving options that do wonders for the assembly.

Read more…

Quote

Flexible PCB Earrings Put the Art in Art Deco

Exciting flex PCB project from the Hackaday blog:

prototype-macro-e1588531759359

Earrings have been a hackers’ target for electronic attachment for quite a while, but combining the needed components into a package small enough to wear in that finicky location is quite a challenge. If [Sawaiz Syed]’s Art Deco Earrings are anything to go by, ear computers have a bright future ahead of them!

This is a project unusually well described by its name. It is in fact an earring, with art deco styling. But that sells it way too short. This sliver of a flex circuit board is double sided to host an ATtiny, accelerometer, LDO, and eight 2020 formfactor controller-integrated LEDs. Of course it’s motion sensitive, reacting to the wearer’s movement via LED pattern. [Sawaiz] makes reference to wearing it while dancing, and we can’t help but imagine an entire ballroom all aglow with tiny points of LED light.

shimmer

Read more on Hackaday…

Flexible PCB Earrings Put the Art in Art Deco

KiCad teardop plugin and flexible PCBs

Screenshot from 2019-12-06 21-04-05

Thanks to Anool posting on Hackaday about KiCad plugins.  I decided to try out the Teardrop plugin by NilujePerchut:

Screenshot from 2019-12-11 14-51-09

KiCad Teardrop Plugin

This action plugin adds and deletes teardrops to a PCB.

This implementation uses zones instead of arcs. This allows to comply with DRC rules by simply rebuild all zones. You can also modify their shape by simply modifying the zone outline (like any other zone). Teardrops created with this script use a specific priority (0x4242) to be recognized as teardrops.

Here is the result of my first experiment to use the Teardrop plugin on a flexible PCB to reduce the mechanical stress of flexing the trace:

The board is available as an OSH Park shared project and the KiCad design files are on GitHub.

The author of the plugin was very responsive to GitHub issues and I was able to get better results on my next flex design which is currently being manufactured:

My flex “business card” will fold over a coin cell battery to light a 0603 LED.

Curious how the plugin works?  It creates zones next to the vias and pads.  Here are the two teardrop zones that connect traces to a via:

Warning: you need create a schematic and generate a netlist before starting the PCB layout.  Otherwise the the zones the plugin creates won’t be filled:

You also need to be careful that there is not copper on the same layer too close to the zone.  For example, the text was too close to the teardrop zone on this via, so I moved the text down and the zone now fills correctly:

An open GitHub issue is that the teardrop zone does not align perfectly for SMD pads that are not circles (like rectangles, squares, rounded rectangles).  The work around I used was to move the zone after it is filled to align with my SMD pad:

I hope you have fun with this plugin and leave a comment if you use it your own design!

UPDATE: I joined Adafruit Show-n-Tell to talk about flex PCBs and the teardrop plugin at 10 min 51 sec mark

KiCad teardop plugin and flexible PCBs

KiCad Action Plugins

The last two years has been a particularly exciting time for KiCad, for users, casual contributors, and for the core developers too. Even so, there are many cool new features that are still in process. One bottleneck with open-source development of complex tools like KiCad is the limited amount of time that developers can devote for the project. Action plugins stand to both reduce developer load and increase the pace of development by making it easier to add your own functionality to the already extensible tool.

Sometime around version 4.0.7 (correct us if we’re wrong), it was decided to introduce “action plugins” for KiCad, with the intention that the larger community of contributors can add features that were not on the immediate road map or the core developers were not working on. The plugin system is a framework for extending the capabilities of KiCad using shared libraries. If you’re interested in creating action plugins, check out documentation at KiCad Plugin System and Python Plugin Development for Pcbnew. Then head over to this forum post for a roundup of Tutorials on python scripting in pcbnew, and figure out how to Register a python plugin inside pcbnew Tools menu.

Since version 5.0, we’ve seen an explosion of extremely useful action plugins for KiCad that have added some very useful bells and whistles. The KiCad website lists a couple of external tools, but there’s a lot of action happening out there, so we decided to round up some of the more useful ones.

via KiCad Action Plugins — Hackaday

Also, the Teardrop plugin could be useful for those using our 2 layer Flex service:

In the early days, PCB fabs often had yield issues due to offset drill holes, particularly on vias and micro-vias. One trick that PCB designers used to mitigate this problem was to use “teardrops”. The area around the pad or via that connected to the track was made into a teardrop shape, ostensibly in the hope that it would improve matters. Fabs nowadays do a pretty good job due to improved processes and accurate machines, so the jury is still out on the use of teardrops, but KiCad does have a Teardrop plugin, in case anyone wants to use it. Combined with smooth, rounded tracks, we’re guessing teardrops would be pretty helpful in the artistic PCBs department.

 

Quote