Forum Post: RE: CC3000 : Error in loop back MSG (PC-CC300-PC)
Hi,Regarding the blocking implementation of send, there is no bug, but expected behavior. When the tx queue is full in the device, the host will be blocked, and therefore, recv will not be called....
View ArticleForum Post: RE: What service UUID lets a SensorTag get scanned in iOS?
Hello Charles,These are techBasic parameters. The UUID should be in the sensorTag.h file. The other UUIDs should be found in the .h files for the different services.You should still be able to select...
View ArticleForum Post: About the signal which shows the state of CC8520
HiPlease let me know about DCPLpin (39pin) of CC8520.I want the signal with which CC8520 expresses ON or OFF. I think whether the output of the DCPL signal of CC8250 can be used.Is it OK even if it...
View ArticleForum Post: RE: Patch Programmer problem with TiWi-SL Modules
Hi,I tried the same here and it seems to be working fine.When burning the Driver and Firmware patches to the module, you need to confirm each patch is burn completely before moving to the next.Starting...
View ArticleForum Post: RE: Gatt_notification to Android (Razr) won't work with...
Hi Greenja. I'm using the sniffer to intercept the packets from the keyfob. Finally I'm now able to get data on the RX and send this over to UART. Have been testing with up to 20 bytes and this works...
View ArticleForum Post: CC1125 - problems with SPI -CSN and MISO
Hello!I have recently received my PCB:s with my MSP430f5507 MCU and the CC1125 RF transceiver. I have based my software on the software examples provided by TI and the code works fine on your CC1120 DK...
View ArticleForum Post: RE: CC2540 Connection parameters
Read the datasheets before asking in forum :)Check the Apple datasheet. All the values have the possible intarvals and constraints. Page 18, 19.For explanations what the values mean check the datasheet...
View ArticleForum Post: RE: CC1120 ASK/OOK packet handling
Yes, sorry. I realized that last night. Using the OOK settings from the top category all is well. Thanks for your help
View ArticleForum Post: Can the keyfob be connected by ios again if it stop advertising?
What's the difference between advertising and connectable? Chris
View ArticleForum Post: RE: Few Questions on TI Bluetooth Low Energy Stack features
I have tried the source code and I can make it work. You need to add the following items to it.1. Trigger GAPCentralRole_StartDiscovery when the role is central.2. Handle GAP_DEVICE_INFO_EVENT and...
View ArticleForum Post: RE: Communication between 2 CC1120EM
Sure, see below :#define CC1120_SETTING_IOCFG3 0xB0#define CC1120_SETTING_IOCFG2 0x06#define CC1120_SETTING_IOCFG1 0xB0#define CC1120_SETTING_IOCFG0...
View ArticleForum Post: About ON of a CS_N signal, and the timing of OFF
Hi, I may not understand about the timing which turns on CC8520 and it turns off by a CS_N signal.Since I wrote the contents to the attached file, I hope to have you see and to receive a reply. Best...
View ArticleForum Post: RE: Integrating TiWi-R2 (WL1271) with AM3354 using 1.8V SDIO/MMC?
Hi Victor,It took me a while to get everything going, but here is what I have found:I am using 'ti-sdk-am335x-evm-05.07.00.00' and the associated 'linux-3.2.0-psp04.06.00.10' kernel - modifying the...
View ArticleForum Post: RE: How can i change CC2540 RF Power
Hello Jun,In all the sample projects you can find a xxxapp_HandleKeys routine. This is used to turn advertising on and off and also to toggle the Tx power level from 0 to -6 dBm.The functions are...
View ArticleForum Post: RE: CC3000 TiWi-SL vs TI SimpleLink CC3000
Hi,I had some problems with:1.- SPI Mode ----> (CPOL= Low, CPHA= 2Edge)2.- IRQ ----> You need to Disable the IRQ Manager but not the IRQ LineIf you send the Simple Link Start Command and the...
View ArticleForum Post: RE: WL8: wl18xx-fw.bin vs. wl18xx-fw-mc.bin
Hi Victor,thanks for the info. I will do so.Best Regards,GINNI
View ArticleForum Post: RE: Why the connection from IOS to my keyfob takes such a long...
But when I use the BTool to connect to my keyfob, it is very quick, so what cause so big difference between USB Dongle and IOS devcie? Chris
View ArticleForum Post: SampleSwitch add endpoint
Hi,I would like to extend the sampleswitch application (Home Automation) to have two switches. Both on different endpoints. What is the correct way to do this?Best Regards,SjefEdit: I think I need to...
View ArticleForum Post: RE: Any method to make advertising interval longer than 10.24...
Hi Chris,Sign Bit does not confuse with these two. I fully agree with Sign Bit. You can add extra event to fire every 15 minutes and make the device discoverable for a few milliseconds then end...
View Article