Skip to content

Diseño y desarrollo del clon de consolas de AirZone

Notifications You must be signed in to change notification settings

leander2189/climazone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClimaZone

Room console interface to Airzone control system, meant to replace old panels, like this one:

image info

Bill of materials

  • ESP32 DevKit V1 DOIT
  • TFT Touch screen 2.8" 240x320 (SD + SPI)
  • BME280 I2C
  • DS18B20
  • PC817 x 4
  • 1k resistor x 4
  • 5k resistor x 1

PCB Design

PCB design has been carried out using Kicad 6.0. The PCB is compatible both with master and slave consoles.

The temperature console is based on an ESP32 with a touch screen as an interface. It uses a DS18B20 for temperature measurement and a BME280 to measure humidity and pressure. Finally, the outputs are activated using PC817 optocouplers.

In the project there have been used 3 kicad libraries, which are already packaged:

PCB Front PCB Rear

Case design and installation

The case is designed to replace the old control panel, thus using the same interface bolts, as can be seen in the following picture.

image info

The design is composed of 2 elements, all of them can be 3D printed:

  • The bottom part, which is bolted to the wall
  • The top part, which encloses the PCB

image info

Software (TODO)

The software included measures temperature, humidity and pressure every 5s, showing this information on the display. Additionally, when pushing on the On/Off button, the goal temperature will be set up. This goal is used to activate the air conditioner.

image info

Also a menu screen is added, to configure several parameters of the console:

  • Temperature offset, to adjust the readings
  • Master/slave mode
  • Calibrate screen
  • Restore screen calibration defaults
  • Restart system

Configuration values are saved in the EEPROM of the ESP32.

image info

TODO list:

  • Connect with Wifi
  • Integration with Home Assistant
  • Provide keyboard to set Wifi password

About

Diseño y desarrollo del clon de consolas de AirZone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published