From 7842fadb1507e97ec7fafedb483b83dc13c098a2 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 29 Apr 2024 02:23:49 +0200 Subject: [PATCH] notes in CanGrow.ino --- Arduino/CanGrow/CanGrow.ino | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Arduino/CanGrow/CanGrow.ino b/Arduino/CanGrow/CanGrow.ino index 9126ca6..f2c9233 100644 --- a/Arduino/CanGrow/CanGrow.ino +++ b/Arduino/CanGrow/CanGrow.ino @@ -976,7 +976,9 @@ void setup() { digitalWrite(PINled, LOW); digitalWrite(PINpump, LOW); - // set frequency lower to avoid annoying noises + // set PWM frequency lower to avoid annoying noises + // in combination with 47uF at fan output, 220Hz is kinda sweetspot + // 220Hz is note A3 btw. analogWriteFreq(220); // Start Serial @@ -2057,10 +2059,12 @@ void APIgetSensors() { * * * - Sunrise and Sunset PWM if PWM is set - * - PWM for fan control * - avoid using javascript to set the GrowName in the Menu and the time * as well * - rework UseLEDrelais usage + * - when PWM for fan is set, set fan speed to regulate humidity and + * temperature + * - re-organize EEPROM saved values. * * */