WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: extension request: micropython ide for picore 13.X/armv7  (Read 918 times)

Offline newbie098

  • Newbie
  • *
  • Posts: 11
extension request: micropython ide for picore 13.X/armv7
« on: March 19, 2022, 02:27:46 AM »
Hi guys! I'm looking to write a program on micropython on my RPi02w arm7 processor, is there a nice light IDE that could do the job?

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: extension request: micropython ide for picore 13.X/armv7
« Reply #1 on: March 19, 2022, 07:47:19 AM »
Hi
How about geany if you want GUI ?
It has python syntax highlighting

You can search tczs with keyword via tce-ab
« Last Edit: March 19, 2022, 07:49:27 AM by polikuo »

Offline mbivol10

  • Newbie
  • *
  • Posts: 39
Re: extension request: micropython ide for picore 13.X/armv7
« Reply #2 on: March 20, 2022, 08:28:04 AM »
Or just upload the code from a computer with ide pre-installed like vscode.

You could run scp command every time you git push, which will auto deploy code to the pi. then with ssh you can signal to restart your python program.

Offline newbie098

  • Newbie
  • *
  • Posts: 11
Re: extension request: micropython ide for picore 13.X/armv7
« Reply #3 on: March 21, 2022, 08:48:40 AM »
Thank you guys! I'll try to deploy it via SSH, I will also try the IDE just for fun :)