Replies: 6 comments 20 replies
-
Missed that Texas Instruments have also released a CC1354P (CC1354P10) Sub-1 GHz and 2.4 GHz SoC with multi-band/dual-band support: https://www.ti.com/product/CC1354P10 https://www.ti.com/document-viewer/cc1354p10/datasheet https://www.ti.com/lit/gpn/cc1354p10 They have LP-EM-CC1354P10 as a LaunchPad Development Kit: https://www.ti.com/tool/LP-EM-CC1354P10 In addition, they got info on how to create a 433 to 930-MHz and 2.4-GHz Tunable PCB Antenna https://www.ti.com/lit/pdf/swra730 https://www.ti.com/document-viewer/lit/html/swra730 PS: Off-topic but find CC1354P with Sub-GHz really interesting as Zigbee Sub-GHz (sub-1 GHz) for smart home automation use is a long time coming (though the technology has already existed for many years and is today commonly used for utilities Zigbee Smart Energy (ZSE / Zigbee SE) metering in many commercial meters. The biggest thing missing has been multi-band/dual-band and dual-mode support in a single chip that is as inexpensive as the others. https://csa-iot.org/newsroom/subghz-reliable-mesh/ https://rethinkresearch.biz/articles/zigbee-gets-dual-mode-2-4ghz-sub-ghz-spec-longer-range-mesh/ |
Beta Was this translation helpful? Give feedback.
-
It looks like "CC1354P10-1 LaunchPad" and "CC1354P10-6 LaunchPad" is supported in SimpleLink CC13xx CC26xx SDK version 7.10.01.24? I have not yet seen any news about a CC2674P10 or CC2674R10 based LaunchPad, but Mouser and others now look to have SoCs in stock.
@Koenkk Do you know if CC26x4 and CC13x4 will be supported by the same SimpleLink SDK and Z-Stack_3.x.0 as CC13x2 and CC26x2? |
Beta Was this translation helpful? Give feedback.
-
module is ready: https://www.cdebyte.com/products/E72-2G4M20S1C (CC2674), pin to pin compatible with https://www.cdebyte.com/products/E72-2G4M20S1E (CC2652P) |
Beta Was this translation helpful? Give feedback.
-
FYI, SMLIGHT has announced/launched CC2674P (CC2674P10) based "SLZB-07p10" USB dongle and "SLZB-06p10" Ethernet/WiFi adapter: SLZB-07p10 -> https://smlight.tech/product/slzb-07p10/ SLZB-06p10 -> https://smlight.tech/product/slzb-06p10/ It is unclear if these are shipping already, and there are no Zigbee (or Thread/OpenThread) firmware images shared in their GitHub repos yet: https://github.com/smlight-dev Their website says it is supported by Zigbee2MQTT but believe that might just because they copies & pasted their webpages for their other models without updating anything but the model name, or at least noted those webpages still points the older user manual for some other models. Maybe @smlight-dev-223942 / @Tarik2142 are to tell you/us more about the firmware build config that ship pre-flashed on these and if they are already shipping or not? PS: I first spotted announced about these on CNXSoft's blog and that mentions that p10 models are only suitable for developers right now since the Zigbee firmware is still under development, see -> https://www.cnx-software.com/2024/02/13/zigbee-ethernet-wifi-coordinators-usb-adapters-ti-cc2652p7-cc2674p10-wireless-chips/ |
Beta Was this translation helpful? Give feedback.
-
Off-topic for Z-Stack Zigbee firmware discussion but FYI, hardware developers might be interested that these now have support in Matter: https://github.com/project-chip/connectedhomeip/tree/master/docs/guides/ti There are a few sections there that might still be related here too as they mention that GPIO pin values will require modifications, check out: Running Matter Examples on the TI SimpleLink CC2674P10 and CC2674R10The existing Matter project examples are based on LP_EM_CC1354P10_6. If using DependenciesThe following must be installed on your system before proceeding:
Matter source code changesThe following are changes to the Matter source code files which should be
The GPIO pin values for SPI will need to be adjusted based on your design. Configuring
|
SysConfig pin name | R10 PinMux |
---|---|
UART_RX | DIO_2 |
UART_TX | DIO_3 |
CONFIG_BTN_LEFT | DIO_13 |
CONFIG_BTN_RIGHT | DIO_14 |
CONFIG_LED_RED | DIO_6 |
CONFIG_LED_GREEN | DIO_7 |
Custom -> IEEE 802.15.4-2006, 250 kbps
, OQPSK
, DSSS = 1:8
-> Code
Export Configuration, acknowledge and dismiss the PA radio setup error
Custom -> IEEE 802.15.4-2006, 250 kbps
, OQPSK
, DSSS = 1:8
-> RF
Command Symbols, change CMD_RADIO_SETUP
from RF_cmdRadioSetup
to
RF_cmdIeeeRadioSetup
and add the following functions from the drop-down:
CMD_TX_TEST
,CMD_IEEE_ED_SCAN
, CMD_IEEE_CSMA
, and CMD_IEEE_RX_ACK
.
Building examples for the CC1354P10-1
To migrate the CC1354P10-6 examples to the CC1354P10-1 platform, there are only
two steps:
examples/[application]/cc13x4_26x4/args.gni
should have
ti_simplelink_board
asCC1354P10-1
examples/[application]/cc13x4_26x4/chip.syscfg
opened with a Text Editor
should changeble.radioConfig.codeExportConfig.$name
to
ti_devices_radioconfig_code_export_param2
andble.rfDesign
to
LP_EM_CC1354P10_1
After this, the example's README.md
instructions can be followed to produce
the executable needed.
Beta Was this translation helpful? Give feedback.
-
FYI, JelmerT's upstream cc2538-bsl (programming/flash command-line tool) does not yet support CC2674 or CC1354 but Texas Instruments looks to include a forked variant of it which someone wrote supposedly should support flashing the newer CC2674 and CC1354 SoCs, see: It would be appriciated if someone could test TI's forked variant to confirm compatibility with CC2674/CC1354 and push patches upstream: |
Beta Was this translation helpful? Give feedback.
-
Has anyone yet started to look at CC2674P or CC2674R (CC2674x10) Zigbee Coordinator and Zigbee Router adapters and firmware?
https://www.ti.com/product/CC2674P10
https://www.ti.com/product/CC2674R10
https://www.ti.com/document-viewer/CC2674P10/datasheet
https://www.ti.com/document-viewer/CC2674R10/datasheet
https://www.ti.com/document-viewer/lit/html/swra765
https://www.ti.com/lit/gpn/CC2674P10
https://www.ti.com/lit/gpn/cc2674r10
Developers should check out the official "LP-EM-CC1354P10" (CC1354P10 LaunchPad) development kits hardware from Texas Instruments:
The new CC2674 features up to 1MB flash and 296KB RAM compared to CC2652 which can have up to 704KB flash and 152KB RAM at most.
Understand CC2674P10 should be able to be a replacement of CC2652P2/CC2652P7 with both coming in the same package size and format?
https://www.ti.com/wireless-connectivity/zigbee/products.html#1241=Wireless%20MCU&
https://www.ti.com/wireless-connectivity/zigbee/overview.html
Beta Was this translation helpful? Give feedback.
All reactions