Recipes Overview
The recipes is a collection of configurations that can be used with the standard set of elements included in the Standard Example.
They show how multiple elements can be combined to create functionality beyond using a single element.
Combining Elements
Light Examples
- Simple LED blink - Using a timer and a digital output
- Create Alarm actions
- LED recipe - Using a button switch a digital output with a LED on and off.
- LED Dimming recipe - Dimming a LED using 2 momentary buttons.
- LED Rotary recipe - Dimming LED using a rotary encoder.
- Use a timer for lights
Other Examples
-
NTP Clock with OLED - Display the current time and date from the internet time service.
-
NTP Clock with TM1627 - Display the current time from the internet time service on a 4 digit display.
-
LDR switch - use a LDR to create a touchless on/off switch.
-
Create plant watering - Use a timer and button to give water to plants.
-
Logic Elements - Combine values with logical operators.
Using Sensors
-
Logging Temperature Sensor - Use a DHT sensor and the log element to record values.
-
Soil Moisture Sensor - Use a timer and button to give water to plants.
-
MQTT DHT Sensor - Use a DHT sensor to report temperature and humidity to a MQTT server.