This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Minggu, 27 Agustus 2023

Belajar On OFF Lampu menggunakan BLYNK IOT & ESP 32

 Blynk IOT ESP 32

Yaitu Aplikasi Otomasi untuk mengotrol Peralatan dari Jarak Jauh Melaui Jaringan  Internet. 

Bagi yang Masih Bingung Yuk Lihat Skema berikut Ini;


Di atas Di jelaskan bahwa perintah dari aplikasi Blynk di HP di krim melalui internet dandi terima router kemudian di teruskan ke Node MCU ESP 32. maka Perintah tsb di terus kan melalui Output Pin untuk ON OFF lampu Tentunya Jika Lampu yg Di pakai berbeda Voltase dengan Output ESP 32 maka di perlukan sebuah Relay ,Contactor maupun peralatan lainya sehingga bisa mengendalikan Beban.

kit Teruskan Untuk Mmebuat Sebuah Program atauu coding Arduino kita tulis di bawah ini:

#define BLYNK_PRINT Serial
/* Tempel data dari Bliynk */
#define BLYNK_TEMPLATE_ID           "Tempel Data Dari Blynk"
#define BLYNK_TEMPLATE_NAME         "Tempel Data dari Blynk
#define BLYNK_AUTH_TOKEN            "Tempel data dari Blyk"
#include <WiFi.h>
#include <WiFiClient.h>
#include <BlynkSimpleEsp32.h>   
// Seting Wifi di sini
char ssid[] = "Nama Jaringan";// Ketik Nama Jarungan yg di pakai 
char pass[] = "Kata kunci"; Ketik Kata kunci Jaringan 

void setup()
{
  // Debug console
  Serial.begin(9600);

  Blynk.begin(BLYNK_AUTH_TOKEN, ssid, pass);
}

void loop()
{
  Blynk.run();
}

Setelah itu Upload Program Ke Node MCU ESP 32  . Setelah Berhasil lalu kita buka Aplikasi Blyk Console . 


1. Log in jika sudah punya Akun 

2.Sign in Jika belum Punya Akun

3. Kita Buka Template  dan Buat tamilan dan setting untuk Pin Outputnya. 

Tampilan Web Dasboard adalah sebagai Berikut:

Dan Tapilan Device adalah sebagai berikut:



Setelah Blynk siap maka langkah selanjutnya adalah dengan  Mengunduh Aplikasi Blynk unutk android dan Memasang nya .
ESP 32 di kasih power 5Volt Maka secara otomatis tehubung ke jaingan dan silahkn di coba melalui android untukON OFF Lampu.  
Jika Ada yang belum Jelas bisa melihat video tutorial di bawah ini: