Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commanderredyt/wifibutton
WiFiButton to control HomeIoT and other things
https://github.com/commanderredyt/wifibutton
esp8266 iot wifi
Last synced: 27 days ago
JSON representation
WiFiButton to control HomeIoT and other things
- Host: GitHub
- URL: https://github.com/commanderredyt/wifibutton
- Owner: CommanderRedYT
- Created: 2020-08-22T14:28:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T14:32:29.000Z (over 4 years ago)
- Last Synced: 2024-11-18T08:30:29.519Z (3 months ago)
- Topics: esp8266, iot, wifi
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp82666WiFiButton
Uses ESP8266 Dev Board, external push button and RGB led for mostly triggering IFTTT webhooks## Used Librarys:
- ThingerESP8266 (https://github.com/thinger-io/Arduino-Library)- ESP8266WiFi (https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266WiFi)
- ESP8266mDNS (https://github.com/LaborEtArs/ESP8266mDNS)
- ESP8266HttpClient (https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266HTTPClient)