Raspberry Pi

Answered

I'd like to write a .py file in pycharm (something like use a push button to toggle light) and then send it to my Raspberry pi and execute from terminal using PuTTy over SSH.

I know the execution part is possible but I have no idea about importing modules or connecting a device in any Jetbrains tools.

And I want to avoid installing pycharm on my Pi.

Thanks in advance.

 

 

 

0
1 comment

Hi Markiemg! You can configure deployment over SSH to your Raspberry Pi in order to send the script to it, docs: https://www.jetbrains.com/help/pycharm/2017.2/deployment.html

0

Please sign in to leave a comment.