Forum Post: RE: Does the iOS configuration app work without changing wifi...
Yes, I read that. I guess the problem is, you don't explain HOW it works, so I'm very skeptical.I just received my eval module. It's a real pain to use, because the pinouts aren't on 0.100" spacings....
View ArticleForum Post: Mosfet substitution help 2N7002
I got a circuit from a magazine that uses a mosfet part number 2n7002. The circuit drives a led so I don't think it is real critical. The 2n7002 that the circuit calls for is a surface mount n...
View ArticleForum Post: S8050 transistor
does anyone kown what transistor i can ues to replaced 1 i have burnt out it has S8050 then below that it has D 138 i`ve looked online but can only find a match to the first number .
View ArticleForum Post: iOS SensorTag app generates invalid Objective-C source code for...
The SensorTag iOS app generates incomplete Objective-C source code. The "Main Program.m" and "Main Program.h" files are missing @interface and @implementation definitions, containing only method...
View ArticleForum Post: RE: Problems with SensorTag
I want to add another +1 to suffering this problem. I have had the SensorTag lock up fairly frequently (5-6 times today) while using both the SensorTag iOS app and my own app.This lock up can occur...
View ArticleForum Post: RE: Is it(PTM & DTM) ready integrated in v1.3?
Hi Nick “By using our HostTestRelease image, you will have access to DTM functionality.”HostTestRelease image is a special build for testing?Where/how can I get it?Is v1.3 include PTM(DTM) ready?We are...
View ArticleForum Post: RE: bbone+wl1271 configuration kernel 3.2.0 + Android JB
Update:we tried with the ICS branch supplied kernel and .ko modules -from the configuration the worked perfectly- combined with the JB root filesystem (we simply copied kernel directory to this branch...
View ArticleForum Post: RE: Unreliable wlan_connect()
Hi Yusuf,In the logs you attached, there's appear to be a successful connection in both cases. If I'm not mistaken, the AP you used is AirTiesWir and the CC3000 is LSResearch:02:12:2C.I don't think the...
View ArticleForum Post: RE: WL1271L problem when turning on Bluetooth
Hi, SundeepOK, thanks for your help and suggestion.
View ArticleForum Post: CC254X/BLE and IAR v7.XX
Not sure if anyone has looked at this before, but I have patched IAR v7.XX to work with TI BLE and the CC254X.If you have a license to v7.XX, this saves you having to upgrade to IAR v8.XXNote there are...
View ArticleForum Post: osal_GetSystemClock maximum value???
Does somebody know the maximum value osal_GetSystemClock() returns when using a cc2530?? I know this function returns a uint32 but I'm not sure the maximum is 0xFFFFFFFF.
View ArticleForum Post: RE: Implementing the BT HID Profile on MSP430 with CC256x
Hi Dan,It should take less than 120KB flash and 7KB RAM. Yes. 16MHz should work. Currently the software allows 4 speeds:typedef enum{ cf8MHZ_t, cf16MHZ_t, cf20MHZ_t, cf25MHZ_t}...
View ArticleForum Post: RE: CC2564 Internal counters
Hi Juha,I have not heard about this reading. Is there an HCI command in the specs with this info? I suppose you could get this information from looking at logs from the TX_DBG pin of our BT device.
View ArticleForum Post: RE: BT - hciattach cmd fails on wl127x
Hi Sundeep, Thanks for the information. We are trying to bring up the BT on TI J4 platform (dm814x) ezsdk package 5.04. The linux version is linux-2.6.37-psp04.04.00.01.When we try to compile the...
View ArticleForum Post: RE: CC2540 spi slave mode using interrupt
Hi, ArjuhI was able to successfully receive/provide SPI data in slave CC2540 device by using two DMA channels (otherwise, tightly packed SPI words make any sort of problem when trying to pass interrupt...
View ArticleForum Post: RE: start packet exchange
Hi,1. Look into SimpleGATTprofile.c. This part of project sets up attribute storage, UUIDs, read/write handlers, etc. 2. For Central functionality, look into GATT/GAP API description. GAP Central Role...
View ArticleForum Post: RE: Sending String Messages and Drivers
Hi,If by string message you mean an attribute you've read or written, then you surely can - simply by switching between ASCII/Hex/Decimal radio buttons.Otherwise, please clarify what string message you...
View ArticleForum Post: RE: Program the CC2530 Module
Hi Rohit,You program it through the debug interface on the 10-pin header. You need a CCDebugger to do this.You should also read the CC253x User's Guide and the CC2530 datasheet. More information,...
View Article