Introduction: LinkIt One + Blynk Lazer
In this instructable I will be showing how to use Blynk to control a LAZER
Warning WEAR Eye Protection, Just In-Case!!
Step 1: Upload Code
If you dont know how to install LinkIt One code click here
this is the code I made for this project:
-------------------------------------------------------------------->
//Code Created By FunguyPro www.funguypro.tk
#defineARDUINO150
//#define BLYNK_PRINT Serial //Uncomment for Serial Data
#include<LWiFi.h>
#include<LWiFiClient.h>
#include<BlynkSimpleLinkItONE.h>
// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
charauth[]="YOURAUTHCODE";
#defineWIFI_SSID"YOURSSID"// Your network SSID (name)
#defineWIFI_PASS"YOURPASS"// Your network password (use for WPA, or use as key for WEP)
#defineWIFI_AUTHLWIFI_WPA// choose from LWIFI_OPEN, LWIFI_WPA, or LWIFI_WEP
voidsetup(){
Serial.begin(9600);
Blynk.begin(auth,WIFI_SSID,WIFI_PASS,WIFI_AUTH);
delay(500);}
voidloop(){
Blynk.run();
}
Step 2: Connect Lazer
Connect the lazer to pin 2 and GND
Step 3: Push the Button on Blynk
The lazer should light up very bright
Step 4: Need Help?
Click Here
Share
Recommendations

We have a be nice policy.
Please be positive and constructive.
Comments