<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.nemeus.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Grn</id>
		<title>nemeuswiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nemeus.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Grn"/>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php/Special:Contributions/Grn"/>
		<updated>2026-05-21T17:46:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=92</id>
		<title>NIS-UL UltraSonic Sensor</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=92"/>
				<updated>2017-06-01T10:54:08Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sensors]]&lt;br /&gt;
[[File:MS006-overview.jpeg|thumb|400px|Ultrasonic sensor]]&lt;br /&gt;
&lt;br /&gt;
= General information =&lt;br /&gt;
{{:MSxxx Overview}}&lt;br /&gt;
&lt;br /&gt;
= Mechanics =&lt;br /&gt;
* Dimensions 60 x 95 x 85mm (109mm including fixing brackets)&lt;br /&gt;
* 96mm spacing between brackets&lt;br /&gt;
* IP 65&lt;br /&gt;
* Solid ABS &amp;amp; PC material&lt;br /&gt;
&lt;br /&gt;
= WARNING =&lt;br /&gt;
This sensor is not designed for critical purposes.&lt;br /&gt;
It should never be used in an application where a malfunction of the device could cause personal injury. &lt;br /&gt;
Due to ultrasonic physics, we can not guarantee 100% reliability at close distances.&lt;br /&gt;
&lt;br /&gt;
= Ultrasonic sensor properties =&lt;br /&gt;
Default configuration allows target detection until 6 meters.&lt;br /&gt;
&lt;br /&gt;
Objects from 0cm to 20cm range as 20cm or closer.&lt;br /&gt;
&lt;br /&gt;
The acoustic detection pattern has an angle of 7°. &lt;br /&gt;
The  geometry of the detection pattern depends mainly on the size, orientation, and acoustic properties of the target, but also on the atmospheric pressure, temperature and humidity.&lt;br /&gt;
&lt;br /&gt;
Each sensor is factory calibrated to unify results between sensors. &lt;br /&gt;
&lt;br /&gt;
= Magnetic Switch Protocol description =&lt;br /&gt;
{{:MSxxx Generic Magnetic Switch Protocol}}&lt;br /&gt;
&lt;br /&gt;
= Radio frames description =&lt;br /&gt;
{{:MSxxx Generic Application Protocol}}&lt;br /&gt;
&lt;br /&gt;
== Uplink data Frame format ==&lt;br /&gt;
&lt;br /&gt;
The uplink payload contains multiple fields:&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Bit 7 is always to 1 because the mask is never extended on next byte. Least significant bit (bit 0) indicates the presence of &amp;lt;usonic_dist&amp;gt; field, bit 2 indicates the presence of &amp;lt;temp&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
if (mask.bit0 == 1) :&lt;br /&gt;
: &amp;lt;nb_meas&amp;gt;: 1 byte containing the number of distance measurements which follows.&lt;br /&gt;
: &amp;lt;usonic_dist&amp;gt;: 2 bytes containing the distance measured by the ultrasonic sensor in centimeters (1 to 600 cm).&lt;br /&gt;
if (mask.bit2 == 1) :&lt;br /&gt;
: &amp;lt;temp&amp;gt;: 1 byte containing the signed integer of the temperature &lt;br /&gt;
Thus the uplink frame format is &amp;lt;mask&amp;gt;&amp;lt;nb_meas&amp;gt;&amp;lt;usonic_dist&amp;gt;&amp;lt;temp&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples (in hexadecimal):&lt;br /&gt;
* “8502009700981f”: the frame indicates two measurements of 151cm and 152cm followed by a temperature of 31°C.&lt;br /&gt;
* “810100a0”: the frame indicates a single measurement of 160cm without temperature.&lt;br /&gt;
* “841e”: the frame indicates a temperature of 30°C.&lt;br /&gt;
* “fd02009c009c1cxxxxxxxxxxxx”: the frame indicates two measurements of 156cm and 156cm with a temperature of 28°C followed by private data.&lt;br /&gt;
&lt;br /&gt;
== Downlink Frame format ==&lt;br /&gt;
&lt;br /&gt;
The sensor configuration contains the following fields:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;up_frame_mask&amp;gt;: the mask identifying the different fields present in uplink frames (possible values are described in “Uplink data Frame format” section)&lt;br /&gt;
* &amp;lt;meas_period&amp;gt;: the period of the measures in seconds (possible values are [600..65535], default value is 14400 seconds =&amp;gt; one measure every 4 hours)&lt;br /&gt;
* &amp;lt;nb_meas_for_tx&amp;gt;: the number of measures required to trigger a transmission (possible values are [1..8], default values is 6 =&amp;gt; 6 measures are sent in one frame every day)&lt;br /&gt;
&lt;br /&gt;
It is possible to change the sensor configuration using the Nemeus downlink protocol. The downlink frame must be sent on the MS006 LoRaWAN port (8).&lt;br /&gt;
&lt;br /&gt;
The downlink frame has the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cmd&amp;gt;: 1 byte containing WRITE_CFG_CMD=0x02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Most significant bit (bit7) is always to 1 because the mask is never extended on next byte. Least significant bit (bit0) indicates the presence of &amp;lt;up_frame_mask&amp;gt; field, bit1 indicates the presence of &amp;lt;nb_meas_for_tx&amp;gt; and bit2 indicates the presence of &amp;lt;meas_period&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If (mask.bit0 == 1):&lt;br /&gt;
: &amp;lt;up_frame_mask&amp;gt;: 1 byte containing the uplink frame mask&lt;br /&gt;
If (mask.bit1 == 1):&lt;br /&gt;
: &amp;lt;nb_meas_for_tx&amp;gt;: 1 byte containing the number of measures required to trigger a transmission&lt;br /&gt;
If (mask.bit2 == 1):&lt;br /&gt;
: &amp;lt;meas_period&amp;gt;: 2 bytes in little endian (LSB first) containing the period of measures in seconds&lt;br /&gt;
&lt;br /&gt;
Thus the downlink frame format is &amp;lt;cmd&amp;gt;&amp;lt;mask&amp;gt;&amp;lt;up_frame_mask&amp;gt;&amp;lt;nb_meas_for_tx&amp;gt;&amp;lt;meas_period&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples in hexadecimal:&lt;br /&gt;
* “028181”: set the &amp;lt;up_frame_mask&amp;gt; to 0x81 =&amp;gt; the next uplink frames will include the &amp;lt;usonic_dist&amp;gt; field only (no &amp;lt;temp&amp;gt; field)&lt;br /&gt;
* “0286046054”: set &amp;lt;nb_meas_for_tx&amp;gt; to 4 and &amp;lt;meas_period&amp;gt; to 21600 seconds =&amp;gt; one measure every 6 hours and one transmission every 4 measures (every day). Each uplink frame will include 4 measures&lt;br /&gt;
&lt;br /&gt;
== Status Frame format ==&lt;br /&gt;
== Configuration Frame format ==&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=Category:Sensors&amp;diff=91</id>
		<title>Category:Sensors</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=Category:Sensors&amp;diff=91"/>
				<updated>2017-06-01T10:53:25Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Products]]&lt;br /&gt;
