Search found 6 matches

by DougW_Sask
Tue Jul 19, 2022 7:57 pm
Forum: General Discussion and Questions
Topic: Newbie issues - Github & mpy-cross
Replies: 2
Views: 1608

Re: Newbie issues - Github & mpy-cross

Thanks!

It was an odd entry in my profile that was directing me to a osX environment - was able to clear it (set it to a new user path template) - now it builds, and creates mpy files that do what I need!

Thanks again!
by DougW_Sask
Mon Jul 18, 2022 5:23 pm
Forum: General Discussion and Questions
Topic: Newbie issues - Github & mpy-cross
Replies: 2
Views: 1608

Newbie issues - Github & mpy-cross

Hi: Coming from a non software background but trying to learn as day job permits. Trying to create mpy files for Pi picos. They are running stock V1.19 micropython. From version test they return: mpy version: 6 mpy flags: -march=armv6m I've forked the main micropython repository to download - & chec...
by DougW_Sask
Wed May 11, 2022 3:46 pm
Forum: MicroPython pyboard
Topic: Is pyboard v1.1 officially discontinued?
Replies: 4
Views: 3335

Re: Is pyboard v1.1 officially discontinued?

Came across this earlier this week: https://www.youtube.com/watch?v=p8qXp96v18g

Nice to see Lady Ada push routing 405's to Micropython to provide support.

Really would like to see the Pyb 1.1 return for purchase.

FWIW

Doug W.
by DougW_Sask
Tue Apr 05, 2022 8:46 pm
Forum: MicroPython pyboard
Topic: Pyboard 1.1 Bricked
Replies: 1
Views: 1641

Re: Pyboard 1.1 Bricked

When I had a similar outcome I was able to connect pins as shown in the Pyboard documentation to place it in DFU mode and reload the micropython .dfu file to the board. I lost my files on the Pyboard storage, but I had the board back. Not sure if you've been able to try this?

Doug W
by DougW_Sask
Wed Feb 23, 2022 5:11 pm
Forum: Raspberry Pi microcontroller boards
Topic: MPY-cross Pi Pico Build V.18 conflict between ARCH values?
Replies: 5
Views: 4533

Re: MPY-cross Pi Pico Build V.18 conflict between ARCH values?

Thanks! I will look into. Sorry for the newbie question - but how do I support consideration of the "fix" for this - do I reply to the post in the link on Git Hub?

Thanks again!

Doug W
by DougW_Sask
Tue Feb 22, 2022 3:30 pm
Forum: Raspberry Pi microcontroller boards
Topic: MPY-cross Pi Pico Build V.18 conflict between ARCH values?
Replies: 5
Views: 4533

MPY-cross Pi Pico Build V.18 conflict between ARCH values?

(I had posted on GitHub issues - I'm a newbie in the context of proper protocols for posting - please correct me if I've overstepped!) I'm looking at code execution vs development overhead for an upcoming class - was comparing .mpy options on Pico using factorial under /natmod/features0/ in V1.18. F...