A robust MicroPython terminal for Visual Studio Code. Unlike other VSCode extensions for interacting with MicroPython devices, this terminal focuses on an interactive REPL and ease of use. And most importantly, no middleware are required to connect the text VSCode editor to the MicroPython REPL.
- Send code directly to MicroPython REPL from VSCode editor
- Setup WiFi on boot easily.
- Real feedback loop. Code will not execute until REPL is ready.
- Easy to use device selector.
MicroPython enabled device.
This extension contributes the following settings:
micro-python-terminal.createTerm
: Creates a new integrated terminal, connected to MicroPython device through serial connection.micro-python-terminal.selectDevice
: Lists all connected serial devices and sets the MicroPython device.micro-python-terminal.sendTextTermCommand
: Sends the selected text in the active text editor to the MicroPython REPL.micro-python-terminal.setupWifi
: Creates interface for setting up connected to WiFi on device boot.micro-python-terminal.deleteBoot
: Deletes the boot.py file on device.
Work for this project is managed using Scrum and the board is public:
None yet.
- Setup WiFi to automatically connect on boot
- Delete boot file
- Unit tests
- Add MIT license
- Send to REPL
- Create MicroPython Terminal
- Select MicroPython USB device
- Unit tests