Forum Post: RE: Sample code for BLE on htc1x
Hi Jon, That's great news, one step closer. I have not gotten any response yet, but I have sent them this thread as reference and hopefully they'll answer. Either way, we'll hopefully have Android...
View ArticleForum Post: RE: CC2540 BLE specification
Hi D, For example: You would perform a scan and discover three devices. You will then have the addresses for these three. Simply connect to these sequentially. Easiest way to understand this process is...
View ArticleForum Post: RE: CC2540 HID full qwerty keyboard development
Hi, If referring to the polling interval (debounce check) it's found at: osal_start_timerEx( Hal_TaskID, HAL_KEY_EVENT, 100); That's in milliseconds. Best Regards
View ArticleForum Post: Inconsistent Connect Drop When Bonding is Enable
Hi, I am using TI BLE CC-2541 for my low power blue tooth application. In my application, i am using CC 2541 as slave device (Peripheral) with pairing and bonding is enable. In BLE stack 1.21 there is...
View ArticleForum Post: RE: Min. size, low energy, medical device, sending data from time...
Hi Daniel, I agree fully with Kazola. Additionally, we are soon (2012Q4) releasing a new kit, CC2541DK-SENSOR which will suit your development/evaluation even more :) Teaser found here. Best Regards
View ArticleForum Post: disabling SYNC and PREAMBLE in CC1101?
Hi, I've a good code for the CC1101 that works perfectly :) This is my main: #include "include.h" #define STATE_RX 0 #define STATE_TX 1 extern char paTable[]; extern char paTableLen; char...
View ArticleForum Post: RE: CC1101 Tx FIFO not emptying in Tx
Thanks for your efforts Martin. I have solved the problem, which was related to my FIFO writing routine. Regards Justin
View ArticleForum Post: RE: CC3000 SPI Clock Polarity and Phase
Who is responsible to fix the Host Programming Guide? Could you contact them and let them know of this mistake. It still shows CPOL=0, CPHA=0. Let's get it done and save the next one to come along...
View ArticleForum Post: RE: OMAP-L138 + WL1271 is it possible?
Inderjit, please run find . -name "config.log" command on your work space directory. Each package contains such file and I need to examine each config.log file to see the reason of failure. Please...
View ArticleForum Post: RE: how to add XDATA_HEAP segment
I would recommend to just not even do it. You must be attempting this in order to use the IAR C library implementations of malloc and free. But you've already got a perfectly good and optimized...
View ArticleForum Post: RE: CC Debugger supplying -3.3 V?
Pin 2 (Vdd) is input to the CC Debugger's level converters.Pin 9 is the 3.3V supply from the CC Debugger. As berms03 points out, you've connected your target's power to pin10 on the debug header. To...
View ArticleForum Post: RE: CC3000 FRAM Sensor Application disconnecting
Brian, I still haven't gotten around to building a new program. I tested on a few other machines and I noticed this program is very dependant on the version of java you have installed. You can test if...
View ArticleForum Post: RE: Delay between ZB_START_REQUEST and ZDO_STATE_CHANGE_IND
Hi Ilya Thanks very much for your response. let me refine my question: in ZGlobal.c, we setup default scan duration as: // Default starting scan durationuint8 zgDefaultStartingScanDuration =...
View ArticleForum Post: RE: BLE in a real time automation system
Hi! http://processors.wiki.ti.com/index.php/CC2540_Data_Throughput
View ArticleForum Post: RE: BLE Peripheral+Broadcaster multiple role
Hi, Just press the left button :). If you using packet sniffer, don't "connect" to the initiator. Hope that helps...
View ArticleForum Post: RE: Difference between PWR_EN and WLAN_EN
Hi Jim, Could you point out where do you see this. We have a system wide power enable that switches the entire chip. So the host only has to control the PWR_EN which then switches the wlan enable...
View ArticleForum Post: ICODE ILT ISO15693 3-mode-3
Hello, Is there any TI reader that can support ICODE ILT which is based on ISO15693 3-mode-3, which is equivalent to UHF EPC Gen 2 class one protocol? Thanks Vlad
View ArticleForum Post: RE: Bind() doesn't work with 0.0.0.0 address ??
Hi Kumar, Yes it can receive and send data using the unicast address, I have tried multiple time. Does the receive also hangs if you are only receiving, or when it switches from sending to receiving,...
View ArticleForum Post: RE: CC3000 with MSP430FR5739
Sam, Did restarting resolve your issue? Nic If this answers your question, please click the Verify Answer button on this post. Thank you
View ArticleForum Post: RE: New Evaluation module for CC1125
Look at http://www.ti.com/litv/zip/swrr102 and http://www.ti.com/litv/zip/swrr097. The SAW filter uses 3 components for optimal impedance matching; C193, L194 and L195. Remove these and remove the SAW...
View Article