Search found 12 matches

by serdio
Sun Dec 27, 2020 9:37 am
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

It works now!!! Full erase is what was missing Thank you!!! $ ./w600tool.py -e -p /dev/ttyUSB0 Opening device: /dev/ttyUSB0 Push reset button to enter bootloader... Erasing secboot Erasing image $ ./w600tool.py -p /dev/ttyUSB0 -u ../wm_w600_lfs_threading.fls Opening device: /dev/ttyUSB0 Erasing secb...
by serdio
Sun Dec 27, 2020 8:31 am
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

If all "original" firmware has been replaced by wm_w600_lfs.fls with upython, how can it behave differently relative to other modules?
by serdio
Sat Dec 26, 2020 6:43 am
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

Chip W600-B800

I don't understand the trick with oneshot()
If all "original" firmware has been replaced by wm_w600_lfs.fls with upython, how can it behave differently relative to other modules?

The module tw-02
Image
by serdio
Fri Dec 25, 2020 6:25 pm
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

but connect() is not connected yet
by serdio
Fri Dec 25, 2020 5:58 pm
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

OK, good news, scan() start working after playing with oneshot() >>> import easyw600 >>> easyw600.scan() >>> easyw600.scan() >>> easyw600.scan() >>> easyw600.scan() >>> easyw600.scan() >>> easyw600.oneshot() wait conneting... ###### here I press Ctrl-C Traceback (most recent call last): File "<stdin...
by serdio
Thu Dec 24, 2020 4:21 pm
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

AP is OK, 2.4GHz and number of ESP devices connected.
by serdio
Thu Dec 24, 2020 1:33 pm
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

I measure current consumption of the board On startup and idle mode -- 20.6ma On network.connect(...) -- 25ma (for 10sec and return to idle) -- fail on "AP not found" On easyw600.createap(...) -- 106ma I check different AP's including hotspot on smartphone (2.4GHz) So I think it just doesn't power o...
by serdio
Thu Dec 24, 2020 10:57 am
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

connecting... upysh is intended to be imported using: from upysh import * To see this help text again, type "man". upysh commands: clear, ls, ls(...), head(...), cat(...), newfile(...) cp('src', 'dest'), mv('old', 'new'), rm(...) pwd, cd(...), mkdir(...), rmdir(...) No Wifi setting found WinnerMicro...
by serdio
Thu Dec 24, 2020 10:27 am
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

The same on

WinnerMicro W600
MicroPython v1.10-282-g6a9b3cb-dirty on 2019-09-17; WinnerMicro module with W600

from here https://docs.wemos.cc/en/latest/tutoria ... _w600.html
http://www.winnermicro.com/upload/1/edi ... 203932.zip
by serdio
Thu Dec 24, 2020 10:12 am
Forum: Other Boards
Topic: board: tw-02 based on w600 wifi problem
Replies: 19
Views: 9951

Re: board: tw-02 based on w600 wifi problem

__ __ \ \ /\ / / \ \ / \ / / \ \/ /\ \/ / \ / \ / / /\ / /\ / /\ \/ /\ \ / / \ / \ \ /_/ \/ \_\ WinnerMicro W600 MicroPython v1.10-284-g2eee4e2-dirty on 2019-11-08; WinnerMicro module with W600 Type "help()" for more information. Is there any other firmware for this board?