Page 1 of 1

Blynk

Posted: 17 Apr 2016, 10:59
by 5ko
Hi,
I see a lot of desire related to the various controllers and platforms. Interested me after I did some experiments and like the solution for some things on " Blynk ". Whether this option is accidentally dropped, or has some other (technical) reason.
Blynk after promptness and presence is not seamless.
Of course, in terms of hobby, Blynk is solved great for beginners and android configuration options.
Server is open source....
On this forum search result : " Search found 0 matches: blynk"
Regards
Petko

Re: Blynk

Posted: 06 Nov 2016, 19:33
by chdid
Hello,
If you're still interested, I have proposed a new controler for Blynk.

https://github.com/ESP8266nu/ESPEasy/pull/92

Chdid

Re: Blynk

Posted: 26 Dec 2016, 22:45
by Halden
I tried the proposed controler for Blynk. It crashed the ESP8266.
Would you post an example to understand how to configure it ? Thank you.

Re: Blynk

Posted: 27 Dec 2016, 12:11
by chdid
After firmware flash, can you connect to ESP EASY ?

How have you compiled Espeasy ?

Re: Blynk

Posted: 30 Dec 2016, 12:00
by Halden
Yes, I compiled ESPEasy and successfully connected to the ESP.
I've find the reason why it crashed : that was a wrong Eeprom size configuration in ESPEasy.ino. Fixed it, and it works fine now.
Thank you !
My next step is the optimisation of power consumption, to get my device (ESP-01 + DHT22) running for 6 months with 3xAAA batteries.

Re: Blynk

Posted: 20 Sep 2017, 08:57
by reliable_bob
Greetings!
I need help or a hint on this matter.
I want to connect Espeasy to the Blynk server, but I do not understand how you did it)
I found the page on the githab but I can not understand where I can get the code and how to insert it into the firmware ...
Please help me ...

Re: Blynk

Posted: 20 Sep 2017, 10:20
by grovkillen
I cannot see this controller plugin in the source. It might have been removed? You should open an issue on GitHub referring to this thread.

(ADDED: https://community.blynk.cc/t/solved-mqt ... lynk/15808)

Re: Blynk

Posted: 20 Sep 2017, 10:36
by reliable_bob
Everything that I found on this issue lies here.
https://github.com/letscontrolit/ESPEasy/pull/92
https://github.com/letscontrolit/ESPEas ... e3c13699d1

But I do not understand what to do about it ...
If possible, please give a link to the instruction, how to add the controller plug-in to the main firmware ...

Re: Blynk

Posted: 20 Sep 2017, 11:18
by grovkillen
All controllers that exists in the current code is found here: https://github.com/letscontrolit/ESPEasy/tree/mega/src

But none of the _CXXX.ino are Blynk related. Why it has removed I don't know. You could open a issue for that on GitHub.