Search found 3 matches
- Mon Nov 09, 2015 9:51 pm
- Forum: WiPy and CC3200 boards
- Topic: telnet XXB85EXXA0XX-mysimplelink
- Replies: 6
- Views: 9094
Re: telnet XXB85EXXA0XX-mysimplelink
Nice! I was just about to ask whether mDNS was enabled on the WiPy. Thankfully, the original question posed is a positive answer for me! Still looking forward to renaming it into something more 'human-readable' though, so I'll keep an eye out for this thread. For reference: I now use the following t...
- Sat Oct 10, 2015 9:05 am
- Forum: WiPy and CC3200 boards
- Topic: Missing pyb, serial console and FTP problem.
- Replies: 25
- Views: 26919
Re: Missing pyb, serial console and FTP problem.
I also cannot connect via UART, just placed a new post awaiting moderator acception. This was the vein of my post and assumption: I noticed people posting images of the expansion board with a bunch of jumpers on it, while mine doesn't come with any jumpers. Looking at the designs https://github.com/...
- Sat Oct 10, 2015 8:52 am
- Forum: WiPy and CC3200 boards
- Topic: REPL via expansion board USB - missing jumpers?
- Replies: 3
- Views: 8429
REPL via expansion board USB - missing jumpers?
I am trying to enable the REPL via UART using the microUSB connector on the expansion board. I tried to enable the terminal duplication manually when logged in via WiFi, and via boot.py through the following code: # enable the UART on the USB-to-serial port from machine import UART import os uart = ...