It would be nice to have a widget that could take advantage of the phone’s clock to help with Arduino daily tasks. Normally, this would be easy to implement on the Arduino simply by adding a RTC and some code. However, I’m almost at the max limit of my sketch size ~30K, so code real estate is valuable.
The idea is this - have a widget that could send time data (date would be a bonus) to the Arduino, then this info can be used for tasks. I have a simple example with my upcoming garage opener project. I want to monitor how many times each door was opened each day and have it reset daily. A widget would offload bunch of code from the Duino and allow me to save space.
V1 is a virtual pin. Instead of addressing a physical gpio pin on your arduino, virtual pins can be used by the blynk smartphone app, being a led or button or any other widget on the app assigned to this virtual pin.
Hope this helps.