hallo und guten Abend,
hab die upyCraft IDE installiert - auf einer MX-Linux und will nun diese
einsetzen. Ich hab einen ESP8266 über eine USB-Leitung angeschlossen.
Aber - und das ist das merkwürdige -ich sehe keinen com-port.
Ich frage mich - woran das liegen kann,
Install uPyCraft IDE – Linux Ubuntu Instructions
[quote] There are different firmwares that you can use to program the
ESP32 and ESP8266 boards. If you want to program the ESP32 or
ESP8266
board using the MicroPython firmware, we recommend using uPyCraft
IDE.
uPyCraft IDE runs in any major operating system. In this tutorial
we’ll
show you how to install the uPyCraft IDE for MicroPython on a
computer
with Linux Ubuntu 16.04.[/quote]
vgl der Link :
"https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/
habt ihr eine Idee!?
udpate:
ps - ggf. sollte ich hier noch mehr machen - um dann das zum Laufen zu
bringen: und ja: es würde mich schon sehr wundern wenn diese
debian-basierte Sache bei mir nicht auf MX zum Laufen kommen sollte?!
https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-396915
create a virtual env:
1. CD to the location where you want to create your virtual
environment
[RUN]: python3 -m venv myVirtEnv
2. To activate the environment
[RUN]: source myVirtEnv/bin/activate
2.a If you don’t create a virtual environment, the uPyCraft v1.0
will break a libz package that is old. Seems there is more risk in
breaking your OS by downgrading that package.
3. Follow the steps here:
github.com/jiapei100/uPyCraft_PyQt5
ich sollte dies mal noch ausprobieren. vgl. mehr hier:
https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-396915
Melde mich wenn ich mehr sagen kann.
Euch noch einen schoenen Abend.
VG
wenn ich dann versuche hiermit weiterzumachen bekomme ich einen Fehler gemeldet:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
Gast
#5989377
Martin K. schrieb: > apt-get install python3-venv Machste das mal? Evtl. Mit sudo... mfg mf
hi - hab ich gemacht...
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
ich hab die Pakete noch installiert - jetzt geh ich das alles nochmals durch und guck ob ich die damit verbundenen Schritten einfach noch einmal mache u. dann zu dem ziel komme,.
Gast
#6003157
Moin - hat jemand eine Idee!?
Antwort schreiben
Bitte melde dich an, um einen Beitrag zu schreiben.