Missing pyb, serial console and FTP problem.

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
JimTal001
Posts: 176
Joined: Thu Jul 30, 2015 4:59 pm

Re: Missing pyb, serial console and FTP problem.

Post by JimTal001 » Fri Oct 30, 2015 8:08 pm

Thank you for the settings. However I get the same results as before.

Edit: I hit the reset button on the Wipy and now it connects :P

Don't know what the issue was but it is cleared for now!
Last edited by JimTal001 on Fri Oct 30, 2015 8:12 pm, edited 1 time in total.

lucien2k
Posts: 24
Joined: Sun Oct 11, 2015 5:34 pm

Re: Missing pyb, serial console and FTP problem.

Post by lucien2k » Fri Oct 30, 2015 8:10 pm

Could it be windows firewall or something else? Odd that you can connect with telnet but not ftp.

If I connect using putty to 192.168.1.1 port 21, I get: "220 Micropython FTP Server". Assuming you get the same result as your filezilla?

JimTal001
Posts: 176
Joined: Thu Jul 30, 2015 4:59 pm

Re: Missing pyb, serial console and FTP problem.

Post by JimTal001 » Fri Oct 30, 2015 8:16 pm

I hit the reset button on the Wipy and now it connects :P
Don't know what the issue was but it is cleared for now!
Is the reset button on the wipy the same as "ctrl D" in REPL? soft reset?

lucien2k
Posts: 24
Joined: Sun Oct 11, 2015 5:34 pm

Re: Missing pyb, serial console and FTP problem.

Post by lucien2k » Fri Oct 30, 2015 8:19 pm

It seems to reset the micropython software at least. I have used it a few times when I have hung my wipy.

Glad you have got things working!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Missing pyb, serial console and FTP problem.

Post by dhylands » Fri Oct 30, 2015 8:23 pm

I would expect that the RESET button should be the same as pyb.hard_reset() on the pyboard, which I believe is called machine.reset() on the WiPy.

Control-D at the REPL is called a soft reset, and would be the same as:

Code: Select all

raise SystemExit

JimTal001
Posts: 176
Joined: Thu Jul 30, 2015 4:59 pm

Re: Missing pyb, serial console and FTP problem.

Post by JimTal001 » Fri Oct 30, 2015 8:26 pm

This is a new wipy just out of the box. Followed instructions exactly as listed on the box. I have only usb power connected to it. No code change, no commands issued in REPL once connected via telnet. So, it hung for no reason I can think of.

Post Reply