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 |