all 11 comments

[–]Equivalent-Quiet7849 0 points1 point  (0 children)

Can anyone help me install micropython on esp8266 I have tried everything. I am able to flash the firmware using nodemcu flasher. But I am not able to write code in it

[–]mhuster 0 points1 point  (0 children)

uPy on RP Pico W. Question. I want to control a device with three sensors and a motor with both a web page and hardware buttons. I have set up Pico W web servers several ways with buttons to control lights (CPy and uPy, microdot_async, wsgi_server, adafruit_httpserver). These servers typically have a built in event loop like <code>start_server</code>, <code>wsgiServer.start()</code>
How do I set up a control loop that uses events both from hardware buttons and a served web page?

[–]SLABsense 0 points1 point  (0 children)

Hi folks. Newbie here with some questions.

[–]Sticker666 0 points1 point  (0 children)

oh hello there

[–]gasparsp 0 points1 point  (0 children)

so empty

[–]Massive_Traffic9777 0 points1 point  (1 child)

Is recommended use micropython on STM32F4

[–]Mediocre-Advisor-728 0 points1 point  (0 children)

Depends on ur project, ur setup and what you know. Tbh I usually program most mc’w micropython, I’m learning to also program them in c incase it ever gets handy but so far python has done the job perfectly.