2021年5月29日 星期六

Arduino + Python tkinter 套件控制LED應用

主題

Arduino + Python tkinter 套件控制LED應用

大綱

  1. Python 簡介
  2. 視窗設計 - tkinter 套件
  3. Arduino 簡介
  4. Python + Arduino - LED 實作

需求

  1.  Arduino 模組
  2. Python IDE 軟體, 本案採用  Spyder
  3. LED 1個
  4. 免費軟體 Arduino IDE

執行成果

Arduino + Python tkinter 套件控制LED應用

Youtube https://youtu.be/LjgFIm1S7tw

程式碼,講義下載

Github: https://github.com/rwepa/arduino_python_tkinter

PDF: https://github.com/rwepa/arduino_python_tkinter/blob/main/python_arduino-2021.05.28.pdf

參考資料

  1. Python 程式設計-李明昌 免費電子書 - PDF 分享, 220頁, http://rwepa.blogspot.com/2020/02/pythonprogramminglee.html
  2. Python與Arduino, http://andrewpythonarduino.blogspot.com/2018/04/python13-led.html
  3. NARESH KUMAR T & THILEEPAN S, Arduino + Python Programming for Robots, 2020.
  4. tkinter - Python interface to Tcl/Tk, https://docs.python.org/3/library/tkinter.html
  5. Python GUI examples (Tkinter Tutorial), https://likegeeks.com/python-gui-examples-tkinter-tutorial/

# end

跟著那道光 - Arduino Car

主題

本專案說明使用 Arduino car 加上光敏電阻應用。








需求

1. Arduino 模組

2. Arduino Car 模組

3. 光敏電阻 2個

4. 免費軟體 Arduino IDE

執行成果

https://youtu.be/SXyq6urlTQo

程式碼,講義下載

https://github.com/rwepa/arduino_car