Replies: 1 comment 2 replies
-
Hi rkompass! Apologies, but I'm a little confused on what the exact question is. Belay's main strengths is that it makes it simpler to develop for micropython on a desktop, especially in cases where a desktop python script needs to interact with real world devices, such as a quadrature encoder. You could certainly use Belay for your application, but it's benefits certainly depend on how you want to setup your project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Brian,
what a nice library.
It may help in my MP developments in the following way:
I was starting to write a generator for certain patterns of quadrature coding, including simulated switch bounces. So that quadrature encoders (there are many versions of those, some better/faster some worse/slower) may be tested and compared and their performance / limit frequencies be measured.
I would run the generator on the RP2 Pico using it's PIO.
Now to test the performance of the quadrature encoders on other platforms these have to be set up and their results, i.e. rotation counts, have to be compared against the generated true values.
For that Belay seems ideal. Provided it may run on the RP2 Pico in Micropython itself.
Is that possible? Did you try that already?
What kind of connection would be necessary? Would serial port suffice? Without handshaking?
Would perhaps even a 1-wire solution work, if set up properly?
Thx
Beta Was this translation helpful? Give feedback.
All reactions