<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered</link><description>Hi, 
 i am using nrf connect extension in vs code with Zephyr OS build v3.2.99-ncs2 and Nrf connect SDK 2.3.0. Our Application requirement as Shown in below Image. 
 
 
 Anchor: Sleep -&amp;gt; Wakeup on BLE event -&amp;gt; Receive message and Process data -&amp;gt; Message</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 May 2023 09:12:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered" /><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/427977?ContentTypeID=1</link><pubDate>Mon, 29 May 2023 09:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:189094b3-b47e-4da1-ac3a-8bef261f57bb</guid><dc:creator>starkAbhi</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
&lt;p&gt;Thanks for your support&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/427595"]I highly recommend reading up on Bluetooth mesh, in order to understand how the technology works and what are the limitations.[/quote]
&lt;p&gt;I am actually reading more about mesh network in BLE Stack.&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/427595"]In addition, relay nodes can relay messages at a rate of several tens of packets per second. Your relay nodes (the anchors) should be able to handle the throughput coming from your 2 000 tags, although there may be some packet collisions which can be handled in several ways, for instance:[/quote]
&lt;p&gt;it would be nice to have Sync in tags to handle collision. let see.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Abhishek&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/427595?ContentTypeID=1</link><pubDate>Thu, 25 May 2023 16:09:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20e40c18-71af-4015-973c-ed18829eca54</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="starkAbhi"]What are the default values of data Rate in&amp;nbsp; BLE&amp;nbsp;Mesh Network?[/quote]
&lt;p&gt;There is no default data rate, as it all depends on the size and topology of the network, the amount of messages sent from the devices on the network, and the number of hops those messages are allowed to take.&lt;/p&gt;
[quote user="starkAbhi"]I did not get it. Could you please explain it with some examples?&amp;nbsp;[/quote]
&lt;p&gt;Messages in Bluetooth mesh can be up to a couple of hundred bytes maximum, but then get divided into several packets. A single packet can hold 11 bytes payload. Each node (each device in a network) can send a maximum of 10 packets per second. Your tags are well within this limitation.&lt;/p&gt;
&lt;p&gt;In addition, relay nodes can relay messages at a rate of several tens of packets per second. Your relay nodes (the anchors) should be able to handle the throughput coming from your 2 000 tags, although there may be some packet collisions which can be handled in several ways, for instance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Accept that some messages gets dropped.&lt;/li&gt;
&lt;li&gt;Retransmit messages.&lt;/li&gt;
&lt;li&gt;When sending a message, the value from the previous message (or from the N previous messages) to that message. Values then arrive late, but you get the full data series.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Which solution is the best relies on your requirements.&lt;/p&gt;
&lt;p&gt;I highly recommend reading up on Bluetooth mesh, in order to understand how the technology works and what are the limitations.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/427475?ContentTypeID=1</link><pubDate>Thu, 25 May 2023 10:29:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1573374f-ea62-4828-a0d1-a576dc7e3512</guid><dc:creator>starkAbhi</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/427260"]There is no setting for data rate in Bluetooth mesh.[/quote]
&lt;p&gt;What are the default values of data Rate in&amp;nbsp; BLE&amp;nbsp;Mesh Network?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/427260"]There is a limitation of maximum 100 network PDUs per 10 second sliding window, which limits the theoretical throughput out from one node to somewhere above 100 bytes per second. This limitation is from the specification itself, and the purpose is to keep the number of packages sent reasonably low for reducing the risk of congestion.[/quote]
&lt;p&gt;I did not get it. Could you please explain it with some examples?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Abhishek&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/427260?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 13:40:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3a4426f-b855-47d7-b05b-7221b0df6d87</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="starkAbhi"]It is solved by Pristine build. [/quote]
&lt;p&gt;I am happy to hear that you solved it. Pristine build may be needed sometimes, especially when changing configurations.&lt;/p&gt;
[quote user="starkAbhi"]How can set/change data rate of BLE Mesh Tag and Anchor?[/quote]
&lt;p&gt;There is no setting for data rate in Bluetooth mesh. There is a restriction of data rate out from one node (see next paragraph) but apart from that the limitation comes from factors such as packet collisions and congestion.&lt;/p&gt;
&lt;p&gt;There is a limitation of maximum 100 network PDUs per 10 second sliding window, which limits the theoretical throughput out from one node to somewhere above 100 bytes per second. This limitation is from the specification itself, and the purpose is to keep the number of packages sent reasonably low for reducing the risk of congestion.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/427169?ContentTypeID=1</link><pubDate>Wed, 24 May 2023 09:48:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbd9ea8f-5fe5-4bfa-b900-4a42752209ea</guid><dc:creator>starkAbhi</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Terje,&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/426987"]What are the Kconfig warnings referred to in the build log?[/quote]
&lt;p&gt;&lt;span&gt;It is solved by Pristine build. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How can set/change data rate of BLE Mesh Tag and Anchor?&amp;nbsp; My requirement is to have fast data transmission between anchor and tags. Data exist in air for minimum time.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Abhishek&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/426987?ContentTypeID=1</link><pubDate>Tue, 23 May 2023 14:09:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9ea3bf3-1a6b-46fc-89db-89470c85e886</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What are the Kconfig warnings referred to in the build log?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/426540?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 11:50:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7de0dd6-851d-412e-94cc-48897ef2692e</guid><dc:creator>starkAbhi</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Terje,&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/426487"]With three thousand tags, there is not much bandwidth in a Bluetooth mesh network for relaying all of that to a gateway. What throughput do you expect from each tag? That is - how often and how much data is the tag producing?[/quote]
&lt;p&gt;&lt;span&gt;Tags: Sleep(2,2uA) -&amp;gt; Wakeup-&amp;gt; Transmit Message(1 byte)-&amp;gt; Sleep periodically in interval of 5 min. Tags are Battery Powered. how set high data rate so that data in air is minimum?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/426487"]&lt;p&gt;You can add one of the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#!CONFIG_BT_CTLR_TX_PWR_"&gt;CONFIG_BT_CTRL_TX_PWR_ kconfigs&lt;/a&gt; to your project configuration file (prj.conf), for instance:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_BT_CTRL_TX_PWR_PLUS_4=y&lt;/code&gt;&lt;/p&gt;[/quote]
&lt;p&gt;&lt;span&gt;Error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:287px;max-width:471px;" alt=" " height="287" src="https://devzone.nordicsemi.com/resized-image/__size/942x574/__key/communityserver-discussions-components-files/4/error_5F00_prj_5F00_power.jpg" width="471" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Abhishek&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/426487?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 09:32:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fd8ffd0-877d-4cdd-a96a-d75659d57232</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="starkAbhi"]&lt;p&gt;Tags: 3000 units&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Anchors: 150 - 200&amp;nbsp;units&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;With three thousand tags, there is not much bandwidth in a Bluetooth mesh network for relaying all of that to a gateway. What throughput do you expect from each tag? That is - how often and how much data is the tag producing?&lt;/p&gt;
[quote user="starkAbhi"]I did not understand about front-end Module.[/quote]
&lt;p&gt;A front-end-module (FEM) is an additional component, typically with a power amplifier (PA) for higher TX power and a low-noise amplifier (LNA) for increased RX gain. See e.g. &lt;a href="https://www.nordicsemi.com/products/nrf21540"&gt;nRF21540&lt;/a&gt;, which is an FEM. For now I think it is enough that you know that this technology exists, so that in the future you may choose to look further into it if needed. Generally a FEM may increase radio range, at the cost of increased power consumption and a slight reduction in signal-to-noise ratio.&lt;/p&gt;
[quote user="starkAbhi"]Are there any way to set or change&amp;nbsp; Tx power between 0 to 4dbm of BLE in SDK ? API or Function to call in Zephyr /Nrf connect SDK?[/quote]
&lt;p&gt;You can add one of the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#!CONFIG_BT_CTLR_TX_PWR_"&gt;CONFIG_BT_CTRL_TX_PWR_ kconfigs&lt;/a&gt; to your project configuration file (prj.conf), for instance:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_BT_CTRL_TX_PWR_PLUS_4=y&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/426031?ContentTypeID=1</link><pubDate>Wed, 17 May 2023 05:38:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:980c50b6-cf6c-4807-ac06-02e90a10f410</guid><dc:creator>starkAbhi</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Terje,&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/425880"]Which SDK are you using? I see you tagged the case with both nRF Connect SDK and nRF5 SDK for Mesh. Please have a look at our &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;. nRF Connect SDK has support for Bluetooth mesh, and is the place where new development will happen. nRF5 SDK (and nRF5 SDK for Mesh) is in maintenance mode.[/quote]
&lt;p&gt;&lt;span&gt;We&amp;nbsp;using Nrf Connect Extension in VS Code with Zephyr OS build v3.2.99-ncs2 and Nrf connect SDK 2.3.0.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/425880"]Bluetooth mesh uses managed flooding. This means there are mechanisms in place for controlling the rate of the flood, to prevent congestion and overload of single nodes. You will still see some limits for throughput. How many sensor do you have, and what throughput do you expect from each sensor?[/quote]
&lt;p&gt;Tags: 3000 units&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Anchors: 150 - 200&amp;nbsp;units&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/425880"] front-end module,[/quote]
&lt;p&gt;&lt;span&gt;I did not understand about front-end Module. Are you suggesting me any other module to use? because currently i am using nrf52832 as Tag and Anchors.&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/425880"]The nRF52832 has maximum TX power of 4 dBm. More can be achieved through use of a front-end module, but please note that some front-end modules give higher TX power than what is allowed in some jurisdictions.[/quote]
&lt;p&gt;&lt;span&gt;Are there any way to set or change&amp;nbsp; Tx power between 0 to 4dbm of BLE in SDK ? API or Function to call in Zephyr /Nrf connect SDK?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We want to configure TX power of BLE antenna according to Requirement of Application,&amp;nbsp; Mesh Example:&amp;nbsp;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/bluetooth/mesh/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/bluetooth/mesh/README.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Abhishek&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/425880?ContentTypeID=1</link><pubDate>Tue, 16 May 2023 13:29:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f96b20fd-e2a5-4227-a4db-c2fe51624c1f</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="starkAbhi"]In conclusion, Continuous reception lead to more current consumption in mesh. are their any API or Function to set transmission Power dbm?[/quote]
&lt;p&gt;The nRF52832 has maximum TX power of 4 dBm. More can be achieved through use of a front-end module, but please note that some front-end modules give higher TX power than what is allowed in some jurisdictions.&lt;/p&gt;
&lt;p&gt;Which SDK are you using? I see you tagged the case with both nRF Connect SDK and nRF5 SDK for Mesh. Please have a look at our &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;. nRF Connect SDK has support for Bluetooth mesh, and is the place where new development will happen. nRF5 SDK (and nRF5 SDK for Mesh) is in maintenance mode.&lt;/p&gt;
[quote user="starkAbhi"]are their any repeat of messages protection in Mesh?[/quote]
&lt;p&gt;Bluetooth mesh uses managed flooding. This means there are mechanisms in place for controlling the rate of the flood, to prevent congestion and overload of single nodes. You will still see some limits for throughput. How many sensor do you have, and what throughput do you expect from each sensor?&lt;/p&gt;
&lt;p&gt;Please note that Wednesday and Thursday this week are both public holidays in Norway. I will also be out-of-office on Friday, so expect my next answer next week. I am sorry for any convenience.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/425758?ContentTypeID=1</link><pubDate>Tue, 16 May 2023 05:24:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4da4bd0c-0641-49f2-9c3c-c00f5d09feb5</guid><dc:creator>starkAbhi</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/tesc"&gt;tesc&lt;/a&gt; ,&lt;/p&gt;
&lt;p&gt;My other Ticket regarding&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Tags: Sleep -&amp;gt; Wakeup-&amp;gt; Transmit Message-&amp;gt; Sleep periodically in interval of 5 min. Tags are Battery Powered. how can i achieve sleep mechanism with nrf52832 soc? system off example only put whole mesh tag in Deep sleep. are there any example in which it starts mesh -&amp;gt; send data-&amp;gt; back to sleep with ~ 2.2uA current consumption?&lt;/span&gt;&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/425670"]If the data must be relayed from anchor to anchor before reaching the gateway, then the anchors must be Bluetooth mesh relay nodes, which means they must be constantly in RX. This is by specification, and this is how the relay nodes are able to reliably relay messages over the network. There really isn&amp;#39;t any way to change that behavior. Relay nodes will constantly consume around 6 mA.[/quote]
&lt;p&gt;In conclusion, Continuous reception lead to more current consumption in mesh. are their any API or Function to set transmission Power dbm?&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/99752/ble-mesh-on-nrf52832-event-based-system-on-sleep-anchor-and-tag-are-battery-powered/425670"]I do not quite understand what you mean by that. Can you please elaborate?[/quote]
&lt;p&gt;&amp;nbsp;All Tags are sending message to gateway though Anchor.&amp;nbsp; Anchor act as Relay. All each Anchor want to transmit their message to Gateway. One tag range in Between multiple Anchors. it become cluster of messages. does this lead to flooding of messages on Anchor side? are their any repeat of messages protection in Mesh?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;Abhishek&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Mesh on Nrf52832 Event based System on Sleep. Anchor and Tag are Battery Powered.</title><link>https://devzone.nordicsemi.com/thread/425670?ContentTypeID=1</link><pubDate>Mon, 15 May 2023 14:32:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e19c0663-59d7-4346-9729-4e7e3dea9055</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If the data must be relayed from anchor to anchor before reaching the gateway, then the anchors must be Bluetooth mesh relay nodes, which means they must be constantly in RX. This is by specification, and this is how the relay nodes are able to reliably relay messages over the network. There really isn&amp;#39;t any way to change that behavior. Relay nodes will constantly consume around 6 mA.&lt;/p&gt;
&lt;p&gt;Bluetooth mesh relies on having a backbone of relay nodes that are always on, for transferring messages over the network. Low power nodes (LPN) can save power and only turn on the radio when they need to send something or check for incoming messages. Relay nodes, on the other hand, must be always on.&lt;/p&gt;
&lt;p&gt;One pattern, is if you have relay nodes (always on) listening for advertisements from beacons. Then the beacons can have even lower power than LPN, but they cannot receive any information from the mesh network itself. This is what we do for the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/mesh/silvair_enocean/README.html"&gt;Bluetooth: Mesh Silvair EnOcean example&lt;/a&gt;, which listens for advertisements from a specific switch which is powered solely by the button presses. Please note that the listener is a normal mesh node, always in RX, just as relay nodes. It is not an LPN.&lt;/p&gt;
[quote user=""]Problem in Flooding messages on Anchor side: How can i prevent from flood of messages ?[/quote]
&lt;p&gt;I do not quite understand what you mean by that. Can you please elaborate?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>