Nobody
Nobody
> @ebolisa, could you show a complete example? First make wifimgr.py work without Blynk. Then modify its html code to accept the blynk token. Modify its py code so it...
> Hello, > > it could be nice to provide a package to easily install BlynkLib for MicroPython. > Just copy/paste the lib into your device. It’s fast, secure and...
@Gteck55 Could you please format the code lines so they can be seen better?
What have you done to troubleshoot it? Just print the data you want to send and see if it’s correct. If it is, send some bogus data to Blynk. In...
> `ZTS6531S` is a digital microphone with PDM output. Support for PDM will vary based on platform/microcontroller. Which chip are you using? > > For ESP32, there is a MR...
> That board is for the Raspberry PI Pico / RP2040, not ESP32. There is at the moment no PDM support for RP2040 in MicroPython. There was a MR here...
Instead of using break, shouldn’t you use reset? Since you went through 10 loops with no avail.
Could you show line 3? And what’s mqtt_flowserv01.py? Could the error be related to the changes you made?
“… picoW has proved completely reliable.” I second to that!
> I am trying to run the example code on Windows 10 and when simple import cause this error > AttributeError: module 'os' has no attribute 'uname'. Did you mean:...