i have projects i can do only with python so i wanna connect the card to the computer somehow using some library that i can give through it instructions to arduino card via the usb cable.
i have projects i can do only with python so i wanna connect the card to the computer somehow using some library that i can give through it instructions to arduino card via the usb cable.
There is the Firmata approach.
https://pypi.org/project/pyFirmata2/
https://playground.arduino.cc/Interfacing/Firmata/
There is also book by Andrew Pratt on this subject available from Elektor publishing which may be of interest:
https://www.elektor.com/python-3-programming-and-guis
The Arduino slave sketch and program examples are available in the downloads section.
There is the Firmata approach.
https://pypi.org/project/pyFirmata2/
https://playground.arduino.cc/Interfacing/Firmata/
There is also book by Andrew Pratt on this subject available from Elektor publishing which may be of interest:
https://www.elektor.com/python-3-programming-and-guis
The Arduino slave sketch and program examples are available in the downloads section.