Connect your Arduino Ethernet to the Cloud

Ubidots-Ethernet is an Arduino library for interacting with Ubidots through its API with arduino ethernet shield. The library also contains the code to connect to your Ethernet network.
ORIGINAL POST
By UbiMaker
components
Hardware Components
Software Apps and online services
Ubidots
details

Arduino Cloud.png

Setup

  • Download the UbidotsEthernet library here
  • Go to the Arduino IDE, click on Sketch -> Include Library -> Add .ZIP Library
  • Select the .ZIP file of UbidotsEthernet and then “Accept” or “Choose”
  • Close the Arduino IDE and open it again.

Send one value to Ubidots

To send a value to Ubidots, go to Sketch -> Examples -> UbidotsEthernet libraryand select the “saveValue” example.

Get One Value from Ubidots

To get the last value of a variable from Ubidots, go to Sketch -> Examples -> UbidotsEthernet library and select the “getValue” example.

 

Send multiple values to Ubidots

To send multiple values to Ubidots, go to Sketch -> Examples -> UbidotsEthernet library and select the “saveValues” example.

Arduino Cloud.png

Setup

  • Download the UbidotsEthernet library here
  • Go to the Arduino IDE, click on Sketch -> Include Library -> Add .ZIP Library
  • Select the .ZIP file of UbidotsEthernet and then “Accept” or “Choose”
  • Close the Arduino IDE and open it again.

Send one value to Ubidots

To send a value to Ubidots, go to Sketch -> Examples -> UbidotsEthernet libraryand select the “saveValue” example.

Get One Value from Ubidots

To get the last value of a variable from Ubidots, go to Sketch -> Examples -> UbidotsEthernet library and select the “getValue” example.

 

Send multiple values to Ubidots

To send multiple values to Ubidots, go to Sketch -> Examples -> UbidotsEthernet library and select the “saveValues” example.

documents
Code
Ubidots Ethernet library for Arduino

COMMENTS

Please Login to comment
  Subscribe  
Notify of