to do it using python
But I'm so confused and don't know what to do
Where should I learn
Does anybody know what I should do to learn it?
Any resource will be helpful
Arduino doesn't officially support Python, so there's na guarantee the bridges you may find online with work properly 100% of the time. You might want to learn C++ since it's the official language of Arduino (with an addition of special methods and functions), so you'll find more resources and better documentation on that side of curve, let alone the amount of tutorials on problems you'll eventually face in forums. I'm not saying that you shouldn't use Python though. I'm just saying that relying on what's now a makeshift from the get go will certainly get in the way of your learning.
How can we use python for hardware programming then? Should we use another board or something?
Python wasn't made for that, so you shouldn't, or at least not for now
Oh okay Thanks for your help
Circuit Python. Their website have list of supported microcontrollers
https://circuitpython.org/downloads
Python is not good languege for hardware programing You must use c++ or assembly languege
not necessarily, projects like micropython, circuitpython and snek exist
Обсуждают сегодня