Part Number: CC2650 Tool/software: Starterware To FAE,
I have a embedded Linux host with one CC2650 on-board, and plug another CC2650 launchpad via USB interface.
the on-board CC2650 can communicate with my host via UART (/dev/ttymxc1), and another…
Do you refer to Ryan's reply (TIDC-ZNP-HOST-SW3 uses Z-Stack HA 1.2.2a and has not been updated for Zigbee 3.0. Therefore the host framework will not be compatible with a Z-Stack 3.0.2 ZNP project, you will need to modify the HA 1.2.2a ZNP instead. )…
Hi,
I've downloaded the znp host framework from https://git.ti.com/znp-host-framework and noticed the lack of rpcTransportSpi.c files for both GNU and TIRTOS.
Was this intentional?
Code sample taken from rpcTransport.c
//Include the correct transport…
Part Number: TIDC-BLE-TO-WIFI-IOT-GATEWAY Other Parts Discussed in Thread: CC2650 , CC2640R2F , CC3200 Hi,
I want to use the CC2640R2F MCU in place of the CC2650 MCU for the BLE to WiFi Gateway. For this, I need to change the Host Test Project (BLE5Stack…
I'm using home automation profile in my znp-host-framework. I would like to implement ZCL's light on/off/status commands in my framework.
What is the data payload I need to send along with Af_DataRequest to send these commands?
Regards
Srik…
Can it be because of low timeout value:
#define SRSP_TIMEOUT_MS (2000) // 2000ms timeout
as znp-host-framework is designed for CC2538 which is a faster device!
Also, how to increase baud rate in znp-host-frame work to 115200bps?
Other Parts Discussed in Thread: Z-STACK , CC2531 Hi,
How to set the number of devices (ZDSECMGR_TC_DEVICE_MAX) in znp host framework?
Regards
Srikanth
Other Parts Discussed in Thread: EK-TM4C1294XL , TM4C123GH6PM Hi,
I am new to EK-TM4C1294XL board and I want to try to build ZNP Host Framework cloned from:
git.ti.com/.../znp-host-framework
Using CCS. I follow every steps from "ZNP Host Framework…