These excercises are a part of E-book on : "Arduino + Python Programming for Robots" Link to book: https://www.amazon.com/dp/B08CY735W9/
Description: This books takes you through fundementals of Design, User interface and Programming. Then it introduces you to Python and Arduino fundamentals following with excersices on tkinter GUI creation techniques for various Hardware interfaces. All exercises are equipped with Codes for Arduino and Python that you will find in this repository.
Use of Codes:
- Use the Arduino codes (.ino files) to upload to your favourite arduino board / Other supported boards from Arduino IDE. Make sure to modify the PINS assignment according to your hardware connections.
- Run the Pyhton codes (.py file) in your Spyder / Jupiter IDE on your desktop/notebook and modiy the suitbale COM port in the beginning of codes.
- If there is any importing of pictures involved in your exercises, make sure to give the correct file path in the Python codes.
Recommended Python version: 3.7 and above
Thats all it! Enjoy!