Sharing IMAGES for Image Widget!

only with blynk beta version :wink:

blynk beta i have a new version with " Image Gallery Setting " and Blynk.set.Property(V1 “url”,1, "http://image1.jpg

This is not yet deployed.

What’s this image widget? No docs and not available on IOs?

thnx
billd

In BETA still…

Thnx, I’ll look forward to the IOs version . . . . at some point . . .

cul
billd

5 image widgets

Video_00388


:rofl::rofl::rofl:

2 Likes

new gauge

23-025210

1 Like

I hope oneday we will have image button widget @vshymanskyy :wink:

with the image rotation property …

Video_00421

New sliders :wink:

Video_00423

1 Like

ON/OFF

Video_00424

Video_00425

1 Like

I love rotation property :stuck_out_tongue_winking_eye:

Video_2018-12-18_193009

5 Likes

It would be nice to have a garage status too…


3 Likes

I love the rotation too… but I’ve been banging my head with how to make it rotate for just 5 seconds as nothing seems to do it (except while(1) :roll_eyes::sweat_smile::rofl: ) and while (millis()-momentInTime <= timeout) will block everything. do you have any idea? maybe I just need to sleep a little as it’s 3AM and will find a solution in the morning :thinking::sweat_smile:

1 Like

A setTimeout() timer, started after the looping rotation counters setInterval() timer, that stops the rotation, deletes the interval timer and possibly replaces the image with something different.

Or, if you can calculate the number of rotations needed in that 5 seconds, then use a setTimer() that calls your rotation function every x milliseconds for y number of times <-- probably the less complicated option

https://playground.arduino.cc/Code/SimpleTimer#Functions

2 Likes

@Gunner thanks! I went with setTimer and it works perfectly! Seems that I’m to old to play with this stuff at 3AM :roll_eyes:

If you can dream it, I can do it. :joy:

Video_00426

11 Likes

make it like JARVIS :grinning:

2 Likes

why not 4 or 6 LEDs instead of 2 ? :thinking:

Video_00427