I don’t know what I’m doing wrong with this simple code on my WeMos Mini D1. I’m trying to integrate a GPS and have reduced the code to the following test. The display is updating correctly for the changing latitude but the location marker remains fixed in Antartica.
Is there something wrong with my code, or is it something on the Blynk app side? I’m using IOS.
I made the changes you suggested with the same result. I’ve been fighting this all day and did the clear and dynamic updates to try to debug the problem.
Thanks for the suggestion. I took them out as Eugene also suggested, which I also appreciate, and there is no change. I only put them in so I could verify the map call was updating correctly. I have tried dozens of calls with different data and with some data the marker was placed in the Atlantic off of Africa but the placement did not seem to have any bearing on the actual data. I tried multiple indexes to display multiple markers and when I got one to move off the antarctic a small change would make it disappear (or maybe hidden under another marker in the antarctic).
I tried updating all my Arduino libraries. I tried with a vanilla WeMos with no other connections. Nothing changes.
Thanks for trying it. I had to zoom out as far as possible and drag the map around to even find the marker in the antarctic. I am using IOS and wonder if there is some setting in that app that is causing the problem. I don’t see what it could be, though.
The only settings the Map has is show location (of your phone)… and unless them militant penguins from Madagascar have setup a WiFi hotspot for you, I don’t think your phone is there
If I enable the phone location it shows correctly for my phone but not the WeMos data. I went into the phone settings for Blynk and enabled everyting, even to let Siri use it.
Thanks for looking into this. I was using the 0.5.3 version of the Arduino Blynk library. I reverted to version 0.5.2 and it is displaying correctly now.
OK… my experience on the Android version is that it never follows any new or adjusted pins until I tap on the upper right icon, and then it remains in that position even if the marker (in this OPs code) moves off screen. I am not manually adjusting any zoom.