Posts

Showing posts from September, 2020

4017 TSOP Infrared IR REMOTE CONTROL ( 3 Channel ON & 1 OFF ) | TRIK ID

Image
  4017 TSOP Infrared IR REMOTE CONTROL ( 3 Channel ON & 1 OFF ) | TRIK ID *It is recommended to provide a 1 K ohm Resistor on BASIS BC558 if in this scheme the transistor does not reach the Saturation state *It is recommended to provide a 1 K ohm Resistor on BASIS BC558 if in this scheme the transistor does not reach the Saturation state VIDEO TATA LETAK DAN PENYOLDERAN

Home Automation Extension Box | 2 way Switch and Smartphone | ESP8266

Image
  Home Automation Extension Box | 2 way Switch and Smartphone | ESP8266 YouTube Tutorial:- Materials:- https://www.flyrobo.in/nodemcu_esp8266_wifi_development_board?tracking=5c723900abvrl Relay Module:- https://www.flyrobo.in/5v_four_channel_relay_module?tracking=5c723900abvrl Jumpers:- https://www.flyrobo.in/combo-of-3-type-jumper-cables-f-f-f-m-m-m?tracking=5c723900abvrl Breadboard:- https://www.flyrobo.in/high_quality_solderless_breadboard_with_430_tie_point_for_arduino?tracking=5c723900abvrl 3 pin Socket Switch 2 Way Switch Board Wire 3 pin Plug Circuit:- Code:- /************************************************************* Download latest Blynk library here: https://github.com/blynkkk/blynk-library/releases/latest *************************************************************/ #define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char a...

Stairs

Image
 

DIY-Home-Automation-using-ESP8266

Image
  DIY-Home-Automation-using-ESP8266 This is a DIY project in which I control a relay module using ESP8266 via WiFi through BLynk. The relay module can activate or deactivate any High Voltage(90-240V) Appliances. 🎦 DIY-Home-Automation-using-ESP8266 / ESP-01_WiFi_Relay_Gerber_File.zip. DOWNLOAD LAY-OUT/ here PROGRAMING CODE: (RAW) /* ************************************************************ By Shyam Ravi- theTechnowright www.youtube.com/thetechnowright Download latest Blynk library here: https://github.com/blynkkk/blynk-library/releases/latest Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. You’ll need: - Blynk App (download from AppStore or Google Play) - ESP8266 board - Decide how to connect to Blynk (USB, Ethernet, Wi-Fi, Bluetooth, ... ******************************************...