Search found 10 matches

by drohm
Wed Nov 16, 2016 10:36 pm
Forum: ESP8266 boards
Topic: SPI Class
Replies: 1
Views: 2469

SPI Class

I'm playing around with the Adafruit Feather HUZZAH ESP8266 and loaded MicroPython on it (1.8.6). Does the SPI class use hardware SPI or is it bit banged?
by drohm
Thu Nov 05, 2015 3:35 pm
Forum: WiPy and CC3200 boards
Topic: Can't connect to WiPy via screen
Replies: 5
Views: 5421

Re: Can't connect to WiPy via screen

Thanks @platforma. Filezilla seems easy enough. Just wanted to make sure I wasn't missing a setup/configuration step.
by drohm
Thu Nov 05, 2015 4:20 am
Forum: WiPy and CC3200 boards
Topic: OTA update problem
Replies: 22
Views: 18916

Re: OTA update problem

I just got my WiPy today and am experiencing this as well. I got two and both are showing the same exact symptoms. I followed the assembly with the expansion board here so I know I'm assembling it correctly. Any idea why both WiPy's are bad? Not sure what to do now.

Thanks.
by drohm
Thu Nov 05, 2015 1:38 am
Forum: WiPy and CC3200 boards
Topic: Can't connect to WiPy via screen
Replies: 5
Views: 5421

Re: Can't connect to WiPy via screen

So after connecting via ftp and updating the boot.py to: from machine import UART import os uart = UART(0, baudrate=115200) os.dupterm(uart) I can now connect via screen. The only other thing I'd like to be able to do is be able to mount the filesystem similar to how the pyboard works when you conne...
by drohm
Wed Nov 04, 2015 11:44 pm
Forum: WiPy and CC3200 boards
Topic: Can't connect to WiPy via screen
Replies: 5
Views: 5421

Can't connect to WiPy via screen

Hi, Just got my WiPy and I'm trying to connect via a USB-Serial cable on Ubuntu 15.10 using screen. Following the documentation, I should be able to enter: screen /dev/ttyUSB0 115200 to connect. Unfortunately, it doesn't connect and I'm left with a black screen and I have to exit screen using Ctrl-A...
by drohm
Wed Nov 04, 2015 1:50 am
Forum: General Discussion and Questions
Topic: Control Commands
Replies: 17
Views: 14718

Re: Control Commands

Much appreciated, Dave.
by drohm
Sat Oct 31, 2015 9:42 pm
Forum: General Discussion and Questions
Topic: Control Commands
Replies: 17
Views: 14718

Re: Control Commands

Thanks Dave! I agree with @SpotlightKid, examples and descriptions like this should be in the docs or on the wiki.
by drohm
Sat Oct 31, 2015 4:42 pm
Forum: General Discussion and Questions
Topic: Control Commands
Replies: 17
Views: 14718

Control Commands

Can someone explain for me the different control modes? When I type help() it shows the following Control Commands: CTRL-A - enter REPL mode CTRL-B - enter normal REPL mode CTRL-C - interrupt a running program CTRL-D - soft reset CTRL-E - paste mode What is the difference between REPL mode and norma...
by drohm
Tue Oct 20, 2015 3:24 pm
Forum: MicroPython pyboard
Topic: Fritzing part
Replies: 8
Views: 8258

Re: Fritzing part

Looks great! I don't want to sound nit-picky, but isn't it 'MicroPython' and not 'Micro Python'? Either way, thanks for putting this together.
by drohm
Tue Oct 13, 2015 3:52 am
Forum: General Discussion and Questions
Topic: tmux
Replies: 1
Views: 2441

tmux

I'm new to MicroPython and have been using screen to connect to the repl with no problems. I wanted to ask if its possible to use tmux to connect to the MicroPython board and if so how. Is anyone using tmux for this? I've also tried minicom, but would like to be able to use tmux if possible.