&lt;br /&gt;
'''Welcome on the wiki page of the Nemeus Sensors!'''&lt;br /&gt;
&lt;br /&gt;
Nemeus manufactures Standard and custom Sensors embedding technologies such as LoRa&amp;amp;#8482;, Sigfox&amp;amp;#8482;, Bluetooth...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MSxxx Sensors ==&lt;br /&gt;
&lt;br /&gt;
[[File:MSxxx generic box.jpeg|thumb|300px|Sensor box (generic version)]]&lt;br /&gt;
&lt;br /&gt;
The MSxxx is a family of long-range and low power wireless sensors operating in ISM unlicensed band. With interferers’ robustness and low power consumption, it is the best solution for applications requiring long range, maximum battery lifetime and secure radio link. This module integrates a Nemeus MM00x modules.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=90</id>
		<title>NIS-UL UltraSonic Sensor</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=90"/>
				<updated>2017-06-01T10:47:46Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sensors]]&lt;br /&gt;
[[File:MS006-overview.jpeg|thumb|300px|Ultrasonic sensor]]&lt;br /&gt;
&lt;br /&gt;
= General information =&lt;br /&gt;
{{:MSxxx Overview}}&lt;br /&gt;
&lt;br /&gt;
= Mechanics =&lt;br /&gt;
* Dimensions 60 x 95 x 85mm (109mm including fixing brackets)&lt;br /&gt;
* 96mm spacing between brackets&lt;br /&gt;
* IP 65&lt;br /&gt;
* Solid ABS &amp;amp; PC material&lt;br /&gt;
&lt;br /&gt;
= WARNING =&lt;br /&gt;
This sensor is not designed for critical purposes.&lt;br /&gt;
It should never be used in an application where a malfunction of the device could cause personal injury. &lt;br /&gt;
Due to ultrasonic physics, we can not guarantee 100% reliability at close distances.&lt;br /&gt;
&lt;br /&gt;
= Ultrasonic sensor properties =&lt;br /&gt;
Default configuration allows target detection until 6 meters.&lt;br /&gt;
&lt;br /&gt;
Objects from 0cm to 20cm range as 20cm or closer.&lt;br /&gt;
&lt;br /&gt;
The acoustic detection pattern has an angle of 7°. &lt;br /&gt;
The  geometry of the detection pattern depends mainly on the size, orientation, and acoustic properties of the target, but also on the atmospheric pressure, temperature and humidity.&lt;br /&gt;
&lt;br /&gt;
Each sensor is factory calibrated to unify results between sensors. &lt;br /&gt;
&lt;br /&gt;
= Magnetic Switch Protocol description =&lt;br /&gt;
{{:MSxxx Generic Magnetic Switch Protocol}}&lt;br /&gt;
&lt;br /&gt;
= Radio frames description =&lt;br /&gt;
{{:MSxxx Generic Application Protocol}}&lt;br /&gt;
&lt;br /&gt;
== Uplink data Frame format ==&lt;br /&gt;
&lt;br /&gt;
The uplink payload contains multiple fields:&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Bit 7 is always to 1 because the mask is never extended on next byte. Least significant bit (bit 0) indicates the presence of &amp;lt;usonic_dist&amp;gt; field, bit 2 indicates the presence of &amp;lt;temp&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
if (mask.bit0 == 1) :&lt;br /&gt;
: &amp;lt;nb_meas&amp;gt;: 1 byte containing the number of distance measurements which follows.&lt;br /&gt;
: &amp;lt;usonic_dist&amp;gt;: 2 bytes containing the distance measured by the ultrasonic sensor in centimeters (1 to 600 cm).&lt;br /&gt;
if (mask.bit2 == 1) :&lt;br /&gt;
: &amp;lt;temp&amp;gt;: 1 byte containing the signed integer of the temperature &lt;br /&gt;
Thus the uplink frame format is &amp;lt;mask&amp;gt;&amp;lt;nb_meas&amp;gt;&amp;lt;usonic_dist&amp;gt;&amp;lt;temp&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples (in hexadecimal):&lt;br /&gt;
* “8502009700981f”: the frame indicates two measurements of 151cm and 152cm followed by a temperature of 31°C.&lt;br /&gt;
* “810100a0”: the frame indicates a single measurement of 160cm without temperature.&lt;br /&gt;
* “841e”: the frame indicates a temperature of 30°C.&lt;br /&gt;
* “fd02009c009c1cxxxxxxxxxxxx”: the frame indicates two measurements of 156cm and 156cm with a temperature of 28°C followed by private data.&lt;br /&gt;
&lt;br /&gt;
== Downlink Frame format ==&lt;br /&gt;
&lt;br /&gt;
The sensor configuration contains the following fields:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;up_frame_mask&amp;gt;: the mask identifying the different fields present in uplink frames (possible values are described in “Uplink data Frame format” section)&lt;br /&gt;
* &amp;lt;meas_period&amp;gt;: the period of the measures in seconds (possible values are [600..65535], default value is 14400 seconds =&amp;gt; one measure every 4 hours)&lt;br /&gt;
* &amp;lt;nb_meas_for_tx&amp;gt;: the number of measures required to trigger a transmission (possible values are [1..8], default values is 6 =&amp;gt; 6 measures are sent in one frame every day)&lt;br /&gt;
&lt;br /&gt;
It is possible to change the sensor configuration using the Nemeus downlink protocol. The downlink frame must be sent on the MS006 LoRaWAN port (8).&lt;br /&gt;
&lt;br /&gt;
The downlink frame has the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cmd&amp;gt;: 1 byte containing WRITE_CFG_CMD=0x02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Most significant bit (bit7) is always to 1 because the mask is never extended on next byte. Least significant bit (bit0) indicates the presence of &amp;lt;up_frame_mask&amp;gt; field, bit1 indicates the presence of &amp;lt;nb_meas_for_tx&amp;gt; and bit2 indicates the presence of &amp;lt;meas_period&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If (mask.bit0 == 1):&lt;br /&gt;
: &amp;lt;up_frame_mask&amp;gt;: 1 byte containing the uplink frame mask&lt;br /&gt;
If (mask.bit1 == 1):&lt;br /&gt;
: &amp;lt;nb_meas_for_tx&amp;gt;: 1 byte containing the number of measures required to trigger a transmission&lt;br /&gt;
If (mask.bit2 == 1):&lt;br /&gt;
: &amp;lt;meas_period&amp;gt;: 2 bytes in little endian (LSB first) containing the period of measures in seconds&lt;br /&gt;
&lt;br /&gt;
Thus the downlink frame format is &amp;lt;cmd&amp;gt;&amp;lt;mask&amp;gt;&amp;lt;up_frame_mask&amp;gt;&amp;lt;nb_meas_for_tx&amp;gt;&amp;lt;meas_period&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples in hexadecimal:&lt;br /&gt;
* “028181”: set the &amp;lt;up_frame_mask&amp;gt; to 0x81 =&amp;gt; the next uplink frames will include the &amp;lt;usonic_dist&amp;gt; field only (no &amp;lt;temp&amp;gt; field)&lt;br /&gt;
* “0286046054”: set &amp;lt;nb_meas_for_tx&amp;gt; to 4 and &amp;lt;meas_period&amp;gt; to 21600 seconds =&amp;gt; one measure every 6 hours and one transmission every 4 measures (every day). Each uplink frame will include 4 measures&lt;br /&gt;
&lt;br /&gt;
== Status Frame format ==&lt;br /&gt;
== Configuration Frame format ==&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=File:MS006-overview.jpeg&amp;diff=89</id>
		<title>File:MS006-overview.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=File:MS006-overview.jpeg&amp;diff=89"/>
				<updated>2017-06-01T10:46:54Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=88</id>
		<title>NIS-UL UltraSonic Sensor</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=88"/>
				<updated>2017-06-01T10:45:46Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sensors]]&lt;br /&gt;
