Below are the instructions to install Blynk Local Server and Blynk Library For Arduino IDE on a Windows-64 bit OS
- Install Java 11 from OpenLogic.
- Make a folder with name rawFolder on your desktop.
- Download a script BlynkServerAutoInstallerWin.ps1 and put it in the rawFolder.
- Run windows Powershell as Administrator.
- Change the directory of powershell to rawFolder by pasting the command below in powershell.
cd C:\Users\$env:UserName\Desktop\rawFolder
- Copy and paste the following command in powershell window and hit ENTER key.
Set-ExecutionPolicy RemoteSigned -Force
- Now to run the installation script, copy and paste the following command in powershell window and again hit ENTER Key.
.\BlynkServerAutoInstallerWin.ps1
- Wait for the process to complete.
- Access admin page of blynk local server at https://127.0.0.1:9443/admin (Email is: admin@blynk.cc Password: 12345)
- Super easy. Isn't it? As usual, report any error while using this script: Report Issue