Fóruns: 送信出力問題について (Thread #31607)

10mW出力設定なのに、6mW程度しか出てこない問題 (2012-02-23 10:49 by blackzoro #62382)

CC1101データシートの32ページの”10.6 PATABLE Access”この項目に、


Note that the content of the PATABLE is lost when entering the SLEEP state, except for the first byte (index 0).



このような内容が記載されている。なので、子機モード時にはSLEEPモードからの復帰時にはPATABLEを再設定する必要がある可能性がある。

Responder a #62382×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 10mW出力設定なのに、6mW程度しか出てこない問題 (2012-02-23 14:46 by blackzoro #62383)

現在こちら側が作成したモジュール基板とTI純製の評価板基板SmartRF04EBで10dBm出力時の実際に出力されている電力をスペクトルアナライザのバーストパワー測定で観測してみた。

結果自作モジュール基板側は7.9dBm,SmartRF04EB評価基板は8.9dBmと約1dBm程度の違いがあることがわかった(Random出力モード時)

*現在/branches/CC1101_source_ATmega88_for_test にこのプロジェクトを配置中


特にプログラムに問題は無いと思われる。出力が出ない原因を現在調査中


Responder a #62382

Responder a #62383×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 10mW出力設定なのに、6mW程度しか出てこない問題 (2012-02-23 17:03 by blackzoro #62385)

[メッセージ#62382 へのフォロー]

> CC1101データシートの32ページの”10.6 PATABLE Access”この項目に、
>
>
> Note that the content of the PATABLE is lost when entering the SLEEP state, except for the first byte (index 0).
>
>
>
> このような内容が記載されている。なので、子機モード時にはSLEEPモードからの復帰時にはPATABLEを再設定する必要がある可能性がある。


なお、この問題では、

u8 pt_data[] = {0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; //10dB

PATABLE[0]に書かれている0xCOは

”Note that the content of the PATABLE is lost when entering the SLEEP state, except for the first byte (index 0).”

ということで、CC1101がスリープモードに移行して、復帰したとしても0xC0のPATABLE[0]がクリアされることはないので、
スリープモード復帰後のvoid cc1101_8PATABLE_write_reg(void)での再設定の必要はない。



Responder a #62382

Responder a #62385×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

その後の進展について (2013-01-30 09:46 by blackzoro #67191)

現在テストを行っている評価ボードのCC1101への信号線とアンテナ部分の回路を、TI社製のCC1101とアンテナ回路評価ボードCC1101 EM1.0ボードをを接続して電波送信を行わせると、プログラミングの設定通り10mW近い、9.5mW程度まで出力されることを確認した。

現在、ワイヤレスユニット基板のアンテナ部分の設計の見直しを行っている。
Responder a #62382

Responder a #67191×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 10mW出力設定なのに、6mW程度しか出てこない問題 (2013-02-01 18:31 by blackzoro #67218)

TIは昨年の2012年の3月にCC1101等を使用した場合のアンテナ回路部分に関する資料を提供している。http://www.tij.co.jp/jp/lit/an/jaja443/jaja443.pdf
Responder a #62382

Responder a #67218×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login