antohaUa
antohaUa
Hi Kindmartin! Simple blynk.virtual_write(pin, 2, -33.754129, -56.6964227, 'test2') should work for you. This should add point with certain location to map somewhere in Uruguay )) When you can do it...
Kindmartin! >how we could clean/delete old points ? As I can see within https://github.com/blynkkk/blynk-library/blob/master/src/WidgetMap.h ``` void clear() { Blynk.virtualWrite(mPin, "clr"); } ``` Let's try this approach with python lib ))...
Kindmartin! >NameError: name 'IOError' isn't defined Can be related to HW python specific. > I fact I'm using an ESP32 running last official Micropython 1.15 You mentioned micro_python - thus...
Gabriele, I can propose several ways to debug the issue 1) If you not familiar with blynklib an this you first project - you can try to use as base...
Hi ! As i can see from description this platform has 128 kB Flash and 16 kB RAM Could you please check free memory on your device with raw MicroPython...
Hi ChuDoTvoreC! There is really some mess with continuous values ( I will try to ping Blynk App developers - this is real BUG ) In my case I had...
François, let's do NOT forget about users and well know python Zen aphorisms "Simple is better than complex" "Although practicality beats purity" I know that it is just philosophy but...
To be honest schema provided by you will work ... but we add additional complexity into existing mp library without enhancing it's functionality just increasing it's size that also may...
François, sorry from my side also - lib active development was finished by me year+ ago. Thus main focus for now only stability and support. Sometimes this can block new...