Got it. Not sure what happen but I flashed the esp8266 and I am now able to connect.
Roberthh, thanks for the support.
Search found 6 matches
- Sun Dec 17, 2017 9:50 pm
- Forum: General Discussion and Questions
- Topic: Unable to connect to webrepl
- Replies: 5
- Views: 5369
- Sun Dec 17, 2017 8:07 pm
- Forum: General Discussion and Questions
- Topic: Unable to connect to webrepl
- Replies: 5
- Views: 5369
Re: Unable to connect to webrepl
Thanks for the support. Did not expect quick reply's. Yes, I may have tried them both. Below is the procedure I used. Using putty: First Attempt. import network ap_if = network.WLAN(network.AP_IF) ap_if.active() # True ap_if.ifconfig() #('192.168.4.1', '255.255.255.0', '192.168.4.1', '208.67.222.222...
- Sun Dec 17, 2017 3:07 pm
- Forum: General Discussion and Questions
- Topic: Unable to connect to webrepl
- Replies: 5
- Views: 5369
Re: Unable to connect to webrepl
Thank you for your reply. Below is the information. Can you verify, whether the boot.py on you device contains the lines: import webrepl webrepl.start() These should have been enabled by webrepl_setup. The, of course, you make the WiFi-connection between the device and your PC, either directly or th...
- Sun Dec 17, 2017 2:32 am
- Forum: General Discussion and Questions
- Topic: Unable to connect to webrepl
- Replies: 5
- Views: 5369
Unable to connect to webrepl
I am using esp8266 huzzah feather and I am having no success connecting to the Webrepl. Using putty, I type in the following commands and no connection results; Windows or webrepl. I have also follow Tony D!'s tutorials and no results. Any suggesting will be appreciated. import webrepl_setup # Would...
- Tue Dec 05, 2017 1:34 am
- Forum: MicroPython pyboard
- Topic: Can't install driver for the pyboard
- Replies: 4
- Views: 3871
Re: Can't install driver for the pyboard
https://www.chiark.greenend.org.uk/~sgt ... atest.html
putty 64 bit is in the list
putty 64 bit is in the list
- Tue Nov 28, 2017 2:20 am
- Forum: MicroPython pyboard
- Topic: Can't install driver for the pyboard
- Replies: 4
- Views: 3871
Re: Can't install driver for the pyboard
I am also new to Micropython and I did not know you could use PyCharm with the PyBoard! Anyway, if I were you, I would download PuTTY (a SSH and telnet client). After you have downloaded PuTTY, run sample test code from there and then try to get PyCharm to work. http://www.putty.org/ import pyb pyb....