主题中讨论的其他器件: CC1352P、CC1352P7、 SysConfig
工具/软件:
您好、
CC1354P10 是否支持在 433MHz 频段上进行发送和接收?
谢谢、
Alon
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我成功地进行了传输、必须覆盖 SysConfig 生成的值、我使用了 SmartRF Studio 7 Setting 433MHz 生成的值、然后使用 rfCarrier 示例的 FS 命令和 tx_test 命令进行了验证、并使用 TinySA 进行了验证。 我对 868MHz 模式使用了以下覆盖:
RF_cmdPropRadioDivSetup.centerFreq = 433;
RF_cmdPropRadioDivSetup.txPower = 0x003F;
RF_cmdPropRadioDivSetup.loDivider = 0xA;
pOverrides[0]= TXSUB1_POWER_OVERRIDE (0x003F);