[[File:MSxxx_generic_box.jpeg|thumb|300px|sensor box (Generic version)]]&lt;br /&gt;
&lt;br /&gt;
= General information =&lt;br /&gt;
{{:MSxxx Overview}}&lt;br /&gt;
&lt;br /&gt;
= Mechanics =&lt;br /&gt;
* Dimensions 60 x 95 x 85mm (109mm including fixing brackets)&lt;br /&gt;
* 96mm spacing between brackets&lt;br /&gt;
* IP 65&lt;br /&gt;
* Solid ABS &amp;amp; PC material&lt;br /&gt;
&lt;br /&gt;
= WARNING =&lt;br /&gt;
This sensor is not designed for critical purposes.&lt;br /&gt;
It should never be used in an application where a malfunction of the device could cause personal injury. &lt;br /&gt;
Due to ultrasonic physics, we can not guarantee 100% reliability at close distances.&lt;br /&gt;
&lt;br /&gt;
= Ultrasonic sensor properties =&lt;br /&gt;
Default configuration allows target detection until 6 meters.&lt;br /&gt;
&lt;br /&gt;
Objects from 0cm to 20cm range as 20cm or closer.&lt;br /&gt;
&lt;br /&gt;
The acoustic detection pattern has an angle of 7°. &lt;br /&gt;
The  geometry of the detection pattern depends mainly on the size, orientation, and acoustic properties of the target, but also on the atmospheric pressure, temperature and humidity.&lt;br /&gt;
&lt;br /&gt;
Each sensor is factory calibrated to unify results between sensors. &lt;br /&gt;
&lt;br /&gt;
= Magnetic Switch Protocol description =&lt;br /&gt;
{{:MSxxx Generic Magnetic Switch Protocol}}&lt;br /&gt;
&lt;br /&gt;
= Radio frames description =&lt;br /&gt;
{{:MSxxx Generic Application Protocol}}&lt;br /&gt;
&lt;br /&gt;
== Uplink data Frame format ==&lt;br /&gt;
&lt;br /&gt;
The uplink payload contains multiple fields:&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Bit 7 is always to 1 because the mask is never extended on next byte. Least significant bit (bit 0) indicates the presence of &amp;lt;usonic_dist&amp;gt; field, bit 2 indicates the presence of &amp;lt;temp&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
if (mask.bit0 == 1) :&lt;br /&gt;
: &amp;lt;nb_meas&amp;gt;: 1 byte containing the number of distance measurements which follows.&lt;br /&gt;
: &amp;lt;usonic_dist&amp;gt;: 2 bytes containing the distance measured by the ultrasonic sensor in centimeters (1 to 600 cm).&lt;br /&gt;
if (mask.bit2 == 1) :&lt;br /&gt;
: &amp;lt;temp&amp;gt;: 1 byte containing the signed integer of the temperature &lt;br /&gt;
Thus the uplink frame format is &amp;lt;mask&amp;gt;&amp;lt;nb_meas&amp;gt;&amp;lt;usonic_dist&amp;gt;&amp;lt;temp&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples (in hexadecimal):&lt;br /&gt;
* “8502009700981f”: the frame indicates two measurements of 151cm and 152cm followed by a temperature of 31°C.&lt;br /&gt;
* “810100a0”: the frame indicates a single measurement of 160cm without temperature.&lt;br /&gt;
* “841e”: the frame indicates a temperature of 30°C.&lt;br /&gt;
* “fd02009c009c1cxxxxxxxxxxxx”: the frame indicates two measurements of 156cm and 156cm with a temperature of 28°C followed by private data.&lt;br /&gt;
&lt;br /&gt;
== Downlink Frame format ==&lt;br /&gt;
&lt;br /&gt;
The sensor configuration contains the following fields:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;up_frame_mask&amp;gt;: the mask identifying the different fields present in uplink frames (possible values are described in “Uplink data Frame format” section)&lt;br /&gt;
* &amp;lt;meas_period&amp;gt;: the period of the measures in seconds (possible values are [600..65535], default value is 14400 seconds =&amp;gt; one measure every 4 hours)&lt;br /&gt;
* &amp;lt;nb_meas_for_tx&amp;gt;: the number of measures required to trigger a transmission (possible values are [1..8], default values is 6 =&amp;gt; 6 measures are sent in one frame every day)&lt;br /&gt;
&lt;br /&gt;
It is possible to change the sensor configuration using the Nemeus downlink protocol. The downlink frame must be sent on the MS006 LoRaWAN port (8).&lt;br /&gt;
&lt;br /&gt;
The downlink frame has the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cmd&amp;gt;: 1 byte containing WRITE_CFG_CMD=0x02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Most significant bit (bit7) is always to 1 because the mask is never extended on next byte. Least significant bit (bit0) indicates the presence of &amp;lt;up_frame_mask&amp;gt; field, bit1 indicates the presence of &amp;lt;nb_meas_for_tx&amp;gt; and bit2 indicates the presence of &amp;lt;meas_period&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If (mask.bit0 == 1):&lt;br /&gt;
: &amp;lt;up_frame_mask&amp;gt;: 1 byte containing the uplink frame mask&lt;br /&gt;
If (mask.bit1 == 1):&lt;br /&gt;
: &amp;lt;nb_meas_for_tx&amp;gt;: 1 byte containing the number of measures required to trigger a transmission&lt;br /&gt;
If (mask.bit2 == 1):&lt;br /&gt;
: &amp;lt;meas_period&amp;gt;: 2 bytes in little endian (LSB first) containing the period of measures in seconds&lt;br /&gt;
&lt;br /&gt;
Thus the downlink frame format is &amp;lt;cmd&amp;gt;&amp;lt;mask&amp;gt;&amp;lt;up_frame_mask&amp;gt;&amp;lt;nb_meas_for_tx&amp;gt;&amp;lt;meas_period&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples in hexadecimal:&lt;br /&gt;
* “028181”: set the &amp;lt;up_frame_mask&amp;gt; to 0x81 =&amp;gt; the next uplink frames will include the &amp;lt;usonic_dist&amp;gt; field only (no &amp;lt;temp&amp;gt; field)&lt;br /&gt;
* “0286046054”: set &amp;lt;nb_meas_for_tx&amp;gt; to 4 and &amp;lt;meas_period&amp;gt; to 21600 seconds =&amp;gt; one measure every 6 hours and one transmission every 4 measures (every day). Each uplink frame will include 4 measures&lt;br /&gt;
&lt;br /&gt;
== Status Frame format ==&lt;br /&gt;
== Configuration Frame format ==&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=87</id>
		<title>NIS Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=87"/>
				<updated>2017-06-01T10:40:27Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
