Forum Post: RE: CC1101 problem
HiHave you reset the radio properly after power on? Please see Section 19.1.2 of the data sheet on how this should be done.I am also wondering when you pull CSn low and high?Siri
View ArticleForum Post: RE: CC1101/CC1190 combo - CS detection happening during...
Hi again Sverre,Apologies for the delay in getting back to you with more info on this. We have finally had some interesting developments after resuming today.We received samples of our new board spin...
View ArticleForum Post: RE: CC1150 reference design
Thank you for notifying us about the broken link. We are going to fix it. I have attached the ref design for convenience. (Please visit the site to view this file)
View ArticleForum Post: RE: Measuring RSSI on CC2500
Try this (example code from eZ430-RF2500):SMPL_Ioctl(IOCTL_OBJ_RADIO, IOCTL_ACT_RADIO_SIGINFO, (void *)&sigInfo);transmitData((signed char)sigInfo.sigInfo.rssi, (char*)msg); --> Send to screen.
View ArticleForum Post: Host driver compatible for TiWi-SL and cc3000
Hello,I have a doubt about the host driver for the cc3000. I was recently testing the host driver for the TiWi-SL and everything was OK. It's really great but my target is to use the cc3000. Then my...
View ArticleForum Post: CC3000EM PCB Design File
The schematics for for the CC3000-EM is done in ORCAD and I could easily import it to Altium Designer. I am, however, having trouble importing the .PCB file. What tool was used for PCB design for...
View ArticleForum Post: RE: CC1101 RX Filter Question
Your write "CC1050 just isn't made to handle async mode very well, they like to be used as packet radios and that's about it.". I disagree with this statement. In asynchronous serial mode the CC1050...
View ArticleForum Post: RE: The trouble which stops at a BIOS screen occasionally when...
Hi Kjetil,Thank you for your reply.From the first, this phenomenon occurred in the Headset-board created at our company.Therefore, I thought that it was a problem of the board of our company at first....
View ArticleForum Post: RE: Production programming of CC2540
Thanks for above answers. A 5-pin connector would in practice be needed then, including VCC. Got it.
View ArticleForum Post: RE: about cc2541 for HID example
I have not modified it to mouse but I suppose it is not difficult to change it. Try to do the following items.In hidemukbd.c,1. Change GAP_APPEARE_HID_KEYBOARD to GAP_APPEARE_HID_MOUSE in advData.2....
View ArticleForum Post: RE: toggle on/off ZPLUG with ZTOOL
Could you check what end point you use on your coordinator application? You need that to fill in SrcEndpoint.
View ArticleForum Post: RE: CC2530 RF Test Signal
There is a problem!I can't activate the register view in the device control panel.I push F6, described in the help documentation, but i don't get the register view.Exists a workaround?Are there known...
View ArticleForum Post: RE: Convert SimpleApp Sensor Device to Router Device
Hi,There is no router template in SimpleApp example. I would suggest you use router template in SampleApp example and revise based on it.
View ArticleForum Post: RE: Set Osal Events
I still don't understand your intention. There is nothing wrong with the infrastructure of TI ZStack. I have looked at other ZStack implementation and all are similar. I would suggest you to study...
View ArticleForum Post: RE: String Characteristics
The output buffer is char output[128]. I just give you a rough example to show you how to format string using sprintf. You could revise the code and put it to where you want to use it.
View ArticleForum Post: RE: CC3000 Launchpad Initial Connection
Ok. I tried this at another house using comcast with a Linsksys Wireless-G router. I accessed the router and found the wireless MAC filter, which was off.Then I checked the DHCP settings and found...
View ArticleForum Post: RE: Few Questions on TI Bluetooth Low Energy Stack features
Hi, I can give you some info about item 1 and 2.1. It is 3.2. Please refer to http://processors.wiki.ti.com/index.php/MasterSlaveSwitch. It needs to power recycle to change role.
View ArticleForum Post: RE: What firmware(SOFTWARE PACKAGE) been used for COMBO MODULE?
Hi lin., as you said i can use the AM335x Evaluation Module KIT for the (BT/WIFI). Then what about the BT STACK and WIFI STACK? Wll you providethanks in advance
View ArticleForum Post: RE: I2S mems mic to purepath CC85XXDK-headset
Hi Kjetil Thanks once again for the details. Changing the application role using the Wireless headset as the example does not seems to be straight forward.Once open the wireless headset example, i am...
View ArticleForum Post: RE: RSSI_VALID signal problem
I have already read that doc and performed the experiment according to the instruction describe in the document. I got response time equal to 300-400 usec for stable RSSI. when I use this timing in my...
View Article