From c3d14bdbe167048ac2c6f2d85587a5635c436cb4 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Wed, 19 Jul 2017 12:35:13 +0530 Subject: [PATCH] fixes wso2/product-iots#1190 --- .../type-view.hbs | 39 ++++++++----------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs b/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs index b105a16ff..48a78c314 100644 --- a/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs +++ b/components/device-types/arduino-plugin/org.wso2.carbon.device.mgt.iot.arduino.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.arduino.type-view/type-view.hbs @@ -31,8 +31,7 @@

What it Does


-

Connect Arduino UNO board to WSO2 IoT Server and visualize sensor - data.

+

Connect the Arduino UNO board to WSO2 IoT Server and visualize sensor data.


What You Need


@@ -43,20 +42,19 @@
  • ITEM 02 - Adafruit Wifi Shield for Arduino. + Adafruit WiFi Shield for Arduino.
  • ITEM 03 - LED bulb connected to Pin 13. - (If not available, will use the one on the board.) + A LED bulb connected to pin 13. If you do not have a LED bulb, use the one on the Arduino board. The one on the board is connected to pin 13 by default.
  • ITEM 04 - Resister( e.g 330 ohms ) + Resister (e.g., 330 ohm)
  • STEP 05 - Proceed to [Prepare] section. + Next, proceed to the [Prepare] section. (remove the step 5 coz that' is the only step all the others are items.)
  • 01 - Wifi-Shield mounted onto the Arduino-UNO board + Mount the WiFi shield to the Arduino UNO board.
  • 02 - Connect LED bulb to arduino as follows + Connect the LED bulb to Arduino as shown below:

    @@ -211,26 +209,25 @@
  • 03 - Download Arduino-Sketch from [Download Sketch] link above. + Click [Download Sketch] above to download the Arduino Sketch.
  • 04 - Unzip the downloaded Arduino Agent + Unzip the downloaded Arduino agent.
  • 05 - Create a folder called "ArduinoBoardSketch" and move all source files - inside + Create a folder by the name ArduinoBoardSketch and move the downloaded agent and the source files to it.
  • 06 - Open ArduinoBoardSketch.h and provide appropriate values for + Open the ArduinoBoardSketch.h file and provide the values for the [WLAN_SSID], [WLAN_PASS], [SERVICE_PORT], [server] and [deviceIP] - variables according to your network. + variables for the device to connect to your WiFi network.
  • 07 @@ -242,14 +239,14 @@ - Arduino will publish it's internal temperature to WSO2-IoT-Server + The Arduino will publish its internal temperature to WSO2 IoT Server.

    - LED on PIN 13 can be controlled from Device Management page. + Control the LED on PIN 13 via the Device Management page.

  • @@ -263,18 +260,16 @@