Search found 3 matches

by Dr.Methyl
Wed Feb 19, 2020 6:44 pm
Forum: Programs, Libraries and Tools
Topic: Good micropython IDE to debug on linux ?
Replies: 8
Views: 4414

Re: Good micropython IDE to debug on linux ?

Hello maybe I don't speak correctly but when I start the debug tool from an IDE it tells me that it can't find the module "machine" for example. At the first line of code where its written "import machine" . This is likely because it's trying to run the code in regular Python, not on the actual dev...
by Dr.Methyl
Sun Feb 16, 2020 1:44 pm
Forum: Programs, Libraries and Tools
Topic: Good micropython IDE to debug on linux ?
Replies: 8
Views: 4414

Re: Good micropython IDE to debug on linux ?

Which IDE? What libraries? Hello maybe I don't speak correctly but when I start the debug tool from an IDE it tells me that it can't find the module "machine" for example. At the first line of code where its written "import machine" . What didn't work? Was there a compiler error? Concerning the com...
by Dr.Methyl
Wed Feb 05, 2020 8:04 pm
Forum: Programs, Libraries and Tools
Topic: Good micropython IDE to debug on linux ?
Replies: 8
Views: 4414

Good micropython IDE to debug on linux ?

Hi, I am a newbie and I am looking for a IDE with the debug tool to work on micropython pyboard lite and ESPs. Everything I tried the debug tools with an IDE, it tells me it cant find the librairies... I tired to install the uPycraft but its only for Ubuntu 16 and I have 18. It cannot run... I also ...