Wykres commitów

504 Commity (master)

Autor SHA1 Wiadomość Data
jbruce 2823371305 fixing typos and cleaning up README 2018-11-29 07:21:59 -05:00
jbruce a45488110c changed local port default from 8080 to 8081 2018-11-28 15:44:46 -05:00
jbruce 31fb110664 - adding ideas to config 2018-11-28 15:42:04 -05:00
jbruce e0a5b25f56 - info about kilns 2018-11-28 14:45:17 -05:00
jbruce e58d58d371 - fix ks-1018 image 2018-11-28 13:43:35 -05:00
jbruce b52bcfcb69 - updating hardware 2018-11-28 13:41:41 -05:00
jbruce d8d1473f77 -adding hardware to readme 2018-11-28 13:22:21 -05:00
jbruce 9beb48594f - changing max temp to just above cone 6 2018-11-28 10:39:22 -05:00
jbruce a0c12c06fb change wording from Profile to Schedule 2018-11-28 09:04:58 -05:00
jbruce f1109028ce - replacing image links in README 2018-11-28 08:38:36 -05:00
jbruce aee1e6e9eb - adding new images for interface 2018-11-28 08:35:43 -05:00
jbruce12000 abdeebdeb8 - changing picoreflowd to kill-controller 2018-11-27 16:24:28 -05:00
jbruce12000 ef5cb6d49d - adding logging for completion 2018-11-27 16:10:36 -05:00
jbruce b87deab01c - added shut down temp if it's exceeded, kiln shuts down 2018-11-27 13:49:46 -05:00
jbruce 089daf36f5 - adding some params that are not used yet 2018-11-27 13:33:11 -05:00
jbruce 6986c29de0 - removed some commented out code. added some ideas about what I might do in the future. 2018-11-27 11:42:34 -05:00
jbruce 2401de048d - link NOOBs 2018-11-27 11:29:03 -05:00
jbruce 786cf52b91 - fixes to readme 2018-11-27 11:21:33 -05:00
jbruce 5266523cf7 -updating instructions with virtualenv 2018-11-27 11:18:40 -05:00
jbruce 6bce47931e - changing slope to F degs / hour 2018-11-27 09:08:51 -05:00
jbruce12000 624ae9e739 adding systemd service script and a script to install it as a service that runs during startup 2018-11-26 21:15:24 -05:00
jbruce12000 e8bf698212 fix init script to work with virtualenv 2018-11-26 20:36:32 -05:00
jbruce12000 9ba10553d1 - changed instructions for init 2018-11-26 19:59:51 -05:00
jbruce 46b0e659df - mv'ed init.d script to kiln-controller 2018-11-26 19:49:25 -05:00
jbruce 45ab99b052 added features to readme 2018-11-26 13:06:29 -05:00
jbruce 2e88f30cf6 - add NIST-linearized thermocouple conversion for accurate thermocouple readings 2018-11-26 12:57:36 -05:00
jbruce 6f40f71adc - add simulation detail to readme 2018-11-26 11:10:22 -05:00
jbruce 82f9627b5a - hide simulate button. run does simulations when necessary. 2018-11-26 11:05:49 -05:00
jbruce 72f36d4380 - add long glaze profile 2018-11-26 10:20:09 -05:00
jbruce b96be09ef3 - removing unneeded gpio pins 2018-11-26 08:49:21 -05:00
jbruce 0d4a2232ce -changing name to kiln controller 2018-11-25 21:22:20 -05:00
jbruce be1267c7a3 reverting changes to README, don't want to fix all that right now 2018-11-25 13:34:40 -05:00
jbruce 492f565135 - removing rpi requirements for now. need to work out dependency tree for simulations 2018-11-25 11:06:17 -05:00
jbruce 02dfe12e0c Changed install instructions 2018-11-25 10:49:31 -05:00
jbruce 5b48f694f3 - adding requirements.txt for easier installation 2018-11-25 10:36:45 -05:00
jbruce 3c04761bd0 - changing logging for seconds to integers 2018-11-23 18:16:49 -05:00
jbruce 9d5beab15f - changed hazard led temp to 1300
- removed old logging code in oven.py
2018-11-23 18:04:56 -05:00
jbruce 37a58818bb - changed the logging to record heat on/off times plus time left 2018-11-22 13:41:29 -05:00
jbruce 3cc7c4a11b - changed time step to one sec in config
- added sleep for simulations to accurately reflect a real run
2018-11-22 09:48:22 -05:00
jbruce e2ae5eac65 - changed name of executable 2018-11-22 09:15:38 -05:00
jbruce 46ff62c9b8 - removing most of the air and cool stuff 2018-11-21 15:18:25 -05:00
jbruce 9d584139aa - allowing profiles to be committed
- adding a long bisque profile
2018-11-21 14:48:37 -05:00
jbruce 993814f8d0 - commenting out config.py because I need it for now 2018-11-21 11:37:26 -05:00
jbruce 0c9cec39f4 - adding my config.py 2018-11-21 11:36:58 -05:00
jbruce 3c1f0848af - commented out a check so sim would run
- made force param always on so saves of schedule changes work as expected
2018-11-21 11:35:28 -05:00
chrono db303ed921
Merge pull request #26 from benkrasnow/master
Update oven.py
2018-06-10 18:59:47 +00:00
benkrasnow 377e27e9da
Update oven.py 2018-06-09 16:22:40 -07:00
benkrasnow 35eb7d3346
Update oven.py
Added proportional output funtionality by turning the oven (SSR) on for a portion of the time_step determined by the pid loop output. So, if time_step = 1, and the pid loop is calling for .3 heat, the SSR will be on for .3 seconds, and off for .7 seconds.  I did this by adding an additional sleep.  Previously, the SSR would be on whenever pid > 0.
2018-06-09 13:42:55 -07:00
chrono 0f598a2469
Merge pull request #24 from 2bitoperations/MAX38155-kernel-spi
MAX38155 support using kernel SPI drivers
2017-12-02 07:25:24 +00:00
Andrew Malota de0d3baadb add a note about GPIO collisions with system SPI 2017-12-01 18:59:07 -06:00