Skip to content

Instantly share code, notes, and snippets.

@patrickdk77
patrickdk77 / sprinkler.yaml
Last active October 21, 2022 12:01
Sprinkler System esphome
substitutions:
display_name: Sprinkler
heartbeat: 900s
esphome:
name: sprinkler
platform: ESP8266
board: d1_mini
board_flash_mode: dout
esp8266_restore_from_flash: true
@ItKindaWorks
ItKindaWorks / RouterBooter.ino
Last active January 29, 2022 17:23
An ESP8266 based Arduino program for connecting to and automatically rebooting a router when it loses an internet connection
/*
configAndStatusAPDemo.ino
Copyright (c) 2017 ItKindaWorks All right reserved.
github.com/ItKindaWorks
This file is part of ESPHelper
ESPHelper is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@ItKindaWorks
ItKindaWorks / ESPHelperWebStatusConfigLED.ino
Last active January 3, 2019 04:19
A demo program for ESPHelper showing off some new features (filesystem config storage & webserver config/status pager)
/*
ESPHelperWebStatusConfigLED.ino
Copyright (c) 2017 ItKindaWorks All right reserved.
github.com/ItKindaWorks
This file is part of ESPHelper
ESPHelper is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or