;LoRa™ WAN 1.0.2 EU Class A &amp;amp; C&lt;br /&gt;
: Activation by Personalization (ABP)&lt;br /&gt;
: Over-The-Air Activation (OTAA)&lt;br /&gt;
;SIGFOX™ ready&lt;br /&gt;
;Fully certified on major LoraWan &amp;amp; Sigfox networks&lt;br /&gt;
;Easy to use and deploy&lt;br /&gt;
;3.6V / 2200mAh Primary battery Li-SOCl2 embedded&lt;br /&gt;
;Magnetic switch and LED to ease the installation &lt;br /&gt;
;RoHS conform / Pre-Certified ETSI EN 300-220 / RED compliance under certification&lt;br /&gt;
&lt;br /&gt;
=== RF Performance ===&lt;br /&gt;
* TX Power 14 dBm (25 mW)&lt;br /&gt;
* RX Sensitivity -137 dBm&lt;br /&gt;
* Approx. 10 km range&lt;br /&gt;
* Integrated PCB antenna &lt;br /&gt;
&lt;br /&gt;
=== Environment ===&lt;br /&gt;
* Operating temperature -25°C to +60°C&lt;br /&gt;
* Storage temperature -40°C to 85°C&lt;br /&gt;
* Rel. humidity 0% to 95% (not condensing)&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
* External antenna&lt;br /&gt;
* SDK for your SW development purposes&lt;br /&gt;
* 10-30V external power supply&lt;br /&gt;
* Compatible with the NEMEUS PicoGateway for private networks&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
By using the internal antenna, the position of the sensor is critical.&lt;br /&gt;
&lt;br /&gt;
Install your product as high as possible, and prefer unobstructed area (concrete and metal are the worst materials).&lt;br /&gt;
&lt;br /&gt;
If you cannot fulfill these conditions, it is still possible to use an optional external antenna.&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=86</id>
		<title>NIS-UL UltraSonic Sensor</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS-UL_UltraSonic_Sensor&amp;diff=86"/>
				<updated>2017-06-01T10:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sensors]]&lt;br /&gt;
