• Stars
    star
    175
  • Rank 218,059 (Top 5 %)
  • Language
    JavaScript
  • Created about 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Turns a Raspberry Pi into a universal, web enabled Reflow Oven Controller

picoReflow

Turns a Raspberry Pi into a cheap, universal & web-enabled Reflow Oven Controller. Of course, since it is basically just a robot sensing temperature and controlling environmental agitators (heating/cooling) you can use it as inspiration / basis when you're in need of a PID based temperature controller for your project. Don't forget to share and drop a link, when you do :)

Standard Interface

Image

Curve Editor

Image

Hardware

  • Raspberry Pi (Rev 2B, Zero W)
  • MAX 31855/6675 Cold-Junction K-Type Thermocouple
  • GPIO driven Solid-State-Relays/MOSFETs

Installation

Dependencies

We've tried to keep external dependencies to a minimum to make it easily deployable on any flavor of open-source operating system. If you deploy it successfully on any other OS, please update this:

Currently tested versions

  • greenlet-0.4.2
  • bottle-0.12.4
  • gevent-1.0
  • gevent-websocket-0.9.3

Ubuntu

$ sudo apt-get install python3-pip python-dev libevent-dev
$ sudo pip3 install ez-setup
$ sudo pip3 install greenlet bottle gevent gevent-websocket

Raspbian

$ sudo apt-get install python3-pip python-dev libevent-dev
$ sudo pip3 install ez-setup
$ sudo apt-get install python-gevent python-gevent-websocket
$ sudo pip3 install greenlet bottle

Gentoo

$ emerge -av dev-libs/libevent dev-python/pip
$ pip install ez-setup
$ pip install greenlet bottle gevent gevent-websocket

Raspberry PI deployment

If you want to deploy the code on a PI for production:

$ pip3 install RPi.GPIO

This only applies to non-Raspbian installations, since Raspbian ships RPi.GPIO with the default installation.

If you also want to use the in-kernel SPI drivers with a MAX31855 sensor:

$ sudo pip3 install Adafruit-MAX31855

Clone repo

$ git clone https://github.com/apollo-ng/picoReflow.git
$ cd picoReflow

Configuration

All parameters are defined in config.py, just copy the example and review/change to your mind's content.

$ cp config.py.EXAMPLE config.py

Usage

Server Startup

$ python3 picoreflowd.py

Autostart Server onBoot

If you want the server to autostart on boot, run the following commands

sudo cp /home/pi/picoReflow/lib/init/reflow /etc/init.d/
sudo chmod +x /etc/init.d/reflow
sudo update-rc.d reflow defaults

Client Access

Open Browser and goto http://127.0.0.1:8081 (for local development) or the IP of your PI and the port defined in config.py (default 8081).

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Support & Contact

Please use the issue tracker for project related issues.

More info: https://apollo.open-resource.org/mission:resources:picoreflow

More Repositories

1

luci-theme-darkmatter

Alternative Luci theme for LEDE/OpenWRT
CSS
240
star
2

PiGI

The PiGI is built as a ready-to-go drop-in module for the Raspberry Pi to transform it into a versatile geiger counter to measure/monitor radioactivity. It will generate the required high voltage the counting tubes need to operate and it will safely invert the counting impulses to a falling edge, detectable by a GPIO Pin on the PI. But it's also designed in such a universal way in order to be very hackable. Basically it can be connected to any processing system that can detect falling edges.
JavaScript
52
star
3

dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
JavaScript
19
star
4

cloudmap

Distribution of fresh global cloudmaps
16
star
5

xfce-planet

Resources and scripts to produce a nice backdrop with global, near realtime cloudmaps & live satellite/orbit prediction using xplanet
Shell
13
star
6

governess

👵 She teaches, governs and watches over our little robots
TypeScript
11
star
7

ezvd

EZVD - The easy voltage-divider calculation/simulation tool
Python
7
star
8

seedstack

SEEDStack - A fully 3D printed stackable seed incubation/sprout growing system
OpenSCAD
6
star
9

UCSSPM

Unified Clear-Sky Solar Prediction Model
Python
3
star
10

openwrt-cc-gl-ar300m

Openwrt 15.05 (Chaos Calmer) with patches for the gl.inet AR300M
C
3
star
11

spark-lighter

Spark-Core Firmware for a 4 channel MOSFET RGBW-LED/PIR/AmbientLight Robot
C++
2
star
12

dspace-propaganda

Slides and other instruments of brainwashing
Shell
2
star
13

DIY-Stevenson-Screen

DIY-Stevenson-Screen
OpenSCAD
1
star