- Python Programming for Arduino
- Pratik Desai
- 222字
- 2021-07-23 20:11:37
Chapter 3. The First Project – Motion-triggered LEDs
In the preceding chapter, you learned the basics of Python-Arduino interfacing. We went through some exercises to provide hands-on experience with a useful Arduino protocol, Firmata, and the Python library. Now, it's time for your first 'Python + Arduino' project.
We will start this chapter by discussing the project goals and the required components to design the software flow and the hardware layout for the project. Just like any other microcontroller-based hardware project, you can use code and implement the entire logic of your project on Arduino itself. However, the goal of this book is to help you to utilize Python in such a way that you can simplify and extend your hardware projects. Although we will be using a hybrid approach with a Python program assisted by an Arduino sketch in the upcoming chapters, we would like you to get familiar with both ways of programming. As this is your first experience of building a hardware project, the chapter provides you with two different programming methods for the project: just using an Arduino sketch and using a Python program with the Firmata protocol on Arduino. The method with the Arduino sketch is included so that you get the complete experience with the Arduino components such as I/O pins and serial communication.
- 演進式架構(原書第2版)
- Java程序設計(慕課版)
- Learning Apex Programming
- 數據結構習題精解(C語言實現+微課視頻)
- Functional Kotlin
- Modular Programming in Java 9
- H5頁面設計:Mugeda版(微課版)
- INSTANT Yii 1.1 Application Development Starter
- Kivy Cookbook
- Qlik Sense? Cookbook
- Exploring SE for Android
- Application Development with Parse using iOS SDK
- Building Business Websites with Squarespace 7(Second Edition)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Java程序設計實用教程(第2版)