<?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>How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83507/how-to-setting-tx-power-through-hci-command</link><description>Hi Sir, 
 We reference example &amp;quot;/nrf/samples/bluetooth/hci_uart&amp;quot; and test on nRF52833. 
 Now we want to set the Tx power by sending appropriate HCI commands from the host. 
 We tried the below command but got an error. 
 &amp;quot;hcitool -a hci0 inqtpl 4&amp;quot; 
 Can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Mar 2022 11:14:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83507/how-to-setting-tx-power-through-hci-command" /><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/358607?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 11:14:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aefd58fb-41d6-44d6-947b-4da6729404e6</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Hanyu,&lt;br /&gt;&lt;br /&gt;Thank you for sharing the results. I am glad that the problem has been solved.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/358555?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 08:43:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8afd08a5-0d5d-4040-aaba-f7b80a9bf1bc</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Dejan,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I summarize the result and it works on my side.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example: /1.8.0/nrf/samples/bluetooth/hci_uart&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. Add the below setting on &amp;quot;prj.conf&amp;quot; and re-build the project.&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Consolas;font-size:10.5pt;margin:0in;"&gt;&lt;span style="color:#569cd6;" lang="zh-TW"&gt;CONFIG_BT_HCI_VS&lt;/span&gt;&lt;span style="color:#979797;" lang="en-US"&gt;=y&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Consolas;font-size:10.5pt;margin:0in;"&gt;&lt;span style="color:#569cd6;" lang="zh-TW"&gt;CONFIG_BT_HCI_VS_EXT&lt;/span&gt;&lt;span style="color:#979797;" lang="en-US"&gt;=y &lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Consolas;font-size:10.5pt;margin:0in;"&gt;&lt;span style="color:#569cd6;" lang="zh-TW"&gt;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL&lt;/span&gt;&lt;span style="color:#979797;" lang="en-US"&gt;=y&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Consolas;font-size:10.5pt;margin:0in;"&gt;&lt;span style="color:#569cd6;" lang="zh-TW"&gt;CONFIG_BT_HCI_RAW_CMD_EXT&lt;/span&gt;&lt;span style="color:#979797;" lang="en-US"&gt;=y&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Consolas;font-size:10.5pt;margin:0in;"&gt;&lt;span style="color:#569cd6;" lang="zh-TW"&gt;CONFIG_BT_CTLR_SET_HOST_FEATURE&lt;/span&gt;&lt;span style="color:#979797;" lang="en-US"&gt;=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. Use the below command to bring up&lt;/span&gt;&lt;/p&gt;
