Forum Post: UBL details
I wonder if there is some more detailled information for the UBL than shipped with the BLE stack package.Several questions came up which can not be answered from the available documentation. 2 of them...
View ArticleForum Post: OSAL USB initialization and callbacks
I have imported what I believe are all the necessary USB libraries into the SimpleBLEPeripheral project and have set up my USB initialization routine in the same manner as elsewhere described on this...
View ArticleForum Post: RE: CC2540DK and Motorola
Hi Ben,DON'T do the upgrade, seriously don't do it!!! I think you will have more control for now if you using the older system! Wait until a new API documentation arrives!!! I wish I haven't made the...
View ArticleForum Post: RE: PeerToPeer connection between TRF7970A evm and Android...
I am working on an NFC project for school and I tried updating the firmware to the MSP430F2370 on the TRF-7970A board. The problem I am having is the the NFC code is producing compiler errors. It does...
View ArticleForum Post: RE: Sending text through Bluetooth to Android on Stellaris
How i should use Bluetopia+MSP430 with Blueterm Android App?I am using SPP Bluetopia example and Blueterm with mobile phone. I don't know if I should use Bluetopia+MSP430 like client or server? and...
View ArticleForum Post: RE: ZStack CC2530-2.5.0 compile and link error (?XLOAD, ?XSTORE,...
Hi Igor,i had progress on my Light Switch HA Profile (without any EB) in CC2530 SoC.I keept with Hal/Target > CC2530EB. I have a success to join my ZED (Light Switch - ZCL HA) on a Zigbee Network, i...
View ArticleForum Post: RE: CC1190EMK-868 board needed
The CC1190EMK-868 is not available. The reason is that the required BOM and layout depend on the RF chip used together with CC1190. For which RF chip do you plan to use CC1190?
View ArticleForum Post: RE: OMAP-L138 + WL1271 is it possible?
Inderjit,gettext is one of libraries the bluild script compiles and installes on root file system. Please check if it was done correctly and gettext presents on root file system. If not, please upload...
View ArticleForum Post: RE: re-established a terminated connection
Hi Ben,Hmm, could be a lot of stuff. Have a look at the attached code, It's basically a hacked simpleBLECentral that scans continuously and connects (based on advertise data 02:01:06 I think) and...
View ArticleForum Post: RE: establishing and maintaining multiple connections
Hi Ben,I believe you have to scan once and remember/store the found device IEEE addresses which is then used during connection to connect to more devices.Best Regards.
View ArticleForum Post: BLE connect/reconnect timing estimation
So I'm wondering if anyone have done any tests or have other data on how long it takes to connect two devices.The cases that I would like to estimate is:Initial connection between a node and a master.A...
View ArticleForum Post: RE: SimpliciTI newbie questions
Hi,[quote user="Hithesh"]1. Are there any examples of simpliciTI star topology. I think this is called AP ?I am looking for example where one AP connects to 2 or more EDs.[/quote]Yes, you can download...
View ArticleForum Post: RE: SmartRF05 Evaluation Board revision 1.8.1 with SPI pin number.
Always use the latest version of the document: http://www.ti.com/lit/swru210You should see the the SCLK signal on P18.16. What CCxxxx device do you have connected to the EM connectors?Br,ABO
View ArticleForum Post: RE: Cannot program with CC debugger on chip CC2540
This error message typically occurs if the SmartRF Flash Programmer is not receiving the expected response from the device.Normal causes for this are:Device is not powered (make sure to scratch off any...
View ArticleForum Post: RE: TRF7960 ISO15693 Tag reading problem
[quote user="Josh Wyatt"]Roland -yes, please check your antenna as this command snippet seems correct. You might want to also make sure that you have set the registers up correctly. For the tag flags...
View ArticleForum Post: RE: CC2543: FSC_look on pin using RFC_OBS_CTRL
Since the calibration happens about 100 us before the start of the packet, you do not need to worry about temperature changes between calibration and transmission in your scenario. For the scenarios...
View ArticleForum Post: RE: Best file format for writing to an SD card from CC2540?
The FAT32 file system is very common for SD cards and supported by most operating systems.Suggested resources: http://elm-chan.org/fsw_e.html FATFS and petit FATFS...
View Article