python3 with USB breakout boards like the MCP2221 or FT232H? #10504
Unanswered
freemansoft
asked this question in
Unix & Windows
Replies: 1 comment 2 replies
-
Have a look at belay. |
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
-
What is the analog to CircuitPython's Blinka for Windows machines? Is there a way of using Micropython I2C/GPIO/Analog/SPI libraries on a PC running CPython or MicroPython.
I'd like to build Jupyter notebooks that talk with peripherals. I think that there would be 3 options.
I'm currently running native CPython on a windows machine talking with I2C peripherals that are attached to an MCP2221 breakout board that connects to my PC over USB. This lets me interact with I2C devices using any of the standard Python toolings on my PC. My setup is here https://joe.blog.freemansoft.com/2023/01/using-circuitpython-and-adafruit.html.
Beta Was this translation helpful? Give feedback.
All reactions