Raspberry pi remote
I am new to PyCharm and would like to program a Raspberry Pi remotely from my Win 11 pc. All the posts I have found on setting this functionality up are apparently out dated, with the menus of Pycharm changed with newer versions. I am using the latest pro version. Is there any current links you could please share.
请先登录再写评论。
You can set up Raspberry Pi as a remote SSH interpreter by following this article: https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html.
You only need to establish an SSH connection to your RPi and probably install Python from python.org (not sure if the default Python is ok for development).
Also, please make sure that deployment path mapping is set up correctly: https://www.jetbrains.com/help/pycharm/creating-a-remote-server-configuration.html#mapping