How To Use Blynk With Proteus Professional8
How To Use Blynk With Proteus Professional8
We will learn about how to use Blynk , with a simple LED blinking program
3.set the name of the project and select Arduino uno board
4.complete setup
5.an auth token already will already sent to your mail copy it and paste in Arduino program.
6.Now click on the + button which is at top of the right Click on it.
8.click on the button and name the button ,select output pin ‘Digital PIN and select Pin
number’(which pin we are using in the program).
Step2:
1.
2.
3.
Copy this code and Select “Arduino UNO” Board & compile.
#include <BlynkSimpleStream.h>
// Pin Assignment
//Your app authentication token (can be fetched from your blynk app
void setup()
Serial.begin(9600);
Blynk.begin(auth, Serial);
void loop()
Blynk.run();
4.
Copy the .hex file address and right click on Arduino board in proteus Select “Edit properties” after
that paste copied ‘.hex’ link at program files option.
5.
Press Win+R and search for CMD open as admin Before that copy Blynk library ,location
looks like:”C:\Users\sai43\OneDrive\Documents\Arduino`\libraries\Blynk\scripts”