kindmartin
kindmartin
doing some lib protocol / connect debug I saw one normal message when button at v63 and a triplicate long message from server when the updates comes not from a...
now these days nothing as charm/ easy as this gsm module for esp32. its 2021 and current micropython official 1.14 now do not have this beauty :-(
More details, for the REST API get method vs a virtualWrite @ arduino, I compiled a c/arduino sketch and all worked right. REST API I was trying this python code:...
Thanks, Anto, I will re-try and update. I think I tested a lot before on blynk.virtual_write(pin, 2, -33.754129, -56.6964227, 'test2') and similar, but for an unknown something it doesn't works...
It worked.... thanks and sorry for taking time without more self testing, btw, Im from Buenos Aires Argentina so those coordinates are some ones I wrote ramdombly. /M
one more thing before close this one. in arduino we can clean the widget map using myMap.clear() (related to WidgetMap myMap(Pin) ) how we could clean/delete old points ? ,M
It worked charmingly! Thanks Anto! PD I still have to understand fix why I get some IOerrors when I try to virtual write vpins _>>> bkwupdateBlynkLoc each 20 seg") mem...
wait for right gps.time() or use ntptime? ntptime.settime() ?
Thanks Pulkin! my module after a successful Host UART does no respond at UART1. any way to compile a new .lod firmware redirecting repl to lets say IO2/IO3 as I...
Thanks, but UART2 doesnt connected to GPS port? actual micropython port does support SW UARTs in other pins?