Making Embedded Systems
New book describes disciplined approach to programmingJewelry that monitors vital signs. Credit cards that only work when we touch them. Smart dust and nanobots. Personalized learning. Self-driving cars. iPods. Embedded systems control many devices in common use today.
Making Embedded Systems (O’Reilly Media, $39.99 USD) helps cultivate a host of good development practices, based on classic software design patterns and new patterns unique to embedded programming.
“Embedded systems are where the software meets the physical world,” author Elicia White. “As we put tiny computers into all sorts of systems (door locks, airplanes, pacemakers), how we implement the software is truly, terrifyingly important. Writing software for these things is more difficult than computer software because the systems have so few resources. Instead of building better software, the trend has been to allow a cowboy mentality of just getting it done.
Making Embedded Systems show how to:
- Optimize your system to reduce cost and increase performance
- Develop an architecture that makes your software robust in resource-constrained environments
- Explore sensors, motors, and other I/O devices
- Do more with less: reduce RAM consumption, code space, processor cycles, and power consumption
- Learn how to update embedded code directly in the processor
- Discover how to implement complex mathematics on small processors
- Understand what interviewers look for when you apply for an embedded systems job
The author has created embedded systems ranging from urban surveillance and DNA scanners to children’s toys. This book is appropriate for intermediate and experienced programmers, no matter what platform is used.
Read more about this and other Entertainment Engineering topics in our online magazine!


Comments