Page 1 of 1
How to transfer library to ESP32?
Posted: Sat Jul 04, 2020 10:23 pm
by KrisRevi
im not sure on how to transfer a library to my ESP32! :/
This is the library / module i need to have on my ESP32
https://microwebsrv.hc2.fr/ it's the Websocket i need!
Re: How to transfer library to ESP32?
Posted: Sun Jul 05, 2020 1:34 am
by shaoziyang
You may use webrepl or ftp transfer file through wlan, or use pyboard.py through serial port.
Re: How to transfer library to ESP32?
Posted: Sun Jul 05, 2020 12:50 pm
by KrisRevi
shaoziyang wrote: ↑Sun Jul 05, 2020 1:34 am
You may use webrepl or ftp transfer file through wlan, or use pyboard.py through serial port.
i can't get the webrepl to connect :S i have enabled webrepl on my ESP32 :S
Re: How to transfer library to ESP32?
Posted: Sun Jul 05, 2020 2:32 pm
by HexVitor
Hi, did you test ampy? check page 13 in this ampy document:
https://cdn-learn.adafruit.com/download ... n-code.pdf
Re: How to transfer library to ESP32?
Posted: Mon Jul 06, 2020 1:41 am
by shaoziyang
KrisRevi wrote: ↑Sun Jul 05, 2020 12:50 pm
shaoziyang wrote: ↑Sun Jul 05, 2020 1:34 am
You may use webrepl or ftp transfer file through wlan, or use pyboard.py through serial port.
i can't get the webrepl to connect :S i have enabled webrepl on my ESP32 :S
pyboard.py also easy to use. It is in
micropython/tools folder, it may use to transfer file, list file, etc. Compared with other software, it transfers files more stably.
transfer
Code: Select all
pyboard -d COMx -f cp infile :outfile
ls
Re: How to transfer library to ESP32?
Posted: Mon Jul 06, 2020 2:24 am
by jimmo