Forum Post: RE: TRF7970EVM GUI transmision code
Hey Masahiro,Could you possible just copy and paste what your seeing in the log window of the GUI and maybe also attach a screen capture of the GUI? I want to see exactly when this command it being...
View ArticleForum Post: RE: GATT Notification cannot receive on iPhone
My observations are identical. iPhoneFileTransfer doesn't work. However there is interesting detail in the code. nData.handle = 58; //I wonder if this handle somehow helps you configure notification...
View ArticleForum Post: RE: send() not actually sending
int s = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);tRemoteAddr.sa_family = AF_INET;tRemoteAddr.sa_data[0] = (port & 0xFF00) >> 8;tRemoteAddr.sa_data[1] = (port &...
View ArticleForum Post: RE: CC3000 and Ad-Hoc Mode
CC3000 does not support AD-HOC mode.[quote user="Dmitry Bodnya"] So, does it mean that CC3000 could not connect to Ad-hoc initiated from another device(laptop, for example)?[/quote]You can config your...
View ArticleForum Post: cc1125 spi
Hello,I'm trying to connect my own MCU to the CC1125 via its evaluation board. I believe that I have everything wired together properly. What I need help with is some of the SPI stuff. I ran the...
View ArticleForum Post: RE: CC2591 + CC254x
ThanksUsing CC2543 and CC2544 with CC2590 / 1Approximately, What communication distance is reached?Best regards
View ArticleForum Post: RE: CC3000 WPA2-PSK
Hello Burak,Thank you so much. What will I face when the CC3000 wants to connect to AP? Does the TI software / firmware have this provision during Smart config? Can you please the API and parameter?...
View ArticleForum Post: RE: problems with BSP_InitBoard function in the simple_hid_eb -...
I belive the function definition I am looking for is in bsp_board.c located on the left in the project file browser. However, this file has a greyed out "x" next to it and when I right mouse click on...
View ArticleForum Post: RE: BLUETOPIA STACK ON CC2560
Hi John,No, I have not seen customers with this problem. If they are, they can go directly to SSO. We do not make the drivers, you would have to contact the Stellaris team if you are talking about...
View ArticleForum Post: RE: Open Source Compiler for CC2540
This is very good feedback.Unfortunately, TI only support one of the multiple compilers available, 8051 CompilersLPRF Rocks the World
View ArticleForum Post: RE: CC2564 / PAN1326 returns an HCI error code after running init...
Hi Nero,What baud rate are you using? The default is 115.2kbps. Refer to Bluetooth specs for HCI Events format.
View ArticleForum Post: RE: Android and Bluetooth Smart - It works on the Samsung S3 phone
There is another option available to be investigated using Dbus.https://github.com/android-btle/frameworkLPRF Rocks the World
View ArticleForum Post: CC2540 miniDK Dongle to multiple keyfob
HiI am trying to tag 2 keyfob to 1 dongle. I am using BTool. I tried to establish both connection to both keyfob to try out on the proximity program but did not work. here the issues i faced.1. after...
View ArticleForum Post: RE: WL12xx is not getting initialized....
Hi Pavan,Glad to know that WLAN is working on your set-up.We have wiki links which will explains the different modes of operations. Below are few links which might be helpful:For Station...
View ArticleForum Post: RE: CC1101/CC1190 EMK Reference design update for 915 MHz
Thanks very much - yes on second review of the specs that limit makes sense.Further investigation has shown that antenna-detuning (due to our enclosure) was causing problems. One symptom was a...
View ArticleForum Post: RE: bbone+wl1271 configuration kernel 3.2.0 + Android JB
Hi Sodjas,If you have WLAN working on ICS, it should also work on JB.Whenever they are changes pushed to hardware/ti/wlan, corresponding updates are also made to firmware and wpa_supplicant.What is the...
View ArticleForum Post: RE: How to access bluetooth low energy devices from Windows 7
Yes, I have been using the BLE Device Monitor.That program works on Windows 7 with the CC2540 USB dongle. Can we redistribute our version of the CC2540 USB dongle? Is the dongle a reference design that...
View ArticleForum Post: RE: What is best or resonable setting for data rate of 125Kbps...
Tan, The output PA is actually supplied by the internal LDO inside the CC2500, there is no substantial change in performance while changing the input supply voltage from 2.0 to 3.6V.Regards,/TA
View ArticleForum Post: RE: CC2530 HA profile configuration
Hi anik,Yes, set the destination short address to 0x0 when using endDevice_bind_request() would make two end-device in a zigbee network bind by coordinator.
View ArticleForum Post: RE: wl1271 + mac80211 suspend/resume questions
Hi Abhijit,Thanks for your information.I have configure both GPIO pimux and MMC_PM_KEEP_POWER in kernel, but still got the error message when suspending:ps: kernel 2.6.37 seems has no mmc pm_flag, so...
View Article