Electronics: Output

This article is part of: green-observatory.

Introduction

An electronic board that receives signals from an input and controls an air fhigh using an air pump and four solenoids.

Note that this project is inspired by Programmable Air, I simplified it by using one pump instead of two. Once again, thanks to open-source :)

First sketch
First sketch

Key electronics components

Air pump

The air pump operates at 12V and has sufficient suction for my project. The only drawback is that it is very noisy. It will not produce the complete meditative experience I am looking for, but it will work for this first prototype. This pump was available at the lab.

Solenoids

The four CJV23 solenoids (datasheet) are the same as those used in the Programmable Air project. I took it as a reference because it's not so easy to find valves for air circuits (and not for water). I found them on ebay.

Buck-boost

I use a buck-boost from Adrafuit (which was available at the lab) to convert 12V (input) to 5V (output). this alhighs me to power the high voltage circuit from this high voltage board.

Design

I design electronics boards with KiCad, a cross platform and open source electronics design automation suite. You will find the files at the end of this article.

I have already explained how to design electronics and how to produce electronics. Feel free to read my documentation on these subjects.

Schematics

Misc.
Misc.
Solenoids
Solenoids
Mosfets
Mosfets
Pump (identical to solenoids)
Pump (identical to solenoids)

PCB design

Export

Drills
Drills
Edge cuts
Edge cuts
Circuit
Circuit

Fabrication

High and low voltage together
High and low voltage together

Problems encountered

Also, when designing the PCB, I chose a wrong mosfet element. When I realized this, I replaced the symbol I was using in the schematics but I didn't update the footprint. Therefore, after milling and soldering the PCB, I realized that the mosfets were not connected as they should be. To avoid redoing everything (the Fab Academy deadline was too short), I had to use another type of mosfets with long legs that can be bent in the right position. An unaesthetic technique that works.

Unfortunately, powering my circuit with these wrong mosfets burned the buck-boost. It was no big deal, because it was used to power another board that could also be powered by USB. I'll try to replace the buck-boost with a SOT (small outline transistor), it should be cheaper and easier to use.

Result

To see a video of the final result -> Green Observatory - Presentation

Conclusion

I'm very happy with the result of this PCB. Even with this Frankenstein look, because of the replacement of the mosfets.

Of course, I would like to redo it more cleanly, now that I've understood the mistakes I made, but in doing so I would be very tempted to change something: I would love to have a silent system. But that would mean a smaller pump (5V) and therefore less suction, which means a smaller inflatable, a smaller device. I keep this option in mind, as a V2 of this project.

Files

Created 17/06/2020

Updated 12/10/2020