Auto start

Hi,

i’m new to all of this but i’m making progress :smile:

i installed blynk on raspberry pi2 and Android and it is working.

my first question is how to make the script to start automatically after reboot?

my second question is how to use the led widget and the new LCD widget?

Thanks to all.

technically all the stuff you add to rc.local file would start automatically

Search our forum please. This question was answered already.

unfortunately i searched the forum but couldn’t find anything regard the rc.local

anyway. i edited the rc.local and added the following line

/blynk-library/linux/blynk --token=(my token)

and also tried

sudo ./blynk-library/linux/blynk --token=(my token)

and

 ./blynk-library/linux/blynk --token=(my token)

but non worked. please advice. and please excuse my beginner question

please don’t create new topics for existing questions

please follow instructions inside example sketches:

i’m really sorry to ask. but how to start the LCD script in the raspberry bi? i inserted my token in the example script and configured the LCD widget to the same virtual pin 1. but it is not working. i know i’m missing something.

i wish if there is a beginner guide

Thank you.