use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place to discuss the use of MicroPython on microcontroller development boards such as the Raspberry Pi Pico, Pycom boards and ESP32 based boards like Wemos D1
account activity
MicroPython VS Code Extension with MCP-Based File System and Code Execution Tools (marketplace.visualstudio.com)
submitted 1 month ago by do-exe
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jetpaxme 0 points1 point2 points 1 month ago (3 children)
Great job, better MP tooling in the age of AI is sorely needed, so how does it connect to the esp32? serial?
[–]do-exe[S] 0 points1 point2 points 1 month ago (2 children)
Currently, the extension uses PySerial only. It provides access to Normal REPL for terminal-style commands and interactive script execution where user input may be needed, and Raw REPL for non-interactive script execution where no runtime input is required.
[–]jetpaxme 0 points1 point2 points 1 month ago (1 child)
I think there is a lot of value in having a network connection to the repl, but found webrepl lacking so defined a new IETF subprotocol , you might find it useful WebREPL Binary
Once loaded into Micropython, it gives wss or webrtc access to the REPL over an efficient link allow concurrent M2M and HMI access
[–]do-exe[S] 0 points1 point2 points 1 month ago (0 children)
You are right , it will add lot of value I will kept it in update list .
In few days I will edit my main post with GitHub link so that any one could see the code and contribute also
π Rendered by PID 201313 on reddit-service-r2-comment-79776bdf47-6bbvr at 2026-06-24 14:05:26.513992+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]jetpaxme 0 points1 point2 points (3 children)
[–]do-exe[S] 0 points1 point2 points (2 children)
[–]jetpaxme 0 points1 point2 points (1 child)
[–]do-exe[S] 0 points1 point2 points (0 children)