= General information =&lt;br /&gt;
{{:MSxxx Overview}}&lt;br /&gt;
&lt;br /&gt;
= Mechanics =&lt;br /&gt;
&lt;br /&gt;
* Dimensions 60 x 95 x 85mm (109mm including fixing brackets)&lt;br /&gt;
* 96mm spacing between brackets&lt;br /&gt;
* IP 65&lt;br /&gt;
* Solid ABS &amp;amp; PC material&lt;br /&gt;
&lt;br /&gt;
= WARNING =&lt;br /&gt;
This sensor is not designed for critical purposes.&lt;br /&gt;
It should never be used in an application where a malfunction of the device could cause personal injury. &lt;br /&gt;
Due to ultrasonic physics, we can not guarantee 100% reliability at close distances.&lt;br /&gt;
&lt;br /&gt;
= Ultrasonic sensor properties =&lt;br /&gt;
Default configuration allows target detection until 6 meters.&lt;br /&gt;
&lt;br /&gt;
Objects from 0cm to 20cm range as 20cm or closer.&lt;br /&gt;
&lt;br /&gt;
The acoustic detection pattern has an angle of 7°. &lt;br /&gt;
The  geometry of the detection pattern depends mainly on the size, orientation, and acoustic properties of the target, but also on the atmospheric pressure, temperature and humidity.&lt;br /&gt;
&lt;br /&gt;
Each sensor is factory calibrated to unify results between sensors. &lt;br /&gt;
&lt;br /&gt;
= Magnetic Switch Protocol description =&lt;br /&gt;
{{:MSxxx Generic Magnetic Switch Protocol}}&lt;br /&gt;
&lt;br /&gt;
= Radio frames description =&lt;br /&gt;
{{:MSxxx Generic Application Protocol}}&lt;br /&gt;
&lt;br /&gt;
== Uplink data Frame format ==&lt;br /&gt;
&lt;br /&gt;
The uplink payload contains multiple fields:&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Bit 7 is always to 1 because the mask is never extended on next byte. Least significant bit (bit 0) indicates the presence of &amp;lt;usonic_dist&amp;gt; field, bit 2 indicates the presence of &amp;lt;temp&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
if (mask.bit0 == 1) :&lt;br /&gt;
: &amp;lt;nb_meas&amp;gt;: 1 byte containing the number of distance measurements which follows.&lt;br /&gt;
: &amp;lt;usonic_dist&amp;gt;: 2 bytes containing the distance measured by the ultrasonic sensor in centimeters (1 to 600 cm).&lt;br /&gt;
if (mask.bit2 == 1) :&lt;br /&gt;
: &amp;lt;temp&amp;gt;: 1 byte containing the signed integer of the temperature &lt;br /&gt;
Thus the uplink frame format is &amp;lt;mask&amp;gt;&amp;lt;nb_meas&amp;gt;&amp;lt;usonic_dist&amp;gt;&amp;lt;temp&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples (in hexadecimal):&lt;br /&gt;
* “8502009700981f”: the frame indicates two measurements of 151cm and 152cm followed by a temperature of 31°C.&lt;br /&gt;
* “810100a0”: the frame indicates a single measurement of 160cm without temperature.&lt;br /&gt;
* “841e”: the frame indicates a temperature of 30°C.&lt;br /&gt;
* “fd02009c009c1cxxxxxxxxxxxx”: the frame indicates two measurements of 156cm and 156cm with a temperature of 28°C followed by private data.&lt;br /&gt;
&lt;br /&gt;
== Downlink Frame format ==&lt;br /&gt;
&lt;br /&gt;
The sensor configuration contains the following fields:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;up_frame_mask&amp;gt;: the mask identifying the different fields present in uplink frames (possible values are described in “Uplink data Frame format” section)&lt;br /&gt;
* &amp;lt;meas_period&amp;gt;: the period of the measures in seconds (possible values are [600..65535], default value is 14400 seconds =&amp;gt; one measure every 4 hours)&lt;br /&gt;
* &amp;lt;nb_meas_for_tx&amp;gt;: the number of measures required to trigger a transmission (possible values are [1..8], default values is 6 =&amp;gt; 6 measures are sent in one frame every day)&lt;br /&gt;
&lt;br /&gt;
It is possible to change the sensor configuration using the Nemeus downlink protocol. The downlink frame must be sent on the MS006 LoRaWAN port (8).&lt;br /&gt;
&lt;br /&gt;
The downlink frame has the following format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cmd&amp;gt;: 1 byte containing WRITE_CFG_CMD=0x02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mask&amp;gt;: bit field on 1 byte indicating the presence of other fields. Most significant bit (bit7) is always to 1 because the mask is never extended on next byte. Least significant bit (bit0) indicates the presence of &amp;lt;up_frame_mask&amp;gt; field, bit1 indicates the presence of &amp;lt;nb_meas_for_tx&amp;gt; and bit2 indicates the presence of &amp;lt;meas_period&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If (mask.bit0 == 1):&lt;br /&gt;
: &amp;lt;up_frame_mask&amp;gt;: 1 byte containing the uplink frame mask&lt;br /&gt;
If (mask.bit1 == 1):&lt;br /&gt;
: &amp;lt;nb_meas_for_tx&amp;gt;: 1 byte containing the number of measures required to trigger a transmission&lt;br /&gt;
If (mask.bit2 == 1):&lt;br /&gt;
: &amp;lt;meas_period&amp;gt;: 2 bytes in little endian (LSB first) containing the period of measures in seconds&lt;br /&gt;
&lt;br /&gt;
Thus the downlink frame format is &amp;lt;cmd&amp;gt;&amp;lt;mask&amp;gt;&amp;lt;up_frame_mask&amp;gt;&amp;lt;nb_meas_for_tx&amp;gt;&amp;lt;meas_period&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some examples in hexadecimal:&lt;br /&gt;
* “028181”: set the &amp;lt;up_frame_mask&amp;gt; to 0x81 =&amp;gt; the next uplink frames will include the &amp;lt;usonic_dist&amp;gt; field only (no &amp;lt;temp&amp;gt; field)&lt;br /&gt;
* “0286046054”: set &amp;lt;nb_meas_for_tx&amp;gt; to 4 and &amp;lt;meas_period&amp;gt; to 21600 seconds =&amp;gt; one measure every 6 hours and one transmission every 4 measures (every day). Each uplink frame will include 4 measures&lt;br /&gt;
&lt;br /&gt;
== Status Frame format ==&lt;br /&gt;
== Configuration Frame format ==&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=85</id>
		<title>NIS Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=85"/>
				<updated>2017-06-01T10:37:35Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:MSxxx_generic_box.jpeg|thumb|300px|sensor box (Generic version)]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
