Errata

Environmental Monitoring with Arduino

Errata for Environmental Monitoring with Arduino

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Other Digital Version 65
Code to Download

The sketch ?Pachube Sensor Client? doesn't work as downloaded.
Maybe the Pachube API changed meanwhile,

lines 81 to 86 must be changed to:

if (client.connect("api.pachube.com", 80)) {
Serial.println("connecting...");
// send the HTTP PUT request.
// fill in your feed address here:
client.print("PUT /v2/feeds/YOUR_FEED_HERE HTTP/1.1\n");
client.print("Host: api.pachube.com\n");

Ralf B.  May 05, 2012 
ePub Page 72
top

There are several places in the Kindle version, e.g., Figure 7-2, which do not appear if the table of contents is active.

Bernard Sypniewski  Oct 22, 2014