com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Android Sense

In this tutorial, you will connect an Android device to WSO2 IoT Server and monitor the sensor data.

WSO2 IoT Server supports devices on Android version 4.2.x to 7.0 (Android Jelly Beans to Nougat)

The following subsections explain how you can work with the Android Sense device type:

Before you begin

 Start the WSO2 IoT Server broker, core and, analytics profiles in the given order. For more information, see how to start the WSO2 IoT Server.

cd <IOTS_HOME>/bin
 
------Linux/Mac OS/Solaris ----------
./broker.sh
./iot-server.sh
./analytics.sh
 
-----Windows-----------
broker.bat
iot-server.bat
analytics.bat

Enroll Android Sense

  1. Sign in to the Device Management console.

     Click here for more information.
    Follow the instructions below to sign in to the WSO2 IoT Server device management console:
    1. If you have not started the server previously, start the server.

    2. Access the device management console.

      • For access via HTTP: 
        http://<IOTS_HTTP_HOST>:9763/devicemgt/ 

        For example: http://localhost:9763/devicemgt/
      • For access via secured HTTP: 
        https://<IOTS_HTTPS_HOST>:9443/devicemgt/ 
        For example: https://localhost:9443/devicemgt/ 
    3. Enter the username and password, and sign in.

      The system administrator will be able to log in using admin for both the username and password. However, other users will have to first register with WSO2 IoT Server before being able to log into the IoTS device management console. For more information on creating a new account, see Registering with WSO2 IoT Server.

    4. Click LOGIN. The respective device management console will change, based on the permissions assigned to the user.
      For example, the device management console for an administrator is as follows:

  2. Click Enroll New Device.

    If you are an Admin user, click the menu icon, and select DEVICE MANAGEMENT, to access the ENROLL DEVICE button.

  3. Click Android Sense to enroll a device of the type Android Sense.
  4. Enroll the device.

  5. Open the downloaded file, tap NEXT, and tap INSTALL.

  6. Tap OPEN, once the WSO2-SenseAgent is installed.
  7. Enter your details and tap REGISTER DEVICE.
    • Username: Your WSO2 IoT Server username
    • Password: The password you used to sign into WSO2 IoT Server
    • Server URL: Provide the server URL in the https://<IOTS_HOST>:<IOTS_HTTPS_PORT> format.
      Example:  https://10.100.4.98:8243
  8. Try out the Android Sense application.

    • If you want to add sensors, tap add sensor , select the sensors you wish to add, and tap OK.

      For more information on configuring the accelerometer to work with Android Sense, see Configuring the Rapid Accelerometer of the Android Sense.

    • If you want to push the data to the WSO2 IoT Server so you can view the data in real time or check out the historical data, tap push data to device.

View device analytics

To monitor real-time device statistics,

  1. Click on the device icon available on the Devices page, and navigate to Device Details page.
  2. To view location-based device statistics, follow the steps below: 
    1. Install the geo extension feature to WSO2 IoT Server, by navigating to <IoTS_HOME>/wso2/analytics/scripts directory and running the following command. 

      mvn clean install -f siddhi-geo-extention-deployer.xml
    2. Enable the geo extension feature in WSO2 IoT Server, by opening the cdm-config.xml file in the <IoTS_HOME>/conf directory and setting the following properties under the <GeoLocationConfiguration> tag to true. 

      <GeoLocationConfiguration>      
      	<isEnabled>true</isEnabled>
          <PublishLocationOperationResponse>true</PublishLocationOperationResponse>
      </GeoLocationConfiguration>
    3. Restart the WSO2 IoT Server broker, core and, analytics profiles in the given order 

      cd <IOTS_HOME>/bin
       
      ------Linux/Mac OS/Solaris ----------
      ./broker.sh
      ./iot-server.sh
      ./analytics.sh
       
      -----Windows-----------
      broker.bat
      iot-server.bat
      analytics.bat
    4. Click on the Device Location tab. 

      For more information on location-based services, see Monitoring Devices Using Location Based Services. 

What's next

Follow the options given below to see what you can do next:

  • Try out building the Android Sense source. For more information, see Building the Android Sense Agent.

  • Navigate to the Device Management page to view all the created devices.

     Click here for more information on navigating to the Device Management page.
    1. Sign in to the Device Management console.
    2. Click the menu icon.
    3. Click Device Management.
  • Select a device from your device dashboard and check the available operations and monitor real-time data.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.