Search found 6 matches

by farrrell504
Tue Apr 23, 2019 2:06 am
Forum: Pyboard D-series
Topic: Stuck with green LED on constantly?
Replies: 5
Views: 4047

Re: Stuck with green LED on constantly?

The holding down the buttons and releasing in that order unfrooze the board! Wish there was some documentation on this stuff though...
by farrrell504
Fri Apr 19, 2019 1:27 am
Forum: Pyboard D-series
Topic: Stuck with green LED on constantly?
Replies: 5
Views: 4047

Re: Stuck with green LED on constantly?

I'll try this out when I get to work in the morning! Thank you!

How did you know to recommend this sequence? Is there documentation somewhere that I'm overlooking?
by farrrell504
Wed Apr 17, 2019 10:16 pm
Forum: Pyboard D-series
Topic: Stuck with green LED on constantly?
Replies: 5
Views: 4047

Stuck with green LED on constantly?

I'm guessing I got one of these boards in a weird state as now the green LED next to the reset button is constantly on and the board no longer appears as a drive or com port. I've tried hitting the reset button and connecting the boot pin to 3v3 then hitting the reset button as well. Does anyone hav...
by farrrell504
Fri Apr 12, 2019 1:00 am
Forum: General Discussion and Questions
Topic: Where do print statements send information from main.py?
Replies: 9
Views: 6553

Re: Where do print statements send information from main.py?

Ah! Thanks for the heads up on just using the import function!! I'm used to the matlab and c++ world, but digging the simplicity of this for embedded work!
by farrrell504
Wed Apr 10, 2019 1:23 am
Forum: General Discussion and Questions
Topic: Where do print statements send information from main.py?
Replies: 9
Views: 6553

Re: Where do print statements send information from main.py?

Thanks for the clarification! This leads me to ask another newbie question, how do you simply execute a .py file from the REPL such as the main.py file?
by farrrell504
Mon Apr 08, 2019 12:41 am
Forum: General Discussion and Questions
Topic: Where do print statements send information from main.py?
Replies: 9
Views: 6553

Where do print statements send information from main.py?

Total newbie question, When running main.py, where does the print statements or output text go? I've tried running the main.py code from the REPL and don't see anything returned. I've also tried: print(pyb.main('main.py')) If this code were to run at boot, how would I see it? Does it come up over a ...