Forum Post: wl1283 BT firmware
I have dowanloaded Bluetooth firmware fromhttps://github.com/TI-ECS/bt-firmwarebut i found there same named .bts files for different processors.so, are that firmwares processor dependent?if i am using...
View ArticleForum Post: Add Move/Step Colortemperature Command in ZCL
Dear TI!I have discovered, that in Z-Stack Lighting 1.0.1 the commands Move Colortemperature and Step Colortemperature are not implemented. I added these commands in the Stack-Files. Can you give me...
View ArticleForum Post: RE: Communication between 2 CC1120EM
I detect a CS on the receiver -> GPIO2 = 0x11 (17) -> led blinks at each transmissionHow I can proceed to enable a continous emission of predifined packet ?Regards, VincentPS : The modules are...
View ArticleForum Post: RE: Is CC1125's Carrier sense threshold maximum value?
If you test with these AGC settings with normal packet RX/TX you will see that the maximum RSSI reported is around -54dBm. I assume you have taken these settings from the 200kbps setting where the AGC...
View ArticleForum Post: RE: The trouble which stops at a BIOS screen occasionally when...
Hi Kjetil, Although the affair of stopping at the high version of FW by BIOS was solved, a different problem has occurred.Can you be asked for a check?i'm sorry. Best regards.Hirokuni Oota
View ArticleForum Post: IAR How to produce the binary file for OAD Image
I want to support Over The Air Firmup function of CC2541 Keyfob.According to 《OAD_for_CC254x.pdf》document, I can't produce the binary file(. bin file).on page 11 of 《OAD_for_CC254x.pdf》"If this is your...
View ArticleForum Post: RE: CC2540 OAD: size of minimal A-image ?
I want to support Over The Air Firmup function of CC2541 Keyfob.According to 《OAD_for_CC254x.pdf》document, I can't produce the binary file(. bin file).on page 11 of 《OAD_for_CC254x.pdf》"If this is your...
View ArticleForum Post: RE: OAD: imgA and imgB
I want to support Over The Air Firmup function of CC2541 Keyfob.According to 《OAD_for_CC254x.pdf》document, I can't produce the binary file(. bin file).on page 11 of 《OAD_for_CC254x.pdf》"If this is your...
View ArticleForum Post: RE: CC3000 Porting with PIC-32 (IRQ Problem)
An update,I am using two other SPI ports for real time data acquisition, the interrupts from these seemed to be causing some trouble with the CC3000 driver, They have higher priority. I have made them...
View ArticleForum Post: KeyFob battery calculation wrong?
Hi there,I was just digging through the code of the KeyFob again and I stumbled upon the calculation of the battery percentage in battservice.cAll calculation is done against a REF-voltage of 1.25V but...
View ArticleForum Post: RE: RF transceiver with matched filter
Hi Richard,thank you for the answer. What I'm looking for is a matched filter like this: http://en.wikipedia.org/wiki/Matched_filter which is used in the signal processing for maximizing the...
View ArticleForum Post: RE: Get/Set Variable
It sounds like you want to use the USB dongle in the same way you would use BTool to read the characteristics and UUIDs etc. That would require the HCI commands.The HCI commands and the response to...
View ArticleForum Post: RE: IAR How to produce the binary file for OAD Image
You have probably seen the response from this pos by now, but just in case..http://e2e.ti.com/support/low_power_rf/f/538/t/246875.aspx
View ArticleForum Post: RE: CC2540/41 BLE compatibility
Hello Yuri,For the Samsung, you can get some valuable information from the following post. http://e2e.ti.com/support/low_power_rf/f/538/p/240097/914954.aspx#914954On the PC side there are many...
View ArticleForum Post: RE: Max transfer rate on BLE communication
Hello Igor,For the CC2541 operating in BLE Mode, you will have the same speed restrictions.The CC2541 can operate in Propritary Mode (Non BLE) at a data rate of up to 2Mbps. You can actually switch to...
View ArticleForum Post: RE: Can a broadcaster application be notified of a scan request ?
Hello Damien,Welcome to the Forum!The Broadcaster and Observer roles are something I have not played with yet. When I get back to my PC I will have a look at them.In the meantime, from the code for...
View ArticleForum Post: CC3000 Driver & Missed Interrupt Problem
Hi all,I've painstakingly traced a stall in the CC3000 driver code to a call to nvmem_read() which happens during wlan_smart_config_process(). This call attempts to read the AES key from NVMEM on the...
View ArticleForum Post: RE: RSSI_VALID signal problem
Hello Awais,As you have seen in the DN505 on page 5, the RSSI Response time depends not only on the AGC state, but also on the signal strength. For most design notes and test procedures, they are...
View ArticleForum Post: RE: Set Osal Events
You only call SampleApp_ComPeriodicMessage when "if (w == w1) " and "if (w > T[p])". If these two rules are not meet, the EVENT_comunication_start won't be triggered. Could you set break points...
View Article