Search found 5 matches

by tomrogue
Wed Dec 16, 2015 6:49 pm
Forum: MicroPython pyboard
Topic: Pyboard Won't Recognize Healthy SD Card
Replies: 4
Views: 5472

Re: Pyboard Won't Recognize Healthy SD Card

Thanks for the tips guys!

I'll try using rshell.py and smaller sd cards (they're kinda hard to come across these days though). Hopefully that'll do the trick.
by tomrogue
Wed Dec 16, 2015 12:41 am
Forum: MicroPython pyboard
Topic: Pyboard Won't Recognize Healthy SD Card
Replies: 4
Views: 5472

Pyboard Won't Recognize Healthy SD Card

Hey There, So I am trying to boot the pyboard from an SD card with no luck. The SD Card is a 16GB Class 10 Sony SDHC and I am running the most current firmware for the pyboard (pybv10-2015-12-16-v1.5.1-120-g130fde8.dfu). The SD card is formatted properly and has no sector/cluster issues. The card is...
by tomrogue
Fri Jul 03, 2015 7:19 pm
Forum: General Discussion and Questions
Topic: I2C OSerrors: 5, 116, 16 problem with interfacing to ADS1115
Replies: 2
Views: 4393

I2C OSerrors: 5, 116, 16 problem with interfacing to ADS1115

Hey there, So I've read all the posts on this forum regarding I2C and OSerrors:5, 116 and 16 with no real insight into why I might be experiencing the issues I am. Basically, I'll usually be able to write to the ADC with something like: i2c.mem_write(data, address, config_reg, addr_size=16) and no e...
by tomrogue
Fri Jul 03, 2015 7:08 pm
Forum: General Discussion and Questions
Topic: Can't get REPL prompt. Blank REPL with empty main.py file
Replies: 2
Views: 3303

Re: Can't get REPL prompt. Blank REPL with empty main.py file

Thanks Dave, you were totally right. problem solved :)
by tomrogue
Mon Jun 29, 2015 11:25 pm
Forum: General Discussion and Questions
Topic: Can't get REPL prompt. Blank REPL with empty main.py file
Replies: 2
Views: 3303

Can't get REPL prompt. Blank REPL with empty main.py file

Hey there, I am ssh-ed into a system that is connected to a Pyboard. I was able to get the REPL just fine for a while. Then I mounted the Pyboard in order to alter the main.py file, and now I can't get the ">>>" prompt back when I run "sudo screen /dev/ttyACM0". I have read the other post on this fo...