blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.81k stars 1.38k forks source link

Blynk Map widget hangs processor when on SIM868 #472

Closed bestbuddysoni closed 4 years ago

bestbuddysoni commented 4 years ago

Blynk library version: [v0.6.1] IDE: [Arduino] IDE version: [1.8.9] Board type: [STM32l476 ] Additional modules: [GSM/SIM868]

Here is a complete description of problem: I tried to upload the location from a GPS and gprs modem to blynk app. It works fine until I inject mymap widget. As soon as I call myMap.location(index, lat, lon, "mymap"); , the processor hangs and no blynk logs nothing. Also the virtual write function behaves the same for updating map. Attached is my code and logs i got. Any help would be highly appreciated. Blynk Log.txt Blynk Code.txt

bestbuddysoni commented 4 years ago

Blynk_Commented.txt Blynk_Commented_log.txt