Control a LED from your Phone

details

This project is an example of Ethernet shield.
User can easily manage his device using Arduino platform via a web.
This project would be included in the category of Remote control in WIZnet Museum website.

Control a LED from your Phone
2016-05-30_blynk2

 

 

Story

 

 

Schematics

Led

 

Code

#define BLYNK_PRINT Serial    // Comment this out to disable prints and save space
#include <SPI.h>
#include <Ethernet.h>
#include <BlynkSimpleEthernet.h>

char auth[] = "";
WidgetLED led1(V1);
void setup()
{
  Serial.begin(9600);
  Blynk.begin(auth);
  pinMode(2,OUTPUT);
}

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

For more information, please refer to the following website;

Source: https://www.hackster.io/KaustubhAgarwal/control-a-led-from-your-phone-aa21d3?ref=part&ref_id=10887&offset=14микрозаймы онлайн через госуслуги

This project is an example of Ethernet shield.
User can easily manage his device using Arduino platform via a web.
This project would be included in the category of Remote control in WIZnet Museum website.

Control a LED from your Phone
2016-05-30_blynk2

 

 

Story

 

 

Schematics

Led

 

Code

#define BLYNK_PRINT Serial    // Comment this out to disable prints and save space
#include <SPI.h>
#include <Ethernet.h>
#include <BlynkSimpleEthernet.h>

char auth[] = "";
WidgetLED led1(V1);
void setup()
{
  Serial.begin(9600);
  Blynk.begin(auth);
  pinMode(2,OUTPUT);
}

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

For more information, please refer to the following website;

Source: https://www.hackster.io/KaustubhAgarwal/control-a-led-from-your-phone-aa21d3?ref=part&ref_id=10887&offset=14микрозаймы онлайн через госуслуги

COMMENTS

Please Login to comment
  Subscribe  
Notify of