The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms...

All 6 Guides to Kalman Filters, MPC, Battery Systems, Sensor Fusion, Control Systems, and System Identification — One Library, One Price
Bought separately
$119.94
Minimum price
$53.99
$69.99
About the Bundle
Modern engineering runs on uncertainty, feedback, and control — and most textbooks make it harder than it needs to be. This library takes the entire toolkit engineers actually use in robotics, autonomous systems, and embedded devices, and explains it the way it should have been explained from the start: clearly, practically, and without unnecessary math for its own sake. Six guides, one coherent path from raw sensor data to a working control system:
Kalman Filters Made Easy — turn noisy, imperfect measurements into clean, reliable estimates
Sensor Fusion Made Easy — combine multiple imperfect sensors into one trustworthy picture of the world
System Identification for Engineers — figure out how your system actually behaves, not just how the datasheet says it should
Control Systems Made Easy — the foundations of feedback and stability, explained with intuition first
Model Predictive Control Made Easy — plan ahead and control systems that have to respect real constraints
Battery Management Systems Made Easy — apply all of the above to build a BMS that doesn't drift, lie, or catch fire
Together, these six books form a complete path: understand your sensors, understand your system, control it, and apply it to a real, unforgiving engineering problem. Whether you're building drones, robots, autonomous vehicles, or any sensor-driven device, this is the reference library you'll come back to on every project. Buy the complete library now and save more compared to buying each book separately.
About the Books
Most engineering models come from measurement, not derivation — even when the underlying physics is well understood. System Identification for Engineers teaches the small set of methods that cover the large majority of real identification jobs: designing an experiment that genuinely excites the dynamics you care about, cleaning and preprocessing real sensor data, fitting first- and second-order models by hand and by code, least squares and its recursive (online) form, ARX/ARMAX/Output-Error model structures, subspace state-space identification, closed-loop and nonlinear identification, and validating a model honestly before trusting it in deployment.
Every method is built plain-language-first, worked through with runnable Python (NumPy, SciPy, python-control) on clearly-labeled synthetic datasets, and tied together in three full case studies that run the entire pipeline start to finish: a DC motor identified from encoder data, a quadrotor attitude axis identified under closed-loop and mild nonlinear conditions, and a battery equivalent-circuit model tracked across simulated aging. Written for working controls, robotics, and mechatronics engineers who need a model that holds up in deployment — not a research paper.
Kalman Filters Made Easy is the engineer’s companion for understanding uncertainty — not as an abstract mathematical idea, but as a concrete, unavoidable part of every real‑world system. Drawing from practical examples across robotics, drones, autonomous vehicles, and sensor‑driven devices, this book explains why measurements drift, why models fail, and why even the best sensors can’t be trusted on their own. You’ll explore the real sources of uncertainty — sensor noise, environmental interference, timing jitter, model imperfections, and even human engineering choices — all illustrated with relatable scenarios such as GPS drift, accelerometer bias, and unpredictable sensor timing. As the book states, “The world is messy. Sensors are imperfect. Nothing we measure is ever exactly right.” Instead of overwhelming you with formulas, the book builds intuition step by step. You’ll learn how engineers think about uncertainty as a “cloud” around the truth, how predictions make that cloud grow, and how measurements shrink it again. You’ll see why relying only on sensors leads to jitter, why relying only on models leads to drift, and how Kalman filters intelligently combine both to produce the best possible estimate of a hidden state. As the text explains, “Two imperfect pieces of evidence, combined intelligently, are better than either one on its own.” By the end, you’ll understand not just how Kalman filters work, but why they are structured the way they are — and how to apply them to real engineering problems. Whether you’re building drones, robots, autonomous systems, or any device that must make sense of noisy data, this book gives you the mental models, intuition, and practical insight to design systems that work reliably even when the world doesn’t cooperate. Perfect for: - Robotics and drone engineers - Embedded developers and makers - Students learning estimation and control - Anyone working with sensors, noise, or real‑time systems
A clear, intuitive, and practical introduction to one of the most powerful control techniques in modern engineering.
Model Predictive Control (MPC) is everywhere—running chemical plants, stabilizing drones, optimizing HVAC systems, steering autonomous cars, and shaping the future of robotics and energy systems. Yet for many engineers, MPC still feels intimidating: too much math, too many assumptions, too many black‑box solvers.
This book fixes that.
Model Predictive Control Made Easy takes you from intuition to implementation with clarity rarely found in technical literature. Instead of drowning you in equations, it builds understanding step by step—starting with how you drive a car, and ending with how to design real‑time controllers that respect constraints, anticipate the future, and remain robust in the face of uncertainty.
You’ll learn:
Every chapter is written to be read by real engineers, not mathematicians. The explanations are crisp. The examples are practical. The insights come from real-world experience, not abstract theory.
Whether you’re working in robotics, automotive systems, process control, aerospace, or embedded systems, this book gives you the mental model and practical tools to design MPC controllers with confidence.
If you’ve ever wanted MPC explained simply, clearly, and correctly—this is the book.
Battery Management Systems Made Easy
A Practical Engineer’s Guide to Designing, Building, and Validating Lithium‑Ion Battery Management Systems
Modern lithium‑ion packs are unforgiving. Push voltage too high and you plate lithium. Charge below freezing and you destroy the cell. Trust a noisy current sensor and your SoC drifts into fantasy. A BMS exists to prevent all of that — but building one that is accurate, safe, and robust is far from trivial.
This book closes the gap between academic electrochemistry and real‑world engineering. It is written for the engineer who must take a stack of cells, a microcontroller, and a deadline — and deliver a system that does not catch fire and does not lie about how much energy is left.
What you will learnIf you design, review, or debug lithium‑ion battery systems — this book will make your work faster, safer, and more confident.
Master control systems without drowning in theory.
Control Systems Made Easy is a practical, engineer-focused guide to understanding and applying modern control engineering principles—from feedback loops and transfer functions to PID tuning and state space methods.
Designed for students, robotics developers, embedded engineers, and working professionals, this book bridges the gap between textbook mathematics and real-world engineering implementation.
Rather than presenting control theory as abstract equations, this book explains how engineers actually design, tune, and troubleshoot dynamic systems.
Inside you'll learn how to:
• Understand feedback and closed-loop behavior
• Model dynamic systems using differential equations and transfer functions
• Analyze stability and transient response
• Design and tune PID controllers with confidence
• Interpret root locus and frequency-domain methods
• Work with state-space models and observers
• Build intuition for robustness and practical constraints
• Apply control concepts to robotics, automation, drones, and embedded systems
Every chapter includes:
• Clear explanations without unnecessary academic complexity
• Practical engineering examples
• Common pitfalls and troubleshooting advice
• Python simulations and code examples
• End-of-chapter exercises and review checklists
Whether you're preparing for exams, building robotic systems, or refreshing your engineering fundamentals, this book will help you develop genuine control intuition—not just formula memorization.
Control engineering doesn’t have to be intimidating.
Learn the principles. Build intuition. Design better systems.
Sensor Fusion Made Easy is a practical, engineer-focused guide to building reliable state estimation systems using real-world sensors.
Modern robotics, drones, and autonomous systems depend on combining imperfect data from IMUs, GPS, cameras, LiDAR, and other sensors. Yet most resources on sensor fusion are either too theoretical or too fragmented to apply in real projects.
This book bridges that gap.
Designed for working engineers and advanced developers, it takes a hands-on approach to sensor fusion — starting with intuitive concepts and progressing toward production-ready systems.
Each concept is presented with:
You will not only understand how sensor fusion works — you will build systems that actually run, debug them when they fail, and improve them for real-world performance.
By the end of this book, you will have a solid foundation in estimation techniques and the confidence to design robust sensor fusion pipelines for:
This is not a purely academic textbook.
It is a field guide for engineers who need results.
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms...
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earned over $15 million writing, publishing and selling on Leanpub.
Learn more about writing on Leanpub
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!
Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.
Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.