Embedded Gardening, Part 4 - Perf Proto Boarding
Solderless protoboard is fast and flexible, but the connections can be flaky and the wires can pull out if you move it around. I wanted to move it to something a little more permeant. I needed a way to keep track of the wiring, so I downloaded and learned how to make a basic schematic in EasyEDA. It was really pretty easy, at least for the diagram. I'm expecting layout to be more challenging. I cleaned up my wiring diagrams a bit before doing the protoboard. Here is the diagram: This included the new MCP23008. And to be honest, for the extra cost, since I only needed one more GPIO with interrupt support, v2 will just use a board with more GPIOs. Bringing in another driver brought a series of difficulties that I'll discuss later. You'll may notice the buck converter is missing from the diagram. At the time, I only had parts for one board and I was concerned about wiring up the converter wrong and toasting the ESP8266. In the prototypi...