Forum Post: RE: How to know if I am a router?
Dears,You can refer to ZDO_STATE_CHANGE code segment in your zcl_xxx.c as the followings. You can get devStates_t from MSGpkt->hdr.status and use it to judge what type your device is. case...
View ArticleForum Post: RE: TMS37157: problem at low range
Thanks Josh... me by accident referenced TRF79xx.. (fingerproblem here).Johan, please confirm your detection "ceases" as the Tag gets too close, ie <2.5cmJosh your strategy seems to be solving an...
View ArticleForum Post: RE: Database with Authentication permissions and Usage of Ti Stack
Thanks Willis1,We can control to respond the "Insufficient Authorization" error referring function HidDev_ReadAttrCB as you mentioned. Now, we can follow the iOS implementation. Thank you very much...
View ArticleForum Post: Sensor Tag for Bluetooth instead of BLE
Hi Ti,I need a development kit like CC2541 Sensor Tag but instead of BLE ,i need Bluetooth because BLE api support in Android is very minimum and i cannot restrict it with I OS alone.So i need a Dongle...
View ArticleForum Post: running SimpliciTI with RF05 v1.8.1 (cc2530EM)
I tried to download the SimpliciTI (peer-to-peer) example to 2 RF05 DB with cc2530EM. One of them download "talker" program while the other download "Listener" one. I followed the steps mention in user...
View ArticleForum Post: [CC2540 BLE] Can app detect "LL_REJECT_IND" packet indicated by...
Hi,We are seeking the way how app can detect the LL_REJECT_IND.We just thinking the case that CC2540 is Peripheral role, and the situation that CC2450 forget the key but central device DOES remember...
View ArticleForum Post: RE: CC1110f32 memory protect
See Table 44 in the Data Sheet. The "Debug Lock"' (DBGLOCK) bit prevents FLASH reads.
View ArticleForum Post: RE: SimpleApp binding questions
I programmed the sniffer_fw_cc2531.hex file into my CC2531 board, and then opened the SmartRF packet sniffer software, when I click the "starts the packet caputring" button,appeared two warning:the...
View ArticleForum Post: RE: Ignore slave latency for one transfer
HI,[quote user="Arvydas Sidorenko"]It doesn't make sense. What if central wants to read or write from/to characteristic? If peripheral sleeps during connection event, it would miss the command meaning...
View ArticleForum Post: RE: Sensor Tag Released
Hi Senthil,[quote user="senthil kumar69729"]Is there any sendor tag with "Bluetooth" instead of BLE,because BLE's suppport in android is very less.[/quote]Not that I know of. Either way, we'll...
View ArticleForum Post: RE: HostTest App code does not fit for CC2541 with 128 Kb flash
Dear Nick,I made a mistake in UART configuration.Now UART is working well.Thanks for your reply.
View ArticleForum Post: RE: Zigbee Stack Development
Zboss is used for c8051f12x which i believe is a 8bit controller . I wish to develop it for LPC 17xx series . Do u have any idea whether this stack will work on that?
View ArticleForum Post: RE: CC2510 Flash program
Hi Whung,You are trying to program your board, but it won't connect to the CCDebugger. Is that correct?/Fredrik
View ArticleForum Post: RE: Zigbee Stack Development
Because we need higher flash for our application. No response from the freaklabs/zboss guys so far
View ArticleForum Post: RE: SimpleApp binding questions
Hi all,How can I know whether the coordinator and end device binding successful with each other?Thank u!
View ArticleForum Post: RE: Windows 8 compatibility
Ok I found that installing the SmartRF Flash programmer solves the issue. It does give some errors (indicating that it could not install some drivers) in windows 8, but IAR detects the smartrf board...
View ArticleForum Post: callback function, really confused, pls help!
Hi,Really confused about the callback function, can someone please explain it in a plain language or point me to the right literature source?From the software example that I read, it seems like the...
View ArticleForum Post: CC2510 Serial Communication
Hello Texas Instruments. I bought CC2510-Mini wireless development kit. I have tested the kit with the inbuilt program. My project requires to transmit serial data through RF. I'm confused to write a...
View ArticleForum Post: Wl1271 ELP wakeup time out error
Hi all,I am trying to run wl12xx driver for wg7311 module on am335x custom board TI SDK: ti-sdk-am335x-evm-05.04.01.00.while running iwlist command for scanning i am getting "ERROR ELP...
View ArticleForum Post: RE: CC1101 FIFO will not fill
HiBe advised that when you read TXBYTES you need to set the burst bit in the header byte. So the header byte to read TXBYTES (address 0x3A) will be 0xFA.
View Article