From 9eda3f7924ec33f88934c1f9c613d93516a465be Mon Sep 17 00:00:00 2001 From: smash Date: Mon, 7 Sep 2020 21:01:07 +0200 Subject: [PATCH] link to esphome added --- README.md | 3 ++- ampelschirm.svg => lasercut_case/ampelschirm.svg | 0 box.svg => lasercut_case/box.svg | 0 box2.svg => lasercut_case/box2.svg | 0 deckel.svg => lasercut_case/deckel.svg | 0 5 files changed, 2 insertions(+), 1 deletion(-) rename ampelschirm.svg => lasercut_case/ampelschirm.svg (100%) rename box.svg => lasercut_case/box.svg (100%) rename box2.svg => lasercut_case/box2.svg (100%) rename deckel.svg => lasercut_case/deckel.svg (100%) diff --git a/README.md b/README.md index bfd58d7..b3b73dd 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ higher concentrations of CO2 inside will make you sleepy and have an impact on y ## build just solder everything according to the connection schema. +get yourself a copy of esphome (https://esphome.io/) and compile the firmware with 'esphome co2sensor.yaml run' - hold boot on your esp until fw upload start. ### schema @@ -66,4 +67,4 @@ either way it might be a good idea to have a capacitor between VCC and GND. my p * cooldown time for buzzer (alarm only once every n minutes) -> lambda/interval/on_time? * add openings for mh-z19 to the case * adjust light tunnel to use frosted acrylic glass - * add a silent switch for meeting rooms and such (no buzzer, but flash at a regular interval to attract attention) \ No newline at end of file + * add a silent switch for meeting rooms and such (no buzzer, but flash at a regular interval to attract attention) diff --git a/ampelschirm.svg b/lasercut_case/ampelschirm.svg similarity index 100% rename from ampelschirm.svg rename to lasercut_case/ampelschirm.svg diff --git a/box.svg b/lasercut_case/box.svg similarity index 100% rename from box.svg rename to lasercut_case/box.svg diff --git a/box2.svg b/lasercut_case/box2.svg similarity index 100% rename from box2.svg rename to lasercut_case/box2.svg diff --git a/deckel.svg b/lasercut_case/deckel.svg similarity index 100% rename from deckel.svg rename to lasercut_case/deckel.svg