Search found 5 matches

by moshel
Sun Feb 02, 2020 7:48 am
Forum: Other Boards
Topic: Wemos W600-Pico
Replies: 22
Views: 15813

Re: Wemos W600-Pico

some more information..... after connecting the w600 to the lan, use sta_if.ifconfig() to find your ip address run ftp server by : import w600 w600.run_ftpserver(username="root", password="root") you can now upload your files! https://gist.github.com/aerialist/528b47c0cd827ecf1e1a484bc77f5289 was a ...
by moshel
Sat Feb 01, 2020 9:07 pm
Forum: Other Boards
Topic: Wemos W600-Pico
Replies: 22
Views: 15813

Re: Wemos W600-Pico

It does not show in lsblk on my linux, alas
I don't think it has webrepl installed but I am a bit confused about the webrepl concept. If anyone managed to actually load files on it, I would be happy to hear how.
Thanks!
by moshel
Thu Jan 30, 2020 7:21 am
Forum: Other Boards
Topic: Wemos W600-Pico
Replies: 22
Views: 15813

Re: Wemos W600-Pico

and another, probably stupid question... All the docs and tutorials show using micropython in console mode. How do I actually load a program to the w600 to be executed when its turned on?
by moshel
Thu Jan 30, 2020 7:11 am
Forum: Other Boards
Topic: Wemos W600-Pico
Replies: 22
Views: 15813

Re: Wemos W600-Pico

Thanks! I figured out some things meanwhile, so sharing in case anyone needs it or search for it: to flash the newest version of micropython, use the tool from https://github.com/wemos/w600tool.git and not from where the doc say. run it like this: sudo python3 w600tool.py --upload-baud 115200 --uplo...
by moshel
Wed Jan 29, 2020 2:49 am
Forum: Other Boards
Topic: Wemos W600-Pico
Replies: 22
Views: 15813

Re: Wemos W600-Pico

New to micropython, just got this board and nothing really works.... environment in mint 18.03 tried to connect to it with minicom but got no reply: sudo minicom /dev/ttyUSB0 Welcome to minicom 2.7 OPTIONS: I18n Compiled on Nov 15 2018, 20:18:47. Port /dev/tty8, 15:39:52 Press CTRL-A Z for help on s...