日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

quectel模块增加发送功率流程

發布時間:2023/12/14 编程问答 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 quectel模块增加发送功率流程 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1、查詢模塊目前的頻段,下面的頻段是3頻段。

2、讀到頻段的信號為e8轉化為十進制除以10就是23.2dbm的增益

正在上傳…重新上傳取消

3、AT+QNVFW="/nv/item_files/rfnv/00020994",0100F500指令修改增加增益。

Power dBm 21 21.5 22 22.5 23 23.5 24 24.5 Value HEX D2 D7 DC E1 E6 EB F0 F5 Table 2: LTE TX power value NOTE: 1. NV command will effect after module restart.After restart module,please also send read command to check if you set the value successful. 2. The MAX TX power value for LTE was 24.5 dBm.Do not setting bigger value to module.

?

3.2. WCDMA band TX power configuration 3.2.1. WCDMA TX Power read and write command Read command format: AT+QNVR=539,0 +QNVR: "9B9EA0A3A3A3A5A6" OK Write command format: AT+QNVW=539,0,"9B9EA0A3A3A3A5A6" Red part: AT Command Green part: Each band setting ID.Please get it from table 1. Blue part: TX power Value, this value was made up by the two same setting value . It should be A3 A3. 3.2.2. TX Power Calculate method AT+QNVW=539,0,"9B9EA0A3A3A3A5A6" In this command, 9B9EA0A3A3A3A5A6 was HEX data.For the blue part was the TX power value which should write and set to module. With the blue part,we could calculate the TX power as below: HEX DEC A3 -----> 163 TX power = 163/10+6.7 = 23 dBm So for example,if you want to set WCDMA BAND 1 TX power as 22 dBm, the calculation as below: Step 1: Get WCDMA BAND 1 write command from table 1: AT+QNVW=539,0,"9B9EA0A3A3A3A5A6" Step 2: Calculate the setting value 22 dBm = (22-6.7)*10= 0x99 Step 3: sending command to module: AT+QNVW=539,0,"9B9EA09999A3A5A6" Some TX power value were show in below table: Table 3: WCDMA TX power value Power dBm 21 21.5 22 22.5 23 23.5 24 24.5 Value HEX 8F 94 99 9E A3 A8 AD B2 NOTE: 1. NV command will effect after module restart.After reestart module,please also send read command to check if you set the value successful. 2. The MAX TX power value for WCDMA was 24.5 dBm.Do not setting bigger value to module.

?

?

總結

以上是生活随笔為你收集整理的quectel模块增加发送功率流程的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。