Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 2cdcbe7

Browse files
NanoSensorics Guide (#2183)
* Guide for sensorics devices * Added vocless data photo
1 parent 40777ad commit 2cdcbe7

42 files changed

Lines changed: 790 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Device Configuration
2+
3+
To connect and send data, we need to configure both the **device** and the **network server**.
4+
5+
First, let's configure the device and gather the necessary information for the network server. To add a device to the network server and receive data from it, you'll need these device parameters:
6+
7+
* **Device EUI (DevEUI)**: The unique device identifier. You'll find this on a sticker on the back of your sensor.
8+
* **Application EUI (JoinEUI)**: The application identifier.
9+
* **Application Key (AppKey)**: The application key used to authenticate the device.
10+
11+
The AppKey and JoinEUI are unique to each customer and are sent individually after your sensors are shipped or received.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Device Configuration
2+
3+
To connect and send data, we need to configure both the **device** and the **network server**.
4+
5+
First, let's configure the device and gather the necessary information for the network server. To add a device to the network server and receive data from it, you'll need these device parameters:
6+
7+
* **Device EUI (DevEUI)**: The unique device identifier. You'll find this on a sticker on the back of your sensor.
8+
* **Application EUI (JoinEUI)**: The application identifier.
9+
* **Application Key (AppKey)**: The application key used to authenticate the device.
10+
11+
The AppKey and JoinEUI are unique to each customer and are sent individually after your sensors are shipped or received.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Device Configuration
2+
3+
To connect and send data, we need to configure both the **device** and the **network server**.
4+
5+
First, let's configure the device and gather the necessary information for the network server. To add a device to the network server and receive data from it, you'll need these device parameters:
6+
7+
* **Device EUI (DevEUI)**: The unique device identifier. You'll find this on a sticker on the back of your sensor.
8+
* **Application EUI (JoinEUI)**: The application identifier.
9+
* **Application Key (AppKey)**: The application key used to authenticate the device.
10+
11+
The AppKey and JoinEUI are unique to each customer and are sent individually after your sensors are shipped or received.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Device Configuration
2+
3+
To connect and send data, we need to configure both the **device** and the **network server**.
4+
5+
First, let's configure the device and gather the necessary information for the network server. To add a device to the network server and receive data from it, you'll need these device parameters:
6+
7+
* **Device EUI (DevEUI)**: The unique device identifier. You'll find this on a sticker on the back of your sensor.
8+
* **Application EUI (JoinEUI)**: The application identifier.
9+
* **Application Key (AppKey)**: The application key used to authenticate the device.
10+
11+
The AppKey and JoinEUI are unique to each customer and are sent individually after your sensors are shipped or received.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Device Configuration
2+
3+
To connect and send data, we need to configure both the **device** and the **network server**.
4+
5+
First, let's configure the device and gather the necessary information for the network server. To add a device to the network server and receive data from it, you'll need these device parameters:
6+
7+
* **Device EUI (DevEUI)**: The unique device identifier. You'll find this on a sticker on the back of your sensor.
8+
* **Application EUI (JoinEUI)**: The application identifier.
9+
* **Application Key (AppKey)**: The application key used to authenticate the device.
10+
11+
The AppKey and JoinEUI are unique to each customer and are sent individually after your sensors are shipped or received.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Device Configuration
2+
3+
To connect and send data, we need to configure both the **device** and the **network server**.
4+
5+
First, let's configure the device and gather the necessary information for the network server. To add a device to the network server and receive data from it, you'll need these device parameters:
6+
7+
* **Device EUI (DevEUI)**: The unique device identifier. You'll find this on a sticker on the back of your sensor.
8+
* **Application EUI (JoinEUI)**: The application identifier.
9+
* **Application Key (AppKey)**: The application key used to authenticate the device.
10+
11+
The AppKey and JoinEUI are unique to each customer and are sent individually after your sensors are shipped or received.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
{% assign deviceName = page.title | remove: "How to connect " | remove: "to ThingsBoard?" %}
3+
{% assign deviceVendorLink = "https://nanosensorics.com/ampsense/" %}
4+
{% assign thingsboardHost = "https://" | append: hostName %}
5+
{% assign prerequisites = '
6+
- <a href="' | append: deviceVendorLink | append: '" target="_blank">' | append: deviceName | append: '</a>
7+
- LoRaWAN® gateway (in our case [UG56 LoRaWAN® Gateway](/docs/pe/devices-library/ug56-lorawan-gateway/){:target="_blank"})
8+
- Configured integration on networks server and ThingsBoard
9+
- [Network Server account](#device-connection)
10+
'
11+
%}
12+
13+
## Introduction
14+
15+
![{{deviceName}}](/images/devices-library/{{page.deviceImageFileName}}){: style="float: left; max-width: 200px; max-height: 200px; margin: 0px 10px 0px 0px"}
16+
[AmpSense Smart current Sensor]({{deviceVendorLink}}){: target="_blank"} The AmpSense is advanced technology indoor sensor applied for the full sensing of the electric current magnitude through easily installed, split core and non-invasive current transformers and used indoors. The integrated advanced intelligent computational AI algorithm enables reliable capability of the measurement the magnitude.
17+
18+
{% assign feature = "Platform Integrations" %}{% include templates/pe-feature-banner.md %}
19+
<br>
20+
21+
## Prerequisites
22+
23+
To continue with this guide we will need the following:
24+
{{ prerequisites }}
25+
- [ThingsBoard account]({{ thingsboardHost }}){: target="_blank"}
26+
27+
28+
## Device connection
29+
30+
{% if page.hasIntegrationDeviceConfiguration | downcase == "true"%}
31+
32+
{% assign articleFilename = page.name | replace: ".md", "" %}
33+
{% assign guideFilePath = "/docs/devices-library/blocks/ready-to-go-devices/" | append: articleFilename | append: "-configuration-block.md" %}
34+
35+
{% include {{ guideFilePath }} %}
36+
37+
{% endif %}
38+
39+
To configure the device we also need to add it to a network server, so select the network server your gateway is connected to:
40+
41+
{% assign targetIntegrationTypes = '
42+
ChirpStack,
43+
TheThingsStack,
44+
TheThingsIndustries,
45+
Loriot
46+
'%}
47+
48+
{% include /docs/devices-library/blocks/basic/thingsboard-add-lorawan-device-through-integration-block.liquid target-integration-types=targetIntegrationTypes %}
49+
50+
51+
## Check data on ThingsBoard
52+
53+
After the device is connected to the network server and ThingsBoard, you can check received and converted data on the platform for this device.
54+
55+
To do this, open **Entities** menu section and select **Devices**.
56+
Click on the device name to open the device details page.
57+
Go to the **Latest telemetry** tab to see the latest telemetry data received from the device.
58+
59+
![LoRaWAN device data](/images/devices-library/lorawan-ampsense-data.png)
60+
61+
62+
## Conclusion
63+
64+
{% include /docs/devices-library/blocks/basic/conclusion-block.md %}
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
{% assign deviceName = page.title | remove: "How to connect " | remove: "to ThingsBoard?" %}
3+
{% assign deviceVendorLink = "https://nanosensorics.com/carbonless/" %}
4+
{% assign thingsboardHost = "https://" | append: hostName %}
5+
{% assign prerequisites = '
6+
- <a href="' | append: deviceVendorLink | append: '" target="_blank">' | append: deviceName | append: '</a>
7+
- LoRaWAN® gateway (in our case [UG56 LoRaWAN® Gateway](/docs/pe/devices-library/ug56-lorawan-gateway/){:target="_blank"})
8+
- Configured integration on networks server and ThingsBoard
9+
- [Network Server account](#device-connection)
10+
'
11+
%}
12+
13+
## Introduction
14+
15+
![{{deviceName}}](/images/devices-library/{{page.deviceImageFileName}}){: style="float: left; max-width: 200px; max-height: 200px; margin: 0px 10px 0px 0px"}
16+
[Carbonless CO2 temperature and humidity Sensor]({{deviceVendorLink}}){: target="_blank"} The CARBONLESS is advanced technology indoor sensor applied for the full sensing of the ambient environmental conditions. The integrated advanced intelligent computational AI algorithm enables reliable capability of the measurement the magnitude of the CO2, temperature and humidity.
17+
18+
{% assign feature = "Platform Integrations" %}{% include templates/pe-feature-banner.md %}
19+
<br>
20+
21+
## Prerequisites
22+
23+
To continue with this guide we will need the following:
24+
{{ prerequisites }}
25+
- [ThingsBoard account]({{ thingsboardHost }}){: target="_blank"}
26+
27+
28+
## Device connection
29+
30+
{% if page.hasIntegrationDeviceConfiguration | downcase == "true"%}
31+
32+
{% assign articleFilename = page.name | replace: ".md", "" %}
33+
{% assign guideFilePath = "/docs/devices-library/blocks/ready-to-go-devices/" | append: articleFilename | append: "-configuration-block.md" %}
34+
35+
{% include {{ guideFilePath }} %}
36+
37+
{% endif %}
38+
39+
To configure the device we also need to add it to a network server, so select the network server your gateway is connected to:
40+
41+
{% assign targetIntegrationTypes = '
42+
ChirpStack,
43+
TheThingsStack,
44+
TheThingsIndustries,
45+
Loriot
46+
'%}
47+
48+
{% include /docs/devices-library/blocks/basic/thingsboard-add-lorawan-device-through-integration-block.liquid target-integration-types=targetIntegrationTypes %}
49+
50+
51+
## Check data on ThingsBoard
52+
53+
After the device is connected to the network server and ThingsBoard, you can check received and converted data on the platform for this device.
54+
55+
To do this, open **Entities** menu section and select **Devices**.
56+
Click on the device name to open the device details page.
57+
Go to the **Latest telemetry** tab to see the latest telemetry data received from the device.
58+
59+
![LoRaWAN device data](/images/devices-library/lorawan-carbonless-data.png)
60+
61+
62+
## Conclusion
63+
64+
{% include /docs/devices-library/blocks/basic/conclusion-block.md %}
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
2+
{% assign deviceName = page.title | remove: "How to connect " | remove: "to ThingsBoard?" %}
3+
{% assign deviceVendorLink = "https://nanosensorics.com/temphu/" %}
4+
{% assign thingsboardHost = "https://" | append: hostName %}
5+
{% assign prerequisites = '
6+
- <a href="' | append: deviceVendorLink | append: '" target="_blank">' | append: deviceName | append: '</a>
7+
- LoRaWAN® gateway (in our case [UG56 LoRaWAN® Gateway](/docs/pe/devices-library/ug56-lorawan-gateway/){:target="_blank"})
8+
- Configured integration on networks server and ThingsBoard
9+
- [Network Server account](#device-connection)
10+
'
11+
%}
12+
13+
## Introduction
14+
15+
![{{deviceName}}](/images/devices-library/{{page.deviceImageFileName}}){: style="float: left; max-width: 200px; max-height: 200px; margin: 0px 10px 0px 0px"}
16+
[TempHu Temperature and Humidity Sensor]({{deviceVendorLink}}){: target="_blank"} TempHu is advanced technology indoor sensor applied for the full sensing of
17+
the temperature and humidity. TempHu is enclosed in a room sensor box and is
18+
designed to be wall mounted. TempHu is completely wireless and powered by 3.6V AA
19+
lithium batteries. The integrated advanced intelligent (AI) computational algorithm
20+
enables reliable capability of the measurement the magnitude of the temperature,
21+
humidity. The data transmitted from the sensor is based on Class A LoRaWAN® wireless
22+
network.
23+
24+
{% assign feature = "Platform Integrations" %}{% include templates/pe-feature-banner.md %}
25+
<br>
26+
27+
## Prerequisites
28+
29+
To continue with this guide we will need the following:
30+
{{ prerequisites }}
31+
- [ThingsBoard account]({{ thingsboardHost }}){: target="_blank"}
32+
33+
34+
## Device connection
35+
36+
{% if page.hasIntegrationDeviceConfiguration | downcase == "true"%}
37+
38+
{% assign articleFilename = page.name | replace: ".md", "" %}
39+
{% assign guideFilePath = "/docs/devices-library/blocks/ready-to-go-devices/" | append: articleFilename | append: "-configuration-block.md" %}
40+
41+
{% include {{ guideFilePath }} %}
42+
43+
{% endif %}
44+
45+
To configure the device we also need to add it to a network server, so select the network server your gateway is connected to:
46+
47+
{% assign targetIntegrationTypes = '
48+
ChirpStack,
49+
TheThingsStack,
50+
TheThingsIndustries,
51+
Loriot
52+
'%}
53+
54+
{% include /docs/devices-library/blocks/basic/thingsboard-add-lorawan-device-through-integration-block.liquid target-integration-types=targetIntegrationTypes %}
55+
56+
57+
## Check data on ThingsBoard
58+
59+
After the device is connected to the network server and ThingsBoard, you can check received and converted data on the platform for this device.
60+
61+
To do this, open **Entities** menu section and select **Devices**.
62+
Click on the device name to open the device details page.
63+
Go to the **Latest telemetry** tab to see the latest telemetry data received from the device.
64+
65+
![LoRaWAN device data](/images/devices-library/lorawan-temphu-data.png)
66+
67+
68+
## Conclusion
69+
70+
{% include /docs/devices-library/blocks/basic/conclusion-block.md %}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
2+
{% assign deviceName = page.title | remove: "How to connect " | remove: "to ThingsBoard?" %}
3+
{% assign deviceVendorLink = "https://nanosensorics.com/vapeless/" %}
4+
{% assign thingsboardHost = "https://" | append: hostName %}
5+
{% assign prerequisites = '
6+
- <a href="' | append: deviceVendorLink | append: '" target="_blank">' | append: deviceName | append: '</a>
7+
- LoRaWAN® gateway (in our case [UG56 LoRaWAN® Gateway](/docs/pe/devices-library/ug56-lorawan-gateway/){:target="_blank"})
8+
- Configured integration on networks server and ThingsBoard
9+
- [Network Server account](#device-connection)
10+
'
11+
%}
12+
13+
## Introduction
14+
15+
![{{deviceName}}](/images/devices-library/{{page.deviceImageFileName}}){: style="float: left; max-width: 200px; max-height: 200px; margin: 0px 10px 0px 0px"}
16+
[Vapeless Gas detection indoor Sensor]({{deviceVendorLink}}){: target="_blank"} The VAPELESS is advanced technology gas detection indoor sensor applied
17+
for the full sensing of the Vaping gases exhaust by the electronic cigarettes
18+
together with environment temperature and humidity. VAPELESS enclosed
19+
in a room sensor box and designed to be wall mounted. VAPELESS is
20+
powered 5V DC voltage and is enclosed with 3.6 V batteries for the feeding
21+
LoRaWAN infrastructure in the sensor.
22+
23+
{% assign feature = "Platform Integrations" %}{% include templates/pe-feature-banner.md %}
24+
<br>
25+
26+
## Prerequisites
27+
28+
To continue with this guide we will need the following:
29+
{{ prerequisites }}
30+
- [ThingsBoard account]({{ thingsboardHost }}){: target="_blank"}
31+
32+
33+
## Device connection
34+
35+
{% if page.hasIntegrationDeviceConfiguration | downcase == "true"%}
36+
37+
{% assign articleFilename = page.name | replace: ".md", "" %}
38+
{% assign guideFilePath = "/docs/devices-library/blocks/ready-to-go-devices/" | append: articleFilename | append: "-configuration-block.md" %}
39+
40+
{% include {{ guideFilePath }} %}
41+
42+
{% endif %}
43+
44+
To configure the device we also need to add it to a network server, so select the network server your gateway is connected to:
45+
46+
{% assign targetIntegrationTypes = '
47+
ChirpStack,
48+
TheThingsStack,
49+
TheThingsIndustries,
50+
Loriot
51+
'%}
52+
53+
{% include /docs/devices-library/blocks/basic/thingsboard-add-lorawan-device-through-integration-block.liquid target-integration-types=targetIntegrationTypes %}
54+
55+
56+
## Check data on ThingsBoard
57+
58+
After the device is connected to the network server and ThingsBoard, you can check received and converted data on the platform for this device.
59+
60+
To do this, open **Entities** menu section and select **Devices**.
61+
Click on the device name to open the device details page.
62+
Go to the **Latest telemetry** tab to see the latest telemetry data received from the device.
63+
64+
![LoRaWAN device data](/images/devices-library/lorawan-vapeless-data.png)
65+
66+
67+
## Conclusion
68+
69+
{% include /docs/devices-library/blocks/basic/conclusion-block.md %}

0 commit comments

Comments
 (0)