Forum Post: RE: Is it possible to use CC2530EMK to program ZStack firmware to...
Hi, CC2530 ZDK is my suggestion.
View ArticleForum Post: Taking advantage of the PAN1326 Dual-mode capabilities?
I'm trying to design a headset that can take advantage of the PAN1326's Dual-mode capabilities, i.e. run A2DP while active, then switch to Low-Energy while sleeping or idle. The materials I've found...
View ArticleForum Post: RE: TRF7970EVM GUI transmision code
Thank you a lot, J.D..Your advise is so nice for my understanding regarding EVM GUI.I have one more question about code transimitted from GUI at NFC tab.My question is on the code marked above.As my...
View ArticleForum Post: RE: debug callback functions
Hi NickNo, not able to single step even when i have the breakpoint there. May be i am missing on something. Please tell me when does "uartConfig.callBackFunc" gets triggered.Or it should be called...
View ArticleForum Post: RE: LF RFID Reader
Thanks for the reply JD. I guess I was mainly just confused regarding the differences between the readers, and if just the reader was enough, or if you need a RFM with the reader?I'll do some more...
View ArticleForum Post: RE: How does a router which is lost, get back to the network with...
Hi YiKai, Does that mean there are two kinds of threshold , the lower one for channel interference report and the second higher for channel scanning? And you say "can’t communicate with the channel...
View ArticleForum Post: RE: BT - hciattach cmd fails on wl127x
Hi Abhijit,Yes. Wifi works in this setup.Regards,Rohini
View ArticleForum Post: RE: Configurator-Example "Wireless Headset" Problems
Hi,I found the problem. Needed to remove my own custom files from My Documents (Application Roles and Audio Devices), and do a clean install of Configurator.However, when using the Example "Wireless...
View ArticleForum Post: RE: send() not actually sending
tusagaSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); connect(tusagaSocket, &tusagaSocketAddr, sizeof(sockaddr));__delay_cycles(100000);if (tusagaSocket == -1){wlan_stop();while (1)...
View ArticleForum Post: RE: TRF7970EVM GUI transmision code
Hey Masahiro,You are correct, that 0DD4 is ignored and it doesn't have an effect in the Firmware. The Firmware currently takes some minor shortcuts instead of flowing exactly like the spec. I suspect...
View ArticleForum Post: RE: TRF7970A-EVM and Visual Basic...
Hey Andrew,It sounds like you have it working through the GUI right now the way you want, correct? Now you just need to find a way to pull this into Visual Basic? I would say most customers only use...
View ArticleForum Post: CC2540/41 RF_P, RF_N DC Path
OK to short CC2540/41 pins RF_N, RF_P together at DC as shown in App Note DN041 ? I ask this because the CC2540/41 Eval Modules have an 18pF DC block shown in the schematics (pg 33 swru301). Thanks !
View ArticleForum Post: RE: Stellaris & PAN1325A issues coming from PAN1325
Is __SUPPORT_PAN1315ETU__ defined in project definitions? The software should work with both devices. There is probably some error in the initialization stage of loading the Service Pack. We will...
View ArticleForum Post: RE: problems with BSP_InitBoard function in the simple_hid_eb -...
Hi,What do you mean by, "If it is included by another file, it will be part of that compilation unit. IAR just won't compile the included file as a separate compilation unit"?Is the file I am...
View ArticleForum Post: RE: LF RFID Reader
Hey Hussain,You basically just need the reader of the RFM. I'll give you a short breakdown below. The TMS3705 is a micro reader chip that needs just a few external parts, and antenna, and a micro (see...
View ArticleForum Post: CC3000 Sockets
I understand that the module has 4 available sockets for general use (8 in total)Can these four sockets be configured in any combination of TCP/UDP?What is the buffer size for each TX and RX buffer...
View ArticleForum Post: RE: Android and Bluetooth Smart - It works on the Samsung S3 phone
rswl88 - how did you get access to the com.samsung.bluetoothle api?I need to do something very similar to what you have got going but I don't know how to get access to the libraries - if you could show...
View ArticleForum Post: RE: How to access bluetooth low energy devices from Windows 7
I cannot find anything called TestHostAll. There is a project called HostTestApp. Is that for the USB dongle?I was also wondering if we could get source code for the BLE Device Monitor from TI?
View ArticleForum Post: RE: CC2540 halSleep( ) function
Hi,Nick,What I want to achieve is that I want to develop a pedometer with BLE function, and I want to start the BLE function in a interval, for example, every 5 min the pedometer will spend 20s to...
View ArticleForum Post: RE: Is it possible to use CC2530EMK to program ZStack firmware to...
Yes, they should be the same.
View Article