Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Community gatherings on Freenode at
#tinycorelinux
(
webchat
)
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
extension request: micropython ide for picore 13.X/armv7
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: extension request: micropython ide for picore 13.X/armv7 (Read 1331 times)
newbie098
Newbie
Posts: 11
extension request: micropython ide for picore 13.X/armv7
«
on:
March 19, 2022, 05: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?
Logged
polikuo
Hero Member
Posts: 717
Re: extension request: micropython ide for picore 13.X/armv7
«
Reply #1 on:
March 19, 2022, 10: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, 10:49:27 AM by polikuo
»
Logged
mbivol10
Newbie
Posts: 39
Re: extension request: micropython ide for picore 13.X/armv7
«
Reply #2 on:
March 20, 2022, 11: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.
Logged
newbie098
Newbie
Posts: 11
Re: extension request: micropython ide for picore 13.X/armv7
«
Reply #3 on:
March 21, 2022, 11:48:40 AM »
Thank you guys! I'll try to deploy it via SSH, I will also try the IDE just for fun
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
extension request: micropython ide for picore 13.X/armv7