Search found 5 matches

by 55thSwiss
Sat Dec 15, 2018 9:07 pm
Forum: MicroPython pyboard
Topic: ImportError: No module named pyb
Replies: 6
Views: 9818

Re: ImportError: No module named pyb

So running from a .py file and using the terminal that opens (where the exception was written and has lines like a REPL terminal (>>>)) is not the same thing. I'm working on how to open REPL on a Raspberry Pi right now. Sorry for the delay
by 55thSwiss
Sat Dec 15, 2018 5:36 pm
Forum: MicroPython pyboard
Topic: ImportError: No module named pyb
Replies: 6
Views: 9818

Re: ImportError: No module named pyb

Is it required to use a REPL terminal? The Pyboard is going to be monitored through a Raspberry Pi (the pyboard is plugged into it) so I had just navigated to the pyboard thru the RPi, edited the main.py from there and ran in thru the python terminal that is already on Rasbian. I'm wondering if this...
by 55thSwiss
Sat Dec 15, 2018 12:00 pm
Forum: MicroPython pyboard
Topic: ImportError: No module named pyb
Replies: 6
Views: 9818

ImportError: No module named pyb

I was under the impression the pyb module came standard on the pyboard? I started it up this morning (for the first time mind you), and the root directly appeared without a problem after installing the new driver software I was able to view and execute the internal scripts (main.py and boot.py). I'm...
by 55thSwiss
Thu Dec 13, 2018 4:51 am
Forum: MicroPython pyboard
Topic: Pyboard Node for I2S and I2C
Replies: 3
Views: 2586

Re: Pyboard Node for I2S and I2C

I kind of thought that would be the case for I2S. Thank you for the link on I2C documentation. Can't wait to get going with this, I want to do away with my Arduino's!
by 55thSwiss
Sun Dec 09, 2018 3:06 pm
Forum: MicroPython pyboard
Topic: Pyboard Node for I2S and I2C
Replies: 3
Views: 2586

Pyboard Node for I2S and I2C

Hi All, I'm interested in using the MicroPython as a sensor node to collect data that will be transffered to a RPi, processes, and sent to the cloud. I'm wondering can you connect the MicroPython to an I2S and I2C sensor? Does anyone have information about this, pin outs, code snippets, or other res...