Giter VIP home page Giter VIP logo

totally-not-a-space-heater's Introduction

totally-not-a-space-heater

A project attempting to control a folding@home rig based on room temperature with a microcontroller

⚠️ IMPORTANT NOTICE ⚠️ This project DOES NOT work with FAHClient v8, Please install v7 to use

Required Materials

The following parts are required to build:

  • ESP32 Micontroller (Other MCUs may work but will NOT be supported)
  • 2 Buttons
  • 16x2 Character LCD (Based on HD44780) using I2C interface (PCF8574)
  • DHT22 Temperature and Humidity Sensor
  • Wires to connect circuits together (Breadboard optional)
  • Micro USB cable capable of Data transfer

Connecting Components to ESP32

  • Normally Open Terminals of one button between GND and Pin 12 (Temp Up)
  • Normally Open Terminals of one button between GND and Pin 13 (Temp Down)
  • For DHT22, + to VIN, Out to Pin 4, - to GND
  • I2C LCD, GND to GND, VCC to VIN, SDA to Pin 21, SDL to Pin 22

Required Environment for Programming MCU

  • Arduino IDE
  • Drivers for your particular MCU (Varies depending on what you get)
  • Libraries below to be installed

Required Arduino Libraries

Required Environment for controlling Folding Rig(s)

  • Python3 environment (Development done on 3.10 and 3.11, 3.13+ will NOT work, 3.6+ should work but not tested)
  • pyserial package (Install with pip install pyserial)
  • Drivers for your MCU (Varies depending on what you get)

Project Goals

  • Start and pause Folding based on room temperature
  • Vary heat output based on heating needs
  • Expand to multiple machines
  • Connections over Serial
  • Connections over Wifi
  • Connections over Bluetooth

totally-not-a-space-heater's People

Contributors

felix920506 avatar kbernhagen avatar

Stargazers

Collin avatar Joseph Coffland avatar  avatar

Watchers

 avatar  avatar

Forkers

kbernhagen

totally-not-a-space-heater's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.