I am absolutely newbie at the Particle WebIDE and ( as a beta tester of raspberry pi 3 over Particle ) I want to use Blynk library ( and theirs public server ) at my Raspberry Pi3 inside the Particle WebIDE. Till now I can’t go further. I can locate the Blynk library but I can not use it. { Especially the SimpleTimer library that need to be substituted with SparkCorePolledTimer library }
Is there any good how to, to follow? Can someone to offer me a help to run even the simplest Blynk sketch under the Particle ???
Dear @Fabien
first of all I would like to thank you for your try to help me and to solve the related problems in the “cooperation” between Particle ecosystem and Blynk.
As you can see / read in my first post in this thread I am wondering for : “Especially the SimpleTimer library that need to be substituted with SparkCorePolledTimer library”. As you may know, Blynk need SimpeTimer to do pseudo parallel tasking but SimpleTimer does not work under Particle… I read in many places that it can substituted the SimpleTimer with SparkCorePolledTimer library but I have fount no exaple at all.It seems that this will make everything easier…
P.S. According to Blynk Library Senior Programmer, he will absorb the SimpleTimer library inside the main Blynk library but it is unknown when this will happened
Dear @ScruffR,
yes, following your suggestion I converted a very basic Blynk example that was using SimpleTimer library to SparkCorePolledTimer library and it is working fine.
A million thanks to you !!!