I have this project to build an app that can play music based on the temperature. But I dont know if it is possible for blynk to do such task that the music player read music playlist that the user build in the menu widget based on the temperature on the value widget.
I want to know if anyone of you can help me to do this thing.
the menu widget add items from user phone.
Player widget will play the music playlist from menu widget which is the items.
Music playlist comes up based on the temperature value.
There is something called “setProperty” with which you can manipulate the interface/widgets on the App side. I think that is the way you want to go. I’m not sure how far on IOS this goes, but it works well on Android.
-Ow wait, do you want to add things from playlists on the phone, e.g. an external application? Or from the SD card attached to the Arduino?
I’m not sure that is possible. There is, as far as I know, no way to read from an external App in Blynk. Unless the App maybe has a local API running which you can reach with the Blynk Api calls… could be very difficult I think.