Not for anyone but REAL beginner
Review written by: S. kenneth From
All of the topics could be easily found by a google search in much more details. The only good point after reading this book : a beginner knows how to pick from the smorgasbord of the Net.
Pretty useless for Engineers, even beginner Engineers already in the trade. And the book is not cheap !
Good book but low level
Review written by: Adam Thompson From
I am a Firmware Engineer currently but have a degree in Electrical Engineering so I felt this book would help me relate my Electrical experience to the Firmware world. I was disappointed when I realized how basic this book was. They dedicate a full chapter to basic voltage, resister, capacitor, etc concepts. Even with no on the job experience outside of school I found almost nothing that I did not already know. It is good for people who need to learn the basics but if you have any computer architecture experience or electrical engineering experience then this book is not for you.
Good book on hardware common to embedded systems
Review written by: calvinnme From Fredericksburg, Va
This is a practical introduction to embedded hardware, so to write software for the hardware presented in this book, you will need to consult other books. This book is only an introduction and if you want to gain more knowledge and experience in the field of hardware design, further study is required. In the first part of the book the author gives an introduction to computer architecture and describes the components that you find in a PC. The author goes on to explain basic electronics, just enough to understand the explanations about the electronic components. There are the basic equations to calculate voltage and current. The functionality of resistors, capacitors, inductors, diodes and crystals is explained. There is advice on how you can build or have built your own integrated circuit board. Some simple microprocessors and micro controllers are described including the currently available and commonly used PIC and AVR micro controllers, the 68000-series microprocessor and a DSP based controller. The functionality of the components is described and it is shown how the component can be used with a few other basic components to exercise a minimum of functionality. The book also covers useful topics like the protocols SPI (Serial Peripheral Interface) and I2C, Inter Integrated Circuit, which show how components can communicate with each other or the outside world. Various serial port and network protocols are discussed like RS232C and USB. Chapter 13 was particularly interesting, covering analog to digital conversion and applications. For example, the book explains how to use an amplifier to connect a digital circuit to a temperature or light sensor, or a motor control. The one thing I did not like about the book was the dedication of an entire chapter to the ancient language of Forth. This space might have been better spent on expanding the book's discussion of assembly language or the more timely topic of embedded networks.
This book might be too elementary for practicing engineers, particularly if they are already familiar with the devices commonly used in embedded circuits. However, for those engineers that have been writing software since they graduated, this book is a good fast-paced introduction to the hardware commonly found in embedded systems. A good follow-on to this book is "Programming Embedded Systems with C and C++" by the same publisher.
Great for the Application Developer
Review written by: J. Bender From Syracuse, NY
This is a great beginners book from basic electronics up to developing for specific chips. I've been an application developer for years and I've been looking to make the switch to lower level programming. This book will definitely get you started and even walk you through the design of the beginners microprocessors (PIC & AVR).
As mentioned above, it should have "beginner" in the title.
Good book on the embedded hw/sw domain
Review written by: Eli Bendersky From Israel
This book aims at a very wide domain - embedded hardware/software. While most of the books out there on the market are concerned with design patterns, agile techniques and heavy methodologies for big projects, the largest software market is actually the embedded, with most processors manufactured, and most software written.
The author is an experienced embedded engineer and has knowledge both in hardware and software - it's the connecting line between these two that is the main subject of the book. Quite well written, many topics are covered - Electronics 101 (though not really on a beginner level - it runs too fast for that), some software - assembly language of various processors, microcontroller architectures, digital design and even soldering / breadboard creation.
It looks to be possible to build a small embedded computer just from the directions given in this book - which is very nice, and gives practical-headed readers something to play with. The author clearly enjoys what he's doing and it shows through his writing - this is a nice motivational boost, embedded design is indeed very interesting.
The crowd to enjoy the book the most will be people with some experience in either software or hardware (or both), who want to get into the exciting embedded field, or just bright and curious amateurs who want to build that heat-sensing remote control for their bathroom tub.
Some downsides of the book: the chapter on Forth is dubious. (Forth ??? Gimme a break...) The Electronics tutorial is just too fast. I doubt that people without any EE background will really understand it. For a beginner's book, there's too much options given in the processors chapters (about 4) - beginners like few options that are well explained. So a suggestion to the author for the next edition - drop Forth, drop a couple of processors, spend more time on electronics basics instead, and you'll have a truly great book.