Forum Post: RE: CC110L wake/sleep function issues.
That was it! was writing 0x37 for SIDLE (NOT 0x36). Thank you for your help!!
View ArticleForum Post: RE: Can't acquire RSSI values from CC2530 Mini ZNP Kit.
Thank you for your quick response. Im just curious about why cant F2274 run ZAP? is it because of its 32KB memory limitation?
View ArticleForum Post: RE: CC1110 hang in the middle of operation
Below is the sample code. The code can run on EVB very stable and well, so I think there is no issue with software. I believe it is something wrong with the chip or my hardware. But my hardware is...
View ArticleForum Post: RE: I need chip recommendations
Hi, we do have a demo that implements A2DP Sink using our Bluetooth 4.0 device, CC256x. This wiki contains more info: http://processors.wiki.ti.com/index.php/Stellaris_Bluetooth_A2DP_Demo
View ArticleForum Post: RE: CC2530 Hardware Tool
OK, I see. You would need a tool from one of our third parties. I suggest you take a look at the programmers from ELNEC (www.elnec.com). They would have the socket adapters and programmers you need for...
View ArticleForum Post: RE: Programming CC2530EM with CC debugger
Did you go through the details in the CC Debugger's User's Guide? For the packet sniffer to work with your board, you also need to hook up 4 additional signals (SPI) between the debugger and the CC2530).
View ArticleForum Post: RE: CC 2540 MINI USB dongle not recognized. red led ON
Does the dongle appear somewhere in the windows device manager (e.g. as unknown device) when you plug it into your PC?
View ArticleForum Post: RE: Macro Problem
Sounds strange, really. Note that macros can be hard to debug and the compiler can generate strange error messages when something isn't quite rigth.Just make sure that there are no blank lines in the...
View ArticleForum Post: RE: Unreliable wlan_connect()
Hi,Please see an example of how to open and connect to a tcp socket.sockfd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); dest_addr.sa_family = AF_INET;// The destination port dest_addr.sa_data[0] =...
View ArticleForum Post: Sub-1 GHz Spectrum Analyzer (SA430) Firmware problems
Hi,I just bought the SA430 Sub-1 GHz RF Spectrum Analyzer tool, I installed the software and I plug in the Spectrum analyzer to my PC,when i try to connect my spectrum to my PC using the "Connect" icon...
View ArticleForum Post: RE: How to Use two Antenna with trf7970a
Thanks josh again for the useful information.I have also looked on some cheaper RF switch solutions as below as213-92please give your comments on the switch for interfacing with trf7970a.(Please visit...
View ArticleForum Post: RE: BTLE chip antenna
There aren't any. You could use any chip antenna. Any antenna that has 50ohm impedance and operates in the 2.4GHz space should do the trick.We've seen chip antennas from Murata, Johanson and Antennova...
View ArticleForum Post: No response to Read/Write requests
I have 2 CC2540 devices, one peripheral and one central which communicate fine only about 50% of the time. About half of the times, I can see with the sniffer the connection made, ATT_Read_Req or...
View ArticleForum Post: RE: How to implement OAD on CC2540 peripheral device with the...
Hi Aslak,I got the answers on cc2540 OAD images and the OAD manager. Thanks.However, I still need more info about how to download the OAD image from iphone or other central device that cc2540...
View ArticleForum Post: RE: CC2520 2nd harmonic emisions in Rx mode
What I tried to ask: Have you tried to terminate the two RF pins in a 50ohm resistor close to the input and remove the balun? Without knowing exactlly how you test it is somewhat difficult to come up...
View ArticleForum Post: RE: Android and Bluetooth Smart - It works on the Samsung S3 phone
Here is another cool gadget and example that S3 seems to work:http://www.indiegogo.com/sticknfindAre nobody interested in three free TI Blutooth Smart Kits? InterestingLPRF Rocks the World
View ArticleForum Post: RE: ZigBee control and power reading
I'm not really sure what your question is. Allow me to me clarify. Basically we're looking to purchase the correct software development kit from TI along with ZigBee coordinator, router, and end...
View ArticleForum Post: CC2564 sometimes fails deep sleep mode after advertisement stops
Hi, I am currently toggling advertisements on and off based on a 1 second timer. Most of the time, after advertisement is disabled, CC2564 would enter deep sleep successfully. However, 1 out of 10...
View Article