;LoRa™ WAN 1.0.2 EU Class A &amp;amp; C&lt;br /&gt;
: Activation by Personalization (ABP)&lt;br /&gt;
: Over-The-Air Activation (OTAA)&lt;br /&gt;
;SIGFOX™ ready&lt;br /&gt;
;Fully certified on major LoraWan &amp;amp; Sigfox networks&lt;br /&gt;
;Easy to use and deploy&lt;br /&gt;
;3.6V / 2200mAh Primary battery Li-SOCl2 embedded&lt;br /&gt;
;Magnetic switch and LED to ease the installation &lt;br /&gt;
;RoHS conform / Pre-Certified ETSI EN 300-220 / RED compliance under certification&lt;br /&gt;
&lt;br /&gt;
=== RF Performance ===&lt;br /&gt;
* TX Power 14 dBm (25 mW)&lt;br /&gt;
* RX Sensitivity -137 dBm&lt;br /&gt;
* Approx. 10 km range&lt;br /&gt;
* Integrated PCB antenna &lt;br /&gt;
&lt;br /&gt;
=== Environment ===&lt;br /&gt;
* Operating temperature -25°C to +60°C&lt;br /&gt;
* Storage temperature -40°C to 85°C&lt;br /&gt;
* Rel. humidity 0% to 95% (not condensing)&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
* External antenna&lt;br /&gt;
* SDK for your SW development purposes&lt;br /&gt;
* 10-30V external power supply&lt;br /&gt;
* Compatible with the NEMEUS PicoGateway for private networks&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
By using the internal antenna, the position of the sensor is critical.&lt;br /&gt;
&lt;br /&gt;
Install your product as high as possible, and prefer unobstructed area (concrete and metal are the worst materials).&lt;br /&gt;
&lt;br /&gt;
If you cannot fulfill these conditions, it is still possible to use an optional external antenna.&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=Category:Sensors&amp;diff=84</id>
		<title>Category:Sensors</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=Category:Sensors&amp;diff=84"/>
				<updated>2017-06-01T10:34:49Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Products]]&lt;br /&gt;
