This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mission:resources:picoreflow [2015-09-03 20:38] – [Software] chrono | mission:resources:picoreflow [2016-10-27 22:33] (current) – [Heating] chrono | ||
---|---|---|---|
Line 3: | Line 3: | ||
More and more semiconductors are produced in packages (the chip's case) which have become impossible to hand solder with a solder iron. The switch from through-hole (THT) to surface mount technology (SMT) has actually made hand soldering much easier (although still many believe the opposite to be true) but now we are faced with BGA and other packaging forms which only have contacts on the bottom of the chip. | More and more semiconductors are produced in packages (the chip's case) which have become impossible to hand solder with a solder iron. The switch from through-hole (THT) to surface mount technology (SMT) has actually made hand soldering much easier (although still many believe the opposite to be true) but now we are faced with BGA and other packaging forms which only have contacts on the bottom of the chip. | ||
- | In order to be able to work with these chips, a reflow solder process is needed. So we've built our own DIY reflow oven, using a Raspberry Pi as a universal, web enabled, PID Reflow Oven Controller driving a convectional hot air oven originally designated for gastronomy/ | + | In order to be able to work with these chips, a reflow solder process is needed. So we've built our own DIY reflow oven, using a Raspberry Pi as a universal, web enabled, PID Reflow Oven Controller driving a convectional hot air oven originally designated for gastronomy/ |
+ | |||
+ | Since it's all open-source you may also use it to build a kiln controller, | ||
<WRAP round alert> | <WRAP round alert> | ||
Line 85: | Line 87: | ||
==== Heating ==== | ==== Heating ==== | ||
+ | |||
+ | === Load Wiring === | ||
+ | |||
+ | {{: | ||
+ | |||
+ | === Signal Wiring === | ||
SSR connected to P1-23 | SSR connected to P1-23 | ||
+ | ^ PullDown Connection (default) ^ PullUp Connection (alternative) ^ | ||
+ | | {{: | ||
+ | |||
+ | |||
+ | The default configuration has historically been to use the PullDown config, which results in an inverted control logic: When you pull GPIO23 low, the heater is switched on and when you pull GPIO23 high, the heater is switched off. | ||
+ | |||
+ | <WRAP round important> | ||
+ | **Please keep in mind that you'll have to have some script/code in your setup that makes sure that GPIO23 is pulled high as soon as the system has booted** (to be sure the heater is off) or change your setup to PullUp configuration instead, if you don't want to worry/ | ||
+ | </ | ||
==== Cooling ==== | ==== Cooling ==== | ||
Line 98: | Line 115: | ||
In the current software implementation is a 200°C cut-off for the fan. As soon as the temperature rises above it, the controller will disable the fan in order to minimize vibrations while the solder paste is in fluid state. We will have to A/B test if this is necessary or not but for now it's implemented. | In the current software implementation is a 200°C cut-off for the fan. As soon as the temperature rises above it, the controller will disable the fan in order to minimize vibrations while the solder paste is in fluid state. We will have to A/B test if this is necessary or not but for now it's implemented. | ||
===== Software ===== | ===== Software ===== | ||
- | |||
- | The picoReflow server is based on Python with only a few other dependencies. It was developed with foucs on Reflow purposes but as more and more people stumbled upon this project and are creatively using it for completely different (although related) use-cases, we'd like to push further development of this project into a more generalized next-generation FOSS PID controller which can be used for many more use-cases than just building a Reflow oven. If you're a Python/ | ||
<WRAP round info> | <WRAP round info> | ||
- | **A way more powerful | + | **Although picoReflow seems to become ever more popular |
+ | |||
+ | With the help of a lot of people giving feedback and using picoReflow in the wild, it was easy to see that a more flexible, modular and powerful approach would be needed to become a fully autonomous, multi-module governing/ | ||
+ | |||
+ | With the switch to angular/ | ||
+ | |||
+ | * https:// | ||
* Rough Dev-Notes on https:// | * Rough Dev-Notes on https:// | ||
* Make sure to check-in again and/or subscribe the [[https:// | * Make sure to check-in again and/or subscribe the [[https:// | ||
- | </ | ||
+ | **Screenshots of new the interface (Profile-Editor)** | ||
+ | {{: | ||
+ | {{: | ||
+ | </ | ||
==== Dependencies ==== | ==== Dependencies ==== | ||
Line 247: | Line 271: | ||
This project already has inspired a couple of people who are using this concept and free software stack for their own purposes: | This project already has inspired a couple of people who are using this concept and free software stack for their own purposes: | ||
- | * DIY Reflow Toaster: http:// | + | ==== DIY Reflow Toaster |
- | * Link to you project (add to the Wiki or add to discussion) | + | |
+ | {{:mission: | ||
+ | {{ : | ||
+ | |||
+ | * http:// | ||
+ | * The domain seems to have gone offline, there is [[https:// | ||
+ | |||
+ | ==== Ararpi Reflow Oven ==== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ==== Moore Bros Composite Oven ==== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | A custom built oven to bake carbon composite parts. | ||
+ | |||
+ | ==== WiFi/ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | http:// | ||
{{tag> | {{tag> |