&lt;p style="color:#11171a;font-family:Calibri;font-size:12.0pt;margin:0in;" lang="en-US"&gt;&lt;span style="color:#0000ff;font-family:inherit;font-size:inherit;"&gt;sudo hciattach -s 115200 /dev/ttyACM0 any 115200 noflow nosleep&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:12.0pt;margin:0in;" lang="en-US"&gt;&lt;span style="color:#0000ff;font-family:inherit;font-size:inherit;"&gt;sudo hciconfig hci0 up&lt;/span&gt;&lt;/p&gt;
&lt;p style="font-family:Calibri;font-size:12.0pt;margin:0in;" lang="en-US"&gt;&lt;/p&gt;
&lt;p&gt;3. use the below command to set the TX power &amp;quot;-8 dBm&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;sudo hcitool -i hci0 cmd 0x3f 0x000e 0x00 0x00 0x00 -8&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/1504x244/__key/communityserver-discussions-components-files/4/pastedimage1647506473537v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;4. use the below command to read the TX power&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;sudo hcitool -i hci0 cmd 0x3f 0x000f 0x00 0x00 0x00&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/2080x512/__key/communityserver-discussions-components-files/4/pastedimage1647506465345v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;5. Test w/ &amp;quot;bluetoothctl&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;sudo&amp;nbsp; bluetoothctl # run bluetoothctl tool&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;menu advertise&amp;nbsp; &amp;nbsp; &amp;nbsp;# enter sub-menu &amp;quot;advertise&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;name AABB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # set device name &amp;quot;AABB&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;back&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # back to the main menu&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;advertiser on&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# start advertising and check the RSSI w/ nRF connect APP&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;advertiser off&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# stop advertising.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;Thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;BRs, Hanyu&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/348792?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 17:12:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75f22f80-8d51-4c8a-adf9-621c8f3d6914</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Setting TX power level is a vendor specific command and you should consider other channels for more help.&lt;br /&gt;Have you been able to join BlueZ mailing list (or some other channel related to BlueZ) as suggested previously? Have you got any advices there?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/348761?ContentTypeID=1</link><pubDate>Thu, 20 Jan 2022 14:54:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:383a5c95-dcd4-4c62-a863-20ce76352769</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi Dejans,&lt;/p&gt;
&lt;p&gt;Unfortunately, I cannot set the tx power from &amp;quot;&lt;span&gt;Write Tx Power Level&lt;/span&gt;&amp;quot; and also from bluetoothctl command.&lt;/p&gt;
&lt;p&gt;Below is the test result.&lt;/p&gt;
&lt;p&gt;Sorry that I&amp;#39;m not familiar w/ hci tool, could you share the hint which step or concept I missed.&lt;/p&gt;
&lt;p&gt;1. Write TX power, but got fail return &amp;quot;unknow hci command&amp;quot;.&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp; &amp;nbsp; sudo hciattach -s 115200 /dev/ttyACM0 any 115200 noflow nosleep&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp; &amp;nbsp; sudo hciconfig hci0 up // bring up device&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp; &amp;nbsp; sudo hciconfig hci0&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp; &amp;nbsp; sudo hcitool -i hci0 cmd 0x3f 0x000e 0x00 0x6461 4 //set tx power level 4&lt;/p&gt;
&lt;p lang="en-US"&gt;&amp;nbsp; &amp;nbsp; sudo hcitool -i hci0 cmd 0x3f 0x000e 0x02 0x6461 4&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642689623583v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642689570245v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2. bluetoothctl&lt;/p&gt;
&lt;p&gt;I tried to use &amp;quot;bluetootlctl&amp;quot;, but i cannot find the parameter for tx power level setting from help.&lt;/p&gt;
&lt;p&gt;Does the command of tx power level has been hidden? or this is a sub command?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642689725787v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;BRs, Hanyu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/348048?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 13:09:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88ac0776-607a-45c6-880d-65fb99b43268</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;As said previously, please note that hcitool is deprecated in BlueZ and should not be used anymore. Instead, you should use bluetoothctl tool.&lt;/p&gt;
&lt;p&gt;For BlueZ related questions, please consider joining BlueZ mailing list.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/348039?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 12:54:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80438895-fdef-4b65-8a97-81fc37614ab4</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;The ogf part of the opcode has 6 bits and it denotes the opcode group field. In your case 0x3f is reserved for vendor specific command. The ocf part has 10 bits and it is known as opcode command field. A Command Complete HCI Event specifies the corresponding Vendor specific debug command opcode. For more information, please refer to the bluetooth specification.&lt;br /&gt;&lt;br /&gt;One good explanation of the hcitool command output can be found&amp;nbsp;&lt;a href="https://stackoverflow.com/questions/18906988/what-is-the-ibeacon-bluetooth-profile/19040616"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Setting the transmit power value is vendor specific command. Please check&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/doc/reference/bluetooth/hci.txt#L805"&gt;hci_zephyr&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/main/softdevice_controller/include/sdc_hci_vs.h#L261"&gt;hci_softdevice&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There is also an example in zephyr\samples\bluetooth\hci_pwr_ctrl.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347899?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 02:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16496212-f3eb-4b86-ba1c-d76c424b18b7</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;The result of second option as below.&amp;nbsp;And I can see the &amp;quot;success&amp;quot; from &amp;quot;btmon&amp;quot;.&lt;/p&gt;
&lt;p&gt;But what is the result stand for?&lt;/p&gt;
&lt;p&gt;And which command can set the tx power?&lt;/p&gt;
&lt;p&gt;# Terminal&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642383905414v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;# btmon&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642383937835v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;BRs, Han&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347717?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 10:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a84723f-aeab-4bd6-a191-4a1bc7539c0b</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you tried the second option?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347671?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 01:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c311d80d-c795-4dbb-a3f2-1637d336d6e5</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Dejan,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Update the test result for add &amp;quot;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.6.0-rc1-ncs1/subsys/bluetooth/common/Kconfig#L203"&gt;CONFIG_BT_HCI_VS_EXT&lt;/a&gt;&lt;span&gt;=y&amp;quot; on &amp;quot;prj.conf&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642123139899v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;BRs, Han&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347641?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 15:39:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7ba83a6-6077-4fe3-b99b-01f802e1ab3e</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;As studied the link you provided, the &amp;lt;cmd&amp;gt; of hcitool fellows the Bluetooth Specifiation, Version 5.x, Vol 2, Part E, Chapt 7.8.&lt;/p&gt;
&lt;p&gt;And in the Chapt 7.8, there is no command definition for set TX power, but I can find the read TX power.&lt;/p&gt;
&lt;p&gt;I tried to read the TX power w/ below result.&lt;/p&gt;
&lt;div&gt;
&lt;table style="height:34px;margin-left:auto;margin-right:auto;width:373px;" title="" summary=""&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span&gt;LE Read Advertising Channel TX Power&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span&gt;8&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span&gt;7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;img height="121" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1642087771259v1.png" width="337" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And I also tried to use the bluetoothctl or btmgmt, there is no &amp;quot;set TX power&amp;quot; command from &amp;quot;help&amp;quot;.&lt;/p&gt;
&lt;p&gt;Is it correct for my understanding that there is no HCI command to set tx power?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;BRs, Han&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347422?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 14:45:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b1cf266-d12c-4a71-957d-e68635397169</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;There are several things you could try&lt;br /&gt;1. set the option&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v2.6.0-rc1-ncs1/subsys/bluetooth/common/Kconfig#L203"&gt;CONFIG_BT_HCI_VS_EXT&lt;/a&gt;=y in&amp;nbsp;zephyr/samples/bluetooth/hci_uart/prj.conf&lt;br /&gt;2. set command&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/a9423cbce69a5df78140a2cf3ba11aa56d395cfc/include/bluetooth/hci_vs.h#L115"&gt;BT_HCI_OP_VS_READ_STATIC_ADDRS&lt;/a&gt;&amp;nbsp;as raw bytes using&amp;nbsp;hcitool -i hci0 cmd as shown in&amp;nbsp;&lt;a href="https://stackoverflow.com/a/53518803"&gt;BlueZ: sending LE directed adverts from the command line&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;You might also want to read more&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/31308"&gt;here&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/11016#issuecomment-435925274"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;However, hcitool is deprecated in Bluez and it is recommended to use blutoothctl.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347377?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 13:03:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f035a362-e421-4caa-bbf7-7320df6c34ec</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Dejan,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m using NCS 1.8.0, and building w/ below command.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;west build -b nrf52833dk_nrf52833&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BRs, Hanyu&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347331?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 10:00:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2ab6d5c-460b-4a46-b896-08c99d35d912</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which SDK are you using on your nRF52833 board?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347292?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 04:35:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db3375ac-9889-4487-a704-4ac2f2c8403a</guid><dc:creator>Hsu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Dejan,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I follow the command but got the error as below.&lt;/span&gt;&lt;/p&gt;
&lt;p style="background-color:#ccffff;font-family:Calibri;font-size:11pt;margin:0in;" lang="en-US"&gt;&lt;span style="background-color:#ccffff;"&gt;sudo hciattach -s 115200 /dev/ttyACM1 any 115200 noflow nosleep&lt;/span&gt;&lt;/p&gt;
&lt;p style="background-color:#ccffff;font-family:Calibri;font-size:11pt;margin:0in;" lang="en-US"&gt;&lt;span style="background-color:#ccffff;"&gt;sudo hciconfig inqtpl 4&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1641961822215v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I also tried &amp;quot;hcitool&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ccffff;"&gt;sudo hcitool -i hci0 tpl 00:00:00:00:00:00 4&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1641961885927v3.png" alt=" " /&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;Does any step go wrong?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BRs, Han&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setting TX power through HCI command?</title><link>https://devzone.nordicsemi.com/thread/347228?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 15:31:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:888355eb-15d1-4409-a9da-93e298eb8090</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When using hcitool note that inq and tpl are two different commands.&lt;br /&gt;hcitool should be used with -i option. &lt;br /&gt;Full command would look like this hcitool [-i &amp;lt;hciX&amp;gt;] [command [command_parameters]]&lt;br /&gt;inq - used for inquiries of remote devices&lt;br /&gt;tpl - command used for displaying transmit power level&lt;br /&gt;In your case, this would be hcitool -i hci0 tpl &amp;lt;bdaddr&amp;gt; [type]&lt;br /&gt;&lt;br /&gt;If you want to use inqtpl command then consider using hciconfig:&lt;br /&gt;hciconfig inqtpl 4 - sets the inquiry transmit power level to 4&lt;br /&gt;hciconfig inqtpl&amp;nbsp; &amp;nbsp; - gets the inquiry transmit power level&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>