https://github.com/ldab/yabc-yet-another-blynk-controller-simple
Simple ESP8266 and Blynk based controller with 3 relays. works with BME280, SHT3x, HTU21, DS18B20 probes
https://github.com/ldab/yabc-yet-another-blynk-controller-simple
blynk esp8266 esp8266-arduino iot nodemcu smart-control wemos
Last synced: about 1 month ago
JSON representation
Simple ESP8266 and Blynk based controller with 3 relays. works with BME280, SHT3x, HTU21, DS18B20 probes
- Host: GitHub
- URL: https://github.com/ldab/yabc-yet-another-blynk-controller-simple
- Owner: ldab
- License: mit
- Created: 2018-08-02T20:39:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T19:53:34.000Z (about 7 years ago)
- Last Synced: 2025-08-31T01:24:54.241Z (about 1 month ago)
- Topics: blynk, esp8266, esp8266-arduino, iot, nodemcu, smart-control, wemos
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YABC---Yet-Another-Blynk-Controller - SIMPLE VERSION
This is a working example of open source YABC - Yet Another Blynk Controller a ESP8266 based 3x relay controller with Blynk.
- YABC can be found at: untrol.io and Tindie
- This is the most basic Blynk App with the initial 2,000 energy points, you'll find a more complex one at: YABC Extended but you'll need to buy energy from Blynk.
The firmware has been writen using PlatformIO which is a nice, neat IDE, check it out: Learn how to install PlatformIO IDE
If you're feeling brave and want to customize or improve the Firmware Over the Air (OTA), check this link: Over-the-Air (OTA) update basically you change your sketch and upload it by running the following line on PlatformIO terminal:
platformio run --target upload --upload-port IP_ADDRESS_HERE
OR if you want to use Arduino IDE: Arduino IDE OTA
Download Blynk App: Getting Started with Blynk
- Download Blynk App: http://j.mp/blynk_Android or http://j.mp/blynk_iOS
- Touch the QR-code icon and point the camera to the code below
- Enjoy my app!