What is Neuko Cloud IoT Platform? Neuko Cloud IoT Platform is a comprehensive cloud-based platform that enables businesses to efficiently manage their Internet of Things (IoT) devices and data. It offers a wide range of features such as device management, data storage, analytics, and integration with other cloud services. The platform is designed to be …

What is Neuko Cloud IoT Platform? Read More »

Getting Started with Neuko Cloud IoT Platform If you are first time user, complete the following tasks: Sign up for Neuko Account To open an account with Neuko, follow the steps: Open the Neuko Web Application To access to the Neuko Web application, open the portal at https://app.neuko.io.

Telemetry State Concept Telemetric state can be viewed as a discrete methodology for transforming a physical condition into a more quantifiable form in a digital environment in any instantaneous state. For instance, hot water in a kettle can be rendered as TRUE (or 1) in a simple digital form that indicates hot as true and …

Telemetry state concept Read More »

Telemetry State Schema Neuko builds its ecosystem from the device’s SDK and the client’s API with a point of view based on the telemetry state. The JSON representation of the telemetry state is called Telemetry State Schema. A telemetry state schema also tells what type of device that is going to associate with it later. Before …

Create telemetry state schema Read More »

Retrieving identifiers for telemetry state schema To retrieve identifiers, follow the steps given:

Provisioning and activating device This section describes the concept on provisioning and activating device into Neuko Cloud IoT platform. The completion of these activities enable the device to connect to the Neuko Cloud IoT platform. It also allows the device to update and listen to the telemetry state in the Virtual Twin. Device provisioning and …

Provisioning and activating device Read More »

Downloading Provisioning Certificates The Provisioning Certificates are certificates generated along with when a Telemetry State Schema is created. The schema can be created as explain in this procedures. Once the schema is created, follow the steps to download the certificates: Warning Treat the downloaded certificates with utmost care. The certificate is used to register and register …

Downloading Provisioning Certificates Read More »

Preparing device and tools This procedures describe an abstract idea on getting a device ready for development environment. In general, the following are usually the cases: Local development machine This section describes pre-requisites for a local development machine for a case of building the device in the machine before transferring the package to the actual …

Preparing device and tools Read More »

Programming device store Neuko provides an abstract class of DeviceIdentifierStore to make it flexible for developer to choose on how some parameters is generated. DeviceIdentifierStore is a class that defines on how the Neuko SDK module retrieves the following parameters: Device identifier The first 3 identifiers can be retrieve from this procedure and hardcoded into …

Programming device store Read More »

Programming certificate store Neuko provides an abstract class of CertificateStore to make it flexible for developer to choose on how to save and retrieve certificates from the device. CertificateStore is a class that defines on how the Neuko SDK module saves and retrieves the following certificates: Each of the certificate types consists of 3 types …

Programming certificate store Read More »