User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mission:resources:picoreflow [2016/09/21 09:25] – [picoReflow] chronomission:resources:picoreflow [2016/10/09 12:15] – [Heating] chrono
Line 87: Line 87:
  
 ==== Heating ==== ==== Heating ====
 +
 +=== Load Wiring ===
 +
 +{{:mission:resources:picoreflow-ssr-load-connection.png|}}
 +
 +=== Signal Wiring ===
  
 SSR connected to P1-23 SSR connected to P1-23
  
 +^ PullDown Connection (default) ^ PullUp Connection (alternative) ^
 +| {{:mission:resources:picoreflow-ssr-signal-pulldown-connection.png?320|}} | {{:mission:resources:picoreflow-ssr-signal-pullup-connection.png?320|}} |
 +
 +The default configuration has historically been to use the PullDown config, i.e. when you pull GPIO23 low the heater is on and when you pull GPIO23 high the heater is off. 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 connection instead if you don't want to worry/bother.
 ==== Cooling ==== ==== Cooling ====