Search found 16 matches

by pythonista
Mon Jun 20, 2016 6:21 pm
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 30767

Redirecting terminal/WebRepl to OLED 1306

Any idea how can I easily redirect terminal output to OLED screen while typing over webrepl ?

I would really like to make "stand alone" python terminal :lol:
by pythonista
Sun Jun 19, 2016 7:05 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

Thnx for the tip... I have just reactivated (removed #) before webrepl lines in inisetup.py and then recompiled micropython, erase_flash and write_flash... webrepl started :)
by pythonista
Sun Jun 19, 2016 3:56 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

what do you use to edit boot.py?
esptool can overwrite it?

tried to do that way but it doesn't autostart...will invetigate it more....
by pythonista
Sun Jun 19, 2016 10:03 am
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

any idea how to autostart webrepl easy?
by pythonista
Fri Jun 17, 2016 8:06 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

thank you friends, now when webrepl works, I'll use it with some SSH port forwarding for my tinkering... :lol:
by pythonista
Fri Jun 17, 2016 12:05 am
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

finally solved it! I was using :
../Library/Arduino15/packages/esp8266/tools/esptool/0.4.8/esptool

instead of:

../esp8266-micropython-vagrant/esptool/esptool.py

thnx 2 all ;)
by pythonista
Thu Jun 16, 2016 11:02 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

I have recompiled to latest esp version: MicroPython v1.8.1-55-g332545b on 2016-06-16; ESP module with ESP8266 but same problem... Traceback (most recent call last): File "webrepl_setup.py", line 71, in handle_conn OSError: [Errno 19] ENODE looking at line 71 with open("port_config.py", "w") as f: f...
by pythonista
Thu Jun 16, 2016 8:25 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

yes but maybe differnt amount of ram? i'll try to compile newer version if it exists...
by pythonista
Thu Jun 16, 2016 7:38 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

does it matter that I use witty esp8266? :roll:
by pythonista
Thu Jun 16, 2016 6:21 pm
Forum: ESP8266 boards
Topic: access via SSH?
Replies: 28
Views: 46934

Re: access via SSH?

yes, here is it: >>> import port_diag FlashROM: Flash ID: 1640e0 (Vendor: e0 Device: 4016) Flash bootloader data: Byte @2: 00 Byte @3: 40 (Flash size: 4MB Flash freq: 40MHZ) Networking: STA ifconfig: ('192.168.60.232', '255.255.255.0', '192.168.60.1', '192.168.60.1') AP ifconfig: ('0.0.0.0', '0.0.0....