Search found 56 matches

by cyberlab
Mon Jan 07, 2019 5:03 am
Forum: ESP8266 boards
Topic: uPyLoader Will Not Connect with USB and Serial Connection
Replies: 2
Views: 2666

Re: uPyLoader Will Not Connect with USB and Serial Connection

this happens because the micro usb is connected to these pins (RXD0 and TXD0) and you can only connect a single device or upyloader or the modem
by cyberlab
Fri Jan 04, 2019 3:13 am
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73260

Re: uPyLoader - simple file transfer and communication

hello, of course you can, check the information here://docs.micropython.org/en/latest/esp8266/quickref.html
by cyberlab
Thu Jan 03, 2019 6:50 am
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73260

Re: uPyLoader - simple file transfer and communication

the first time you connect via usb, a message comes out that you need some files that are used to transfer files, select file ... init transfer files, transfer 2 files to your ESP32 once done this you can select any file from the window left (work folder) and select transfer
by cyberlab
Thu Jan 03, 2019 6:38 am
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73260

Re: uPyLoader - simple file transfer and communication

Hello, when installing micropython you need to activate webrepl, and by default it is active in acces point, check your available networks and you will see one that starts with ESP ... connect to it with the default password micropythoN, in upyloader select wifi port 8266 and ip by default 198.168.4...
by cyberlab
Sat Dec 08, 2018 2:44 am
Forum: ESP8266 boards
Topic: webrepl...
Replies: 12
Views: 8873

Re: webrepl...

good day to all, following the advice of Roberthh who gave me to extend the list in sys.path to add webrepl_cli.py but all the examples that I found as do it in windows, I still do not work I get the message that can not open webrepl_cli.py, only works if I keep a copy of webrepl_cli.py in each fold...
by cyberlab
Wed Nov 28, 2018 6:23 pm
Forum: ESP8266 boards
Topic: webrepl...
Replies: 12
Views: 8873

Re: webrepl...

hello good day Roberthh & HermannSW. Roberthh, Neither works in this way, as HermannSW mentions, it appears: one remote file is required. Excuse my Ignorance, I have few months that I knew about micropython, so Hermann, I understand you designed a way to send commands via wifi using the mp.py code, ...
by cyberlab
Wed Nov 28, 2018 5:49 am
Forum: ESP8266 boards
Topic: webrepl...
Replies: 12
Views: 8873

Re: webrepl...

use something like this: python webrepl_cli.py -p password 192.168.4.1 "machine.reset ()", but it does not work
by cyberlab
Wed Nov 28, 2018 4:21 am
Forum: ESP8266 boards
Topic: I want to thank...
Replies: 1
Views: 2560

Re: I want to thank...

More Pictures....
by cyberlab
Wed Nov 28, 2018 4:16 am
Forum: ESP8266 boards
Topic: I want to thank...
Replies: 1
Views: 2560

I want to thank...

Hello, I want to thank all the people who contribute in the design of micropython, and especially to Pythoncoder, Roberthh, Dhylands, OutoftheBOTS_, and other people who in some way helped me complete my design, a thousand Thanks!
by cyberlab
Tue Nov 27, 2018 4:20 am
Forum: ESP8266 boards
Topic: webrepl...
Replies: 12
Views: 8873

Re: webrepl...

Hello Roberthh, thanks always for answering, I designed a program in labview to send files to ESP8266 via wifi with this command: python webrepl_cli.py -p password filename.py 192.168.4.1:/filename.py I found it googling, and it works perfectly but at some point I need to send a sofreset via wifi, I...