Part Number: CC2530
After looking why reading attributes suddenly stopped working, I found in the "NpiLnxlog.txt" repeated message like:
Removed connection #5. Error: 02040100
And looking for this error code, I found that it corresponds to "NPI_LNX_ERROR_UART_SEND_FRAME_FAILED_TO_WRITE…
Part Number: CC2530
Should I worry about this message in the ZigbeeGw logs:
DEBUG : znp_misc handleAsyncMsgs: Unrecognized cmdID:a1
This message seems to be new sinxe th gateway's hard reset.
cmdID_a1.zip
Other Parts Discussed in Thread: FDC1004 , FDC2112 Hey is it possible to ust the EVM on a Raspberry Pi via USB or do I need to use I2C and the corresponding GPIOs at the Raspi? The FDC1004 comes with code snippets online that are at least helpfull for…
Part Number: CC2530
I now also ran into the SRSP delay issue. In order to know how much the delay should be I decided to measure it:
while ((result == 0) && (pInstance->numOfReceivedSRSPbytes == 0))
#define SRSP_TIMEOUT_S 5
expirytime.tv_sec …
Part Number: MSP-FET Other Parts Discussed in Thread: MSP430F6721 , MSPDS Hello TI team,
I am trying to use MSP-FET from a Raspberry Pi (Linux aarch64) for production programming of MSP430F6721.
Goal:
Program TI-TXT firmware in production using…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK
I am working on the ZIGBEE-LINUX-SENSOR-TO-CLOUD_1.0.1 to make it level it up from a "tool" to product capability.
During this process I found the following code in the gateway:
if(pInd…
Part Number: CC2530 Other Parts Discussed in Thread: Z-STACK
Now that the NWKMGR's memory accesses have be fixed, I can concentrate on issues related to core functionnality.
In this test, I associate a device in the network - the gateway announce…
Part Number: CC2530
After a NWKMGR crash, the zigbeegw script just "bailed out" and did not try to restart the GW.
That means that an extra layer of monitoring is needed: the system must ensure that there is always one instance of 'zigbeegw' running…
Part Number: CC2530
The gateway runs in to a "heap-use after free"
[2020-11-04 10:05:37.383,553] [NWK_MGR/READ] INFO : Received 4 bytes, subSys 0x71, cmdId 0xFA
[2020-11-04 10:05:37.383,873] [NWK_MGR/READ] INFO : [MUTEX] SRSP Cond signal set
…
Part Number: CC2530
I got a null pointer access in the network server:
[2020-11-04 07:33:50.626,940] [NWK_MGR/MAIN] INFO : [MUTEX] Unlock SRSP Mutex
[2020-11-04 07:33:51] nwkmgrservices.c:483:9: runtime error: member access within null pointer of…