Pycharm uses embedded Python

Install burning tool

adafruit-ampy installation

Ampy is a simple command line tool used to connect and manipulate files through a serial port and run code on CircuitPython or MicroPython boards. Using ampy, you can send files from the computer to the file system of the circuit board, download files from the circuit board to the computer, and even send Python scripts to the circuit board for execution.

Search for this plugin, install

Install it

Tool is displayed in gray here

https://plugins.jetbrains.com/plugin/9777-micropython

Create main.py to prompt installation library

Install this package

Run code on MicroPython device###

Right click in the main directory

Then you can see this on the upper right

There are upload tips below

You can see that the updates are frequent

Set it in this setting

Select on demand

Write COM4

Set it up

See configuration results

The baud rate should be wrong

You can install the driver

https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

success

Download SDK

GitHub clone sdk

https://github.com/espressif/esp-idf/releases

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html

Install the integrated toolkit

Visible to the naked eye in the download file

carry out

a bit large

Continue tomorrow

Recommended Posts

Pycharm uses embedded Python
PyCharm set Python version
Python programming Pycharm fast learning
Magic methods and uses of Python
Pycharm modify python path process diagram
Python uses pdfkit to generate pdf [python]
Python uses pandas to process Excel data