Search found 4 matches

by vanous
Mon May 01, 2017 11:22 am
Forum: ESP8266 boards
Topic: mpfshell: remote shell for esp8266
Replies: 29
Views: 43705

Re: mpfshell: remote shell for esp8266

Thank you, mu in indeed interesting. the toggle behavior is quite annoying though as there is no visual cue about tab state. So i added toggle to repeat itself (in logic.py): def toggle_repl(self): if self.fs is not None: self.remove_fs() self.toggle_repl() ... When i used the same for fs (toggle_fs...
by vanous
Sun Apr 30, 2017 9:35 am
Forum: ESP8266 boards
Topic: mpfshell: remote shell for esp8266
Replies: 29
Views: 43705

Re: mpfshell: remote shell for esp8266

Thank you very much for mpfshell, i use it often, also because it is one of the things that besides Linux actually also works on Android (in Termux), (Webrepl doesn't work in mobile Firefox nor Chrome). I am looking into more integrated environment to show to my kids how to use th esp8266, and while...
by vanous
Sun Apr 09, 2017 2:54 pm
Forum: ESP8266 boards
Topic: [solved] rtc.alarm0 and timer do not work at the same time to get up from deepsleep
Replies: 1
Views: 1950

Re: rtc.alarm0 and timer do not work at the same time to get up from deepsleep

For anyone interested, using daily builds (esp8266-20170409-v1.8.7-602-gb87432b.bin) solved the issue.
by vanous
Fri Mar 31, 2017 10:48 am
Forum: ESP8266 boards
Topic: [solved] rtc.alarm0 and timer do not work at the same time to get up from deepsleep
Replies: 1
Views: 1950

[solved] rtc.alarm0 and timer do not work at the same time to get up from deepsleep

edit: solved by using daily builds, esp8266-20170409-v1.8.7-602-gb87432b.bin Hi, i have tried searching on the interwebs and on the forum but no luck. New account, no bbcode yet. When i try to use timer and rtc.irq with rtc.alarm0 at the same time, the board is never woken up. If instead of timer i ...