Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arduino Networking
Arduino Networking

Arduino Networking: Connect your projects to the Web using the Arduino Ethernet library

eBook
$12.99 $18.99
Paperback
$28.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Table of content icon View table of contents Preview book icon Preview Book

Arduino Networking

Chapter 2. Sending Data to a Web Server

In the previous chapter, we made sure that your Arduino Ethernet shield could actually connect to your local network and to the Web. In this chapter, we are going to build on that, and build our first application using the Ethernet shield.

We are going to see in more detail how the Ethernet client works by measuring data from a digital sensor and sending this data to a web server. In this chapter, this web server will be a server running on your own computer.

These will be the major takeaways from this chapter:

  • First, we are going to choose the temperature and humidity sensor that we will also use later in the book. We are also going to install the different software components that are required for this chapter, especially the library to plot data on your computer.
  • Then, we are going to build the Arduino code that will perform measurements and send these measurements to the web server running on your computer.
  • After that, we'll start building...

Hardware and software requirements

On the hardware side, you will of course need the Arduino Uno board and Arduino Ethernet shield.

You will also need a sensor to measure some data. As this book is about how to use the Ethernet shield and not how to measure data from sensors, you can actually take any sensor of your choice.

I used a DHT11 sensor, which is a digital temperature and humidity sensor. I chose this sensor for this chapter and for many chapters of the book since it is a very cheap sensor and easy to interface with Arduino. Along with the DHT11 sensor, you will also need a 4.7k Ohm resistor.

You can also use other kind of sensors. You can use analog sensors, which return a signal depending on the measured data. For example, the TMP36 sensor is an analog temperature sensor that returns a voltage proportional to the ambient temperature.

Other kind of sensors you can use here are sensors based on the SPI or I2C protocols, which are digital communication protocols that are easy to use...

Sending data to a server

It is now time to build the sketch for our first application using the Arduino Ethernet shield. But first, we need one more piece of data: the local IP address of your computer. Inside the Arduino sketch, we are going to specify where the Arduino Ethernet shield has to send the data.

Finding your IP address is easy, but it depends on your operating system. If you are using OS X, you can find your IP address inside Network Preferences.

Sending data to a server

If you are using Windows, you will find the information you need under the Network Settings in your Control Panel:

Sending data to a server

Another way under Windows is to go to Start, then Run, and type cmd. Then, inside the console, type ipconfig and hit Enter. Your computer's IP address will be displayed.

If you are using Linux or OS X, you can simply go to a terminal and type:

ifconfig

This command should print your IP address inside the terminal window. It will in general be something like eth0 or en0. This is what I had on my machine:

en0: flags=8863...

Log incoming data in a database

In this section, we are going to use PHP to build the server-side part of the project. If you are a complete novice in PHP, I recommend the following resource to learn the basics of the language:

http://php.net/manual/en/tutorial.php

First, we are going to see the content of the datalogger.php file. This file will handle the requests coming from the Arduino board, log the data in a database, and answer with a simple message. Note that this file has to be in a folder named datalogger on your web server. We will see the important parts of the code. To get the complete code for this section, please refer to the GitHub repository of the chapter. Note that all the PHP code should be between the <php … ?> tags.

The file starts by receiving the data from the GET request sent by the Arduino Ethernet shield:

$temperature = intval($_GET["temp"]);
$humidity = intval($_GET["hum"]);

We also instantiate the connection with the SQLite database...

Displaying the results

We are now going to use the data that was logged in the database and display it on a graph for more convenience. For this task, we are going to use a JavaScript library called flot, which is already included in the code for this chapter. This library provides nice functions to plot data on a web page, and also allows you to plot data in real time, so you will see the graph being automatically updated as more data comes in.

Everything will happen inside an HTML file called plot.html. We will only see the most important parts of the code here. Please refer to the GitHub repository of the chapter to get the complete files. Inside this file, you first have to include the files required for the flot library:

<script src="flot/jquery.js"></script>
<script src="flot/jquery.flot.js"></script>
<script src="flot/jquery.flot.time.js"></script>

You also need an element in the HTML page that will host the graph. This...

Summary

In this second chapter of the book, we built our first application based on the Arduino Ethernet shield and Ethernet client class. We did some basic measurements on the Arduino board, sent these measurements on a local web server, and finally displayed this data in real time on a graph.

To proceed further with this chapter, I invite you to carefully repeat all the steps of this chapter to really understand well how the Arduino Ethernet shield communicates with the PHP code running on your computer. You can also add more sensors to the projects and log this data inside the database. Also, you can try to plot several variables at once on different graphs.

These were the major takeaways from this chapter:

  • First, we interfaced a digital temperature and humidity sensor to the Arduino board so that we can send the measurements to a local web server using the Ethernet shield. We also installed some useful software components such as a library to plot data in a web page.
  • Then, we built an Arduino...
Left arrow icon Right arrow icon

Description

This book is intended for those who want to build their own network-connected projects using the Arduino platform. You will be able to build exciting projects that connect to your local network and the Web. You will need to have some basic experience in electronics and web programming languages. You will also need to know the basics of the Arduino platform as the projects mainly deal with the networking aspects of the Arduino Ethernet shield.

What you will learn

  • Interface the Ethernet shield with Arduino and to your Ethernet router
  • Learn the basics of the Arduino Ethernet library
  • Grab the content of a web page using the Ethernet shield
  • Measure data and send it to a server running on your computer
  • Create a data logging station with a web server running on the Ethernet shield
  • Send measured data to the cloud service Xively, so it can be monitored from anywhere
  • Discover how to use the Temboo web service to connect the Ethernet shield to more cloud services
Estimated delivery fee Deliver to United States

Economy delivery 10 - 13 business days

Free $6.95

Premium delivery 6 - 9 business days

$21.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 21, 2014
Length: 118 pages
Edition : 1st
Language : English
ISBN-13 : 9781783986866
Vendor :
Arduino
Languages :
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to United States

Economy delivery 10 - 13 business days

Free $6.95

Premium delivery 6 - 9 business days

$21.95
(Includes tracking information)

Product Details

Publication date : Aug 21, 2014
Length: 118 pages
Edition : 1st
Language : English
ISBN-13 : 9781783986866
Vendor :
Arduino
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 103.97
Arduino Robotic Projects
$48.99
Arduino Networking
$28.99
Arduino Home Automation Projects
$25.99
Total $ 103.97 Stars icon

Table of Contents

7 Chapters
1. Discover the Arduino Ethernet Shield Chevron down icon Chevron up icon
2. Sending Data to a Web Server Chevron down icon Chevron up icon
3. Data Logging Station Chevron down icon Chevron up icon
4. Controlling Objects from Anywhere Chevron down icon Chevron up icon
5. Internet of Things with Xively Chevron down icon Chevron up icon
6. Logging Data in Google Docs Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.9
(9 Ratings)
5 star 44.4%
4 star 11.1%
3 star 33.3%
2 star 11.1%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




RAUL LOPEZ Mar 23, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Really, great guide for beginning in networking with arduino
Amazon Verified review Amazon
Alison Taylor Dec 17, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Partner very impressed with this
Amazon Verified review Amazon
Steve Spence Nov 12, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As much fun as it is connecting sensors to an Arduino, and displaying data on a LCD, lighting LED's, or other local actions, the real power is when you connect to a network. Whether it's a local network and you are communicating between them or collecting data in a central database (Raspberry Pi), or connecting to the internet and contributing local weather data to a server, or broadcasting data with email or Twitter, even pulling down information like emails, tweets, or scraping other websites for data for local display, there's a lot of fun to be had.One book that explains how this all works, and gives you easy to replicate (and understand) projects is "Arduino Networking" by Marco Schwartz. This book delves into the abilities of network connectivity, explaining how and why it works, and leaves your mind swirling with new applications, and the ability to execute them. It's a must have on any maker's shelf!
Amazon Verified review Amazon
Stefan Buttigieg Sep 10, 2014
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is explained in a very clear and step-wise way which makes it extremely easy for anyone to follow from the Arduino Hobbyist beginner to the most experienced. Mr.Schwartz has proven to be over and over again with the release of other books on this subject matter to be trustworthy.
Amazon Verified review Amazon
W Boudville Oct 10, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
For many of you Arduino enthusiasts, the project you work on will need a way to connect your hardware to a network. As a practical matter, that network is likely to be your local network or the Internet. This text gives a means, using the Arduino Ethernet shield. The slender nature of the book hints at how straightforward this can be.Given the hardware, the steps in the text's examples show how to upload data, including how to plot this in a rudimentary way on a terminal window. Back to basics indeed. For debugging, this makes the mininum needed. No fancy interactions with a web server. At least initially. But the text then goes onwards, to explain to to hook up to a web server. Chapter 3 actually makes the web on the Arduino motherboard. Impressive use of the memory and CPU now commonly available in Arduino !Another key variant is later in the book, when it shows how to use a web server on the Internet to remotely control your device. The advantages and uses are manifold. Albeit with the requirement that the device needs to be accessible from the Internet.Happy tinkering.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela