Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 842 Bytes

File metadata and controls

29 lines (24 loc) · 842 Bytes

Requirements:

  • PWM Fan on Pin 18 on Raspberry Pi 3
  • 1-wire Temperature Control
  • IFFT Account

Installation:

  • Install RPIO
    • sudo apt-get install python-setuptools
    • sudo easy_install -U RPIO

For Therm:

  • Check /boot/config.txt
  • Add line at bottom
    • dtoverlay=w1-gpio,gpiopin=17
  • Orange Stripe = VCC, White = Ground, Blue Stripe = Pull-up output
  • Run test_therm.py

For Display:

For wifi:

  • sudo pip install wifi