Search found 2754 matches

by jimmo
Sat Oct 01, 2022 12:12 am
Forum: Development of MicroPython
Topic: [Solved] User defined data types broken 1.19.1-443
Replies: 6
Views: 35032

Re: User defined data types broken 1.19.1-443

There's a minor typo in the linked page; it uses the new format for 'local_dict' in the 'if it was' example, rather than old format. What it currently gives - Thanks, I've made the two fixes. Also I didn't see any link given with the error when I compiled ... For me on rp2, if I introduce a compile...
by jimmo
Fri Sep 30, 2022 7:48 am
Forum: Development of MicroPython
Topic: [Solved] User defined data types broken 1.19.1-443
Replies: 6
Views: 35032

Re: User defined data types broken 1.19.1-443

Is there any documentation or guidance on how I need to refactor my own code to get it to compile and make it work as it used to ? Sorry for some reason I didn't see this in the "new posts" list (one of my main frustrations with this forum!). Yes, see https://github.com/micropython/micropython/wiki...
by jimmo
Fri Sep 30, 2022 12:01 am
Forum: ESP32 boards
Topic: Help with VSCode Stubs and Linter
Replies: 1
Views: 18294

Re: Help with VSCode Stubs and Linter

I am a beginner and am having trouble getting the the micropython stubs and the Pylint extension to work properly This forums is no longer active. Please ask new questions at https://github.com/orgs/micropython/discussions instead. The stubs aren't maintained by the MicroPython team, however I beli...
by jimmo
Wed Sep 28, 2022 10:15 am
Forum: General Discussion and Questions
Topic: polling tcp socket leads to Fatal exception 28(LoadProhibitedCause) on v1.10-23-g1fa8f977f
Replies: 6
Views: 29759

Re: polling tcp socket leads to Fatal exception 28(LoadProhibitedCause) on v1.10-23-g1fa8f977f

Can you raise this as a bug over at https://github.com/micropython/micropyt ... new/choose? Looks like you have a pretty clear and minimal repro, and it definitely should not cause a hard crash like this.
by jimmo
Mon Sep 26, 2022 12:34 pm
Forum: Announcements and News
Topic: Migration to GitHub Discussions
Replies: 20
Views: 157978

Re: Migration to GitHub Discussions

First time users of Micropython Github will probably be unsure how to or where to ask, and how to appropriately format py code... And having first time users having to go off tangent and do research on using Github Discussions might in some instances be off putting to some and choose not engage...?...
by jimmo
Fri Sep 23, 2022 11:25 pm
Forum: Announcements and News
Topic: Migration to GitHub Discussions
Replies: 20
Views: 157978

Re: Migration to GitHub Discussions

A few extra Categories might be useful for the hobbyist or casual developer who is not use to using GitHub Discussions, some of the more dominant one 's on this forum? It's easy to add more categories, but can you give some examples of the sort of ones you'd like to see? Another Q&A perhaps dealing...
by jimmo
Fri Sep 23, 2022 5:31 am
Forum: General Discussion and Questions
Topic: Reading encoder with interrupts
Replies: 7
Views: 28254

Re: Reading encoder with interrupts

I wonder if I can somehow use second core just for encoder interrupts. I'm assuming this is rp2040/pico? This is not currently supported but something we do need to fix. See https://github.com/micropython/micropython/issues/9124 I was originally wondering if it was stm32 in which case you might wan...
by jimmo
Tue Sep 20, 2022 10:23 pm
Forum: Raspberry Pi microcontroller boards
Topic: Pico W: Problem binding a socket to a UDP Multicast Group
Replies: 7
Views: 24862

Re: Pico W: Problem binding a socket to a UDP Multicast Group

The PR doesn't appear to have been approved upstream. Would it be possible to fork the driver, incorporate the fix locally and re-sync later? Yes, absolutely. No fork necessary, just fetch the PR into the lib/cyw43-driver submodule. (cd lib/cyw43-driver: git fetch origin pull/25/head:multicast-regi...
by jimmo
Sat Sep 17, 2022 5:20 pm
Forum: ESP32 boards
Topic: Micropython SPWM
Replies: 2
Views: 18967

Re: Micropython SPWM

by jimmo
Fri Sep 09, 2022 5:10 am
Forum: General Discussion and Questions
Topic: Continuity Tester
Replies: 6
Views: 27981

Re: Continuity Tester

None of the lines are hot. That's what my friend said right before he was electrocuted. (He's fine though). :) Concern with UART is that I think you need two lines: RCV and TRX receive and transmit. No you can do UART in one direction. In which case one end transmits (TX) and the other end receives...