It seems that the template ID etc are only needed for dynamic provisioning, but it would appear that people are struggling to get a basic connection.
I assume that this is because the server URL is different and needs to be changed to blynk.cloud
I’m not a Python user, so can’t really help much further I’m afraid.
I am using the Pycom Gpy. Using LTE comms.
With Custom PCB
Only using invite provisioning with ssl
Good luck with OTA. I can understand how hard this is to support. Pycom has already written code for this as part of their own stack. They also offer it as a roll your own solution
I wish more Micros and wireless chips were RCM certified. The ESP modules are not pre certified for Australia
Hi @vshymanskyy ,
Please let me know on the support for ESP32 over micro python on new Blynk cloud. I am using older version of Blynk mpy library for my prototype , can that be tweaked for new cloud and template pls.
@vshymanskyy@PeteKnight , I am using the new Python Library on ESP32, presently have made my own wifi provisioning on ESP32 through web page & wifimanager for ESP32. However I am finding it difficult to handle disconnection of wifi. Can you please provide code for the same in python. The “Status” variable of “Connect” function does not give stable value.
Please help.
Tested it with A9G Pudding board thru GPRS connection. From the first galnce, it does work with Blynk 2.0 in my case (except of @decorators which seems to be not supported by A9G micropython version). Very useful library, thanks.