Cantitate/Preț
Produs

Build Your Own Car Dashboard with a Raspberry Pi: Practical Projects to Build Your Own Smart Car

Autor Joseph Coburn
en Limba Engleză Paperback – 21 iul 2020
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

Who This Book Is For

People who like working on cars and want to learn Raspberry Pi and software development but don’t know where to start. 
Citește tot Restrânge

Preț: 36412 lei

Preț vechi: 45515 lei
-20% Nou

Puncte Express: 546

Preț estimativ în valută:
6969 7351$ 5824£

Carte tipărită la comandă

Livrare economică 28 decembrie 24 - 03 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484260791
ISBN-10: 1484260791
Pagini: 306
Ilustrații: XIX, 306 p. 101 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.41 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1 - Raspberry Pi History .- Chapter 2 - Software Development Primer.- Chapter 3 - Project Overview.- Chapter 4 - Development Environment_Configuration.- Chapter 5 - Raspberry Pi Configuration.- Chapter 6 - Getting Started with Flask.- Chapter 7: Temperature Monitoring.- Chapter 8 - Boot Sensor .- Chapter 9 - Light Sensor.- Chapter 10: Fog and Reverse Sensors.- Chapter 11: Reversing Camera.- Chapter 12: Reversing Beeper.- Chapter 13: Distance Sensor.- Chapter 14: System Polishing. 

Notă biografică

Joseph Coburn is an experienced computer science teacher, writer, editor, and software developer. His work has been shared by Adobe, Lifehacker, and the Arduino foundation. His code is used by thousands of people daily. And he is well versed with designing, implementing, and troubleshooting complex software systems. The opportunity to share with and teach software development skills in Python and with the Raspberry Pi hits the sweet-spot of software and teaching. 

Textul de pe ultima copertă

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.

You will:
  • 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

Caracteristici

Write resilient, tested Python with production grade tools Boost the IQ of your car with a Raspberry Pi and practical projects Use Git, write unit tests, build an application, and deploy code