saary
August 14, 2015, 10:22pm
1
Hi,
i’m new to all of this but i’m making progress
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
Pavel
August 15, 2015, 1:04am
3
Search our forum please. This question was answered already.
saary
August 15, 2015, 1:53pm
4
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
Pavel
August 15, 2015, 2:05pm
5
please don’t create new topics for existing questions
Pavel
August 15, 2015, 2:06pm
6
please follow instructions inside example sketches:
saary
August 16, 2015, 6:40pm
7
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.