Search found 4 matches

by mkcastillote
Thu May 28, 2020 6:12 am
Forum: ESP32 boards
Topic: Issue with curl
Replies: 3
Views: 4938

Re: Issue with curl

Hello,
How do you install the curl library on NodeMCU?
Thank you!
by mkcastillote
Mon Mar 16, 2020 1:36 pm
Forum: General Discussion and Questions
Topic: ESP32: How to send files from internal flash to PC
Replies: 14
Views: 15513

Re: ESP32: How to send files from internal flash to PC

Ok thank you very much! I already put these files boot.py, main.py, ftplib.py, and ftplib.mpy on my /home/pi/ directory since I'm using my Raspberry Pi as a Linux machine. Now, I executed these commands on my Raspberry Pi's Terminal so that I can send those 4 files on my NodeMCU. sudo ampy --port /d...
by mkcastillote
Mon Mar 16, 2020 10:42 am
Forum: General Discussion and Questions
Topic: ESP32: How to send files from internal flash to PC
Replies: 14
Views: 15513

Re: ESP32: How to send files from internal flash to PC

Hello Roberthh, how did you managed to install the micropython-ftplib? I am using NodeMCU (ESP8266), and also I already tried different programming platforms for my NodeMCU (ESP8266), like 'uPyCraft', and 'ampy'. Please teach me how to install the micropython-ftplib. Thank you!