Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 804 Bytes

pyramidak switch firmware

DIY smart home the easy way https://firm.jantac.net/

  1. Non-limiting hardware with schema and PCB that you can simply order from https://jlcpcb.com
  2. Full manual about pyramidak firmware, what all you can do with pyramidak smart switches
  3. How to easily connect pyramidak firmware to open central system like Home Assistant

Big thanks to these authors who made some functions of the pyramidak firmware easier for me, the list of libraries that need to be imported into the Arduino IDE:

#include <X9C.h> https://github.com/philbowles/Arduino-X9C

#include <DHTesp.h> https://github.com/markruys/arduino-DHT

#include <OneWire.h> https://github.com/PaulStoffregen/OneWire

#include <DallasTemperature.h> https://github.com/milesburton/Arduino-Temperature-Control-Library