Pycharm setup with CircuitPython #

Last updated March 17, 2026
circuitpython

Under Project Settings / Python interpreter click the + button to install new packages. Install circuitpython-stubs, and then the libraries you are using. common ones include:

  • adafruit-circuitpython-connectionmanager
  • adafruit-circuitpython-requests
  • adafruit-circuitpython-ntp

Full details here.