Smart controller for IKEA Uppåtvind Air Purifiers
Go to file
Gergo Horvath 8ce690baca
Added Schematics and Layout (board v1.2)
2023-04-15 15:35:04 +02:00
Hardware Added Schematics and Layout (board v1.2) 2023-04-15 15:35:04 +02:00
LICENSE Initial commit 2022-12-23 19:18:46 +01:00
README.md Update README.md 2023-04-15 13:08:31 +02:00

README.md

Smart Air Purifier (Project Uppåtvind)

Custom PCB based on ESP12-F (ESP8266) wifi module that serves as a smart controller for IKEA Uppåtvind Air Purifiers. It's embedded microcontroller enables you to incorporate your device to home automation systems (preferably to Home Assistant) or control it via custom mobile applications as it enjoys support from wide variety of firmwares. This project was implemented in two major phases. Hardware was designed with KiCAD, software is based on MicroPython.

About IKEA Uppåtvind: It is the newest air purifier of the swedish company, compact and even smaller than its older borther, Förnuftig. It effectively cleans the indoor air from harmful PM2.5 particles and pollen for cheap (price approx. EUR30). The device is optimised for small bedrooms and has three fan speed.

Current status of the development: Finalized

Hardware:

  • Schematic
  • Layout
  • BOM, CPL
  • 3D model
  • Testing

Software:

  • MicroPython

Hardware

PCB has the same size as the original one (70x36 mm) with mounting holes placed on it, thus it is supposed to fit just fine inside the plastic housing. Power supply of the fan is +24V, 0.8A. The board has a MC34063DR switching voltage regulator that provides the necessary power (+3v3, >500mA) for the wifi module. With the onboard physical button you can toggle the fan (turn on/off or even change speed). Two blue LEDs are connected to the ESP pins so it can indicate changes in operating mode. Note: to avoid unnecessary costs and save some space on the board physical filter reset button is not incorporated in this version as this function can be easily achieved through software side.

The Purifier has a 4-pin PWM fan with +24VDC, 0.5A. The pins are POWER, GND, PWM, FG. PWM is a control pin for pulse width modulation and FG is the tacho pin for feedback purposes. The fan operates with a constant duty cycle of 50% and variable frequency between ca. 1-300Hz.

475CF212-3C40-45C2-A7EA-1FA76863B281

MCU programming: the board supports only UART programming via TX, RX pin headers (no USB interface), thus USB to TTL converter is necessary to upload firmware. It is recommended to supply the module via VIN and GND pins when programming. It is compatible with +5-24V supply (but +3V3 supply is not guaranteed to work as you may experience some voltage drop via the buck converter so make sure to provide enough voltage during flashing). Boot button is located on the right side of the wifi module.

BOM: Most of the chosen components are considered to be basic/standard parts at LCSC, however there are some extended components on the list (two large cap, inductor, esp, jst connectors and uart pin headers, tactile switch).

Software

The software for Uppåtvind has been developed in Micropython. It enables the device to be controlled via mqtt while exploits Home Assistant mqtt autodiscovery features that provides with a smooth (almost zero config) setup process.

More detailed description is available in this repo: https://github.com/horvathgergo/uPurifier

Contribution

If you find this project useful please support its further development by using the button below: