Build Your Own Car Dashboard with a Raspberry Pi: Practical Projects to Build Your Own Smart Car
by: Joseph Coburn
Print Length 页数: 328 pages
Publisher finelybook 出版社: Apress; 1st ed. edition (21 July 2020)
Language 语言: English
ISBN-10: 1484260791
ISBN-13: 9781484260791
Book Description
Create your own car engine control unit (ECU) with a simple Raspberry PI while building the necessary skills to produce future more advanced projects. Once you’ve worked through the projects in this book,you’ll have a smart car and the coding knowledge needed to develop advanced hardware and software projects.
Start by: understanding how the Pi works,and move on to how to build hardware projects,use the GPIO pins,and install the system. Then add to that a solid understanding of software development principles and best practices,along with a good grasp of Python (v3.6+) and Python/software best practices. More than just how to code in Python,you’ll learn what it takes to write production grade software,defensive code,testing,deployments,version control,and more. Internalize industry best practices while going further with valuable software development techniques such as defensive programming.
The concepts introduced are essential to ensuring that software can function under unexpected circumstances. Can you imagine what would happen if your mobile phone could not cope with a call from an unknown number,or you had to set you microwave in increments of 6 seconds? While testing avoids edge cases such as these,defensive programming is one of the building blocks of software development.
What You’ll Learn
Hone test driven development in Python skills
Debug software and hardware project installations
Work with the GPIO ports of the Pi to feed your software real-world hardware information