Errata

Building iPhone and iPad Electronic Projects

Errata for Building iPhone and iPad Electronic Projects

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
ePub
Page Chapter 6, section "The Thermometer"
In the equation describing how to decode the raw data from the sensor

The line that reads:
Vos = -2.9power-5 - 5.7power-7 (tdie2 - 298.15) + (tdie2 - 298.15)power2

Should read:
Vos = -2.9power-5 - 5.7power-7 (tdie2 - 298.15) + 4.63power-9(tdie2 - 298.15)power2

There is a missing multiplication by 4.63power-9 which caused an incorrect result.

The shortcomings of entering text into a web browser mean the I have represented a superscript type with the word "power".

I discovered this by comparing the results computed by the example equation in the book with those computed by the example source code from the manufacturers.

Note from the Author or Editor:
Thanks for pointing that out. You are correct, of course.

For those reading this, the error is in the printed equation. The code right below the equation is correct, and includes the 4.63e-9 term.

Mark Hoggatt  Dec 01, 2013 
Printed
Page x
3rd paragraph

The paragraph says:

We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at http://www.oreil.ly/building-iphone-ipad.

The http link is invalid. Also http://www.oreilly.com/building-iphone-ipad is not available.

Thank you.

Note from the Author or Editor:
This link should work, with oreil.ly changed to bit.ly:
http://www.bit.ly/building-iphone-ipad

Anonymous  Mar 06, 2014 
Printed
Page 14
3rd paragraph

The sentence "Here we do the same thing for the y- and x-axes..." should be "... the y- and z- axes..."??

Note from the Author or Editor:
You are correct. The third paragraph currently reads:

"Here we do the same thing for the y- and x-axes, coloring the plots red and blue."

It should read:

"Here we do the same thing for the y- and z-axes, coloring the plots red and blue."

wilmer  Feb 24, 2014