&lt;br /&gt;
'''Welcome on the wiki page of the Nemeus Sensors!'''&lt;br /&gt;
&lt;br /&gt;
Nemeus manufactures Standard and custom Sensors embedding technologies such as LoRa&amp;amp;#8482;, Sigfox&amp;amp;#8482;, Bluetooth...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MSxxx Sensors ==&lt;br /&gt;
&lt;br /&gt;
The MSxxx is a family of long-range and low power wireless sensors operating in ISM unlicensed band. With interferers’ robustness and low power consumption, it is the best solution for applications requiring long range, maximum battery lifetime and secure radio link. This module integrates a Nemeus MM00x modules.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=83</id>
		<title>NIS Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=83"/>
				<updated>2017-06-01T10:09:01Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:MSxxx_generic_box.jpeg|thumb|300px|sensor box (Generic version)]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
;LoRa™ WAN 1.0.2 EU Class A &amp;amp; C&lt;br /&gt;
: Activation by Personalization (ABP)&lt;br /&gt;
: Over-The-Air Activation (OTAA)&lt;br /&gt;
;SIGFOX™ ready&lt;br /&gt;
;Fully certified on major LoraWan &amp;amp; Sigfox networks&lt;br /&gt;
;Easy to use and deploy&lt;br /&gt;
;3.6V / 2200mAh Primary battery Li-SOCl2 embedded&lt;br /&gt;
;Magnetic switch and LED to ease the installation &lt;br /&gt;
;RoHS conform / Pre-Certified ETSI EN 300-220 / RED compliance under certification&lt;br /&gt;
&lt;br /&gt;
=== RF Performance ===&lt;br /&gt;
* TX Power 14 dBm (25 mW)&lt;br /&gt;
* RX Sensitivity -137 dBm&lt;br /&gt;
* Approx. 10 km range&lt;br /&gt;
* Integrated PCB antenna &lt;br /&gt;
&lt;br /&gt;
=== Mechanics ===&lt;br /&gt;
* Dimensions 60 x 33 x 85mm (109mm including fixing brackets)&lt;br /&gt;
* 96mm spacing between brackets&lt;br /&gt;
* IP 65&lt;br /&gt;
* Solid ABS &amp;amp; PC material&lt;br /&gt;
&lt;br /&gt;
=== Environment ===&lt;br /&gt;
* Operating temperature -25°C to +60°C&lt;br /&gt;
* Storage temperature -40°C to 85°C&lt;br /&gt;
* Rel. humidity 0% to 95% (not condensing)&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
* External antenna&lt;br /&gt;
* SDK for your SW development purposes&lt;br /&gt;
* 10-30V external power supply&lt;br /&gt;
* Compatible with the NEMEUS PicoGateway for private networks&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
By using the internal antenna, the position of the sensor is critical.&lt;br /&gt;
&lt;br /&gt;
Install your product as high as possible, and prefer unobstructed area (concrete and metal are the worst materials).&lt;br /&gt;
&lt;br /&gt;
If you cannot fulfill these conditions, it is still possible to use an optional external antenna.&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=82</id>
		<title>NIS Overview</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=NIS_Overview&amp;diff=82"/>
				<updated>2017-06-01T10:08:30Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:MSxxx_generic_box.jpeg|thumb|300px|sensor box (Generic version)]]&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
;LoRa™ WAN 1.0.2 EU Class A &amp;amp; C&lt;br /&gt;
: Activation by Personalization (ABP)&lt;br /&gt;
: Over-The-Air Activation (OTAA)&lt;br /&gt;
;SIGFOX™ ready&lt;br /&gt;
;Fully certified on major LoraWan &amp;amp; Sigfox networks&lt;br /&gt;
;Easy to use and deploy&lt;br /&gt;
;3.6V / 2200mAh Primary battery Li-SOCl2 embedded&lt;br /&gt;
;Magnetic switch and LED to ease the installation &lt;br /&gt;
;RoHS conform / Pre-Certified ETSI EN 300-220 / RED compliance under certification&lt;br /&gt;
&lt;br /&gt;
=== RF Performance ===&lt;br /&gt;
* TX Power 14 dBm (25 mW)&lt;br /&gt;
* RX Sensitivity -137 dBm&lt;br /&gt;
* Approx. 10 km range&lt;br /&gt;
* Integrated PCB antenna &lt;br /&gt;
&lt;br /&gt;
=== Mechanics ===&lt;br /&gt;
* Dimensions 60 x 33 x 85mm (109mm including fixing brackets)&lt;br /&gt;
* 96mm spacing between brackets&lt;br /&gt;
* IP 65&lt;br /&gt;
* Solid ABS material&lt;br /&gt;
&lt;br /&gt;
=== Environment ===&lt;br /&gt;
* Operating temperature -25°C to +60°C&lt;br /&gt;
* Storage temperature -40°C to 85°C&lt;br /&gt;
* Rel. humidity 0% to 95% (not condensing)&lt;br /&gt;
&lt;br /&gt;
=== Options ===&lt;br /&gt;
* External antenna&lt;br /&gt;
* SDK for your SW development purposes&lt;br /&gt;
* 10-30V external power supply&lt;br /&gt;
* Compatible with the NEMEUS PicoGateway for private networks&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
By using the internal antenna, the position of the sensor is critical.&lt;br /&gt;
&lt;br /&gt;
Install your product as high as possible, and prefer unobstructed area (concrete and metal are the worst materials).&lt;br /&gt;
&lt;br /&gt;
If you cannot fulfill these conditions, it is still possible to use an optional external antenna.&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	<entry>
		<id>https://wiki.nemeus.fr/index.php?title=Category:Sensors&amp;diff=81</id>
		<title>Category:Sensors</title>
		<link rel="alternate" type="text/html" href="https://wiki.nemeus.fr/index.php?title=Category:Sensors&amp;diff=81"/>
				<updated>2017-06-01T10:02:44Z</updated>
		
		<summary type="html">&lt;p&gt;Grn: /* MSxxx Sensors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Products]]&lt;br /&gt;
&lt;br /&gt;
'''Welcome on the wiki page of the Nemeus Sensors!'''&lt;br /&gt;
&lt;br /&gt;
Nemeus manufactures Standard and custom Sensors embedding technologies such as LoRa&amp;amp;#8482;, Sigfox&amp;amp;#8482;, Bluetooth...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MSxxx Sensors ==&lt;br /&gt;
&lt;br /&gt;
The MSxxx is a family of long-range and low power wireless sensors operating in ISM unlicensed band. With interferers’ robustness and low power consumption, it is the best solution for applications requiring long range, maximum battery lifetime and secure radio link. This module integrates a Nemeus MM00x modules.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{:MSxxx Overview}}&lt;/div&gt;</summary>
		<author><name>Grn</name></author>	</entry>

	</feed>