How to Send Data to the Cloud With Arduino Ethernet

This project shows you how to publish your data to AskSensors IoT Platform using Arduino Ethernet Shield
ORIGINAL POST
By askSensors
components
Hardware Components
Arduino Ethernet
X 1
X 1
Software Apps and online services
details

FIX2LK8JNCD2GMZ.LARGE.jpg

 

This project shows you how to publish your data to AskSensors IoT Platform using Arduino Ethernet Shield. The Ethernet Shield enables your Arduino to easily get connected to the cloud, send and receive data with an internet connection.

 

Download this Arduino sketch example from github. The code uses DHCP and DNS for the server and is supposed to work right away with few changes:

  1. If you are using more than one Ethernet shield on a network, make sure that each Ethernet shield on the network must have a unique mac address.
  2. Change the IP address in the sketch to match the IP address range of your network.
  3. Set the Api Key In of your sensor (given by AskSensors in the previous step)
  4. Set your dummy data.

FIX2LK8JNCD2GMZ.LARGE.jpg

 

This project shows you how to publish your data to AskSensors IoT Platform using Arduino Ethernet Shield. The Ethernet Shield enables your Arduino to easily get connected to the cloud, send and receive data with an internet connection.

 

Download this Arduino sketch example from github. The code uses DHCP and DNS for the server and is supposed to work right away with few changes:

  1. If you are using more than one Ethernet shield on a network, make sure that each Ethernet shield on the network must have a unique mac address.
  2. Change the IP address in the sketch to match the IP address range of your network.
  3. Set the Api Key In of your sensor (given by AskSensors in the previous step)
  4. Set your dummy data.
documents
Code
AskSensor Arduino skech
Schematics
Others

COMMENTS

Please Login to comment
  Subscribe  
Notify of