Hello,
I was looking around at these ESP8266 modules.
Very interesting but as I was thinking to switch my ventilation on a timely basis so I need an additional relay board.
So when looking around I just bumped onto this ESP32-EVB board
https://www.olimex.com/Products/IoT/ESP32-EVB/open-source-hardware
which already contains the relay board and other stuff and all packed into a nice tiny 7.5x7.5cm pcb.
I was wondering if B4R handles this aswell?
my other option would be what you see in the scheme below
which is:
- a main interruption switch (might be a double polar cut since it's in a bathroom)
- a digital timer swith configured to let the motor run twice 5 minutes every hour between 08:00 - 22:00 with built-in overrule switch (to enable it while showering)
- a switch to select the higher speed while taking a shower
that would already cost me €50+ which is double the price of that EVB board. (without power supply).
if the relay board can switch the motor power (COM1 NO toggle) and the additional speed loop (COM2 NO/NC) I can reduce all this to:
- EVB board
- a button panel with 4 impuls buttons (speed1 select,speed2 select,timed or forced on toggle,main on/off toggle)
but then I need to be able to program it with B4R
I was looking around at these ESP8266 modules.
Very interesting but as I was thinking to switch my ventilation on a timely basis so I need an additional relay board.
So when looking around I just bumped onto this ESP32-EVB board
https://www.olimex.com/Products/IoT/ESP32-EVB/open-source-hardware
which already contains the relay board and other stuff and all packed into a nice tiny 7.5x7.5cm pcb.
I was wondering if B4R handles this aswell?
my other option would be what you see in the scheme below
which is:
- a main interruption switch (might be a double polar cut since it's in a bathroom)
- a digital timer swith configured to let the motor run twice 5 minutes every hour between 08:00 - 22:00 with built-in overrule switch (to enable it while showering)
- a switch to select the higher speed while taking a shower
that would already cost me €50+ which is double the price of that EVB board. (without power supply).
if the relay board can switch the motor power (COM1 NO toggle) and the additional speed loop (COM2 NO/NC) I can reduce all this to:
- EVB board
- a button panel with 4 impuls buttons (speed1 select,speed2 select,timed or forced on toggle,main on/off toggle)
but then I need to be able to program it with B4R