Forum Post: About CC1120EMK868-915 and 955
Dear expertI have a plan to develop the board in ARIB STD-T108 .However, Japanese TI says that he can not sell devices because he can not support me.I am going to push forward development...
View ArticleForum Post: RE: osal_start_timerEx()
How do you reset variable that is used to count for 10 minutes? Do you check if there is overflow of the variable?
View ArticleForum Post: RE: CC2430 Z-Stack download request
Dear Sergy,You cant use TIMAC 2530 for CC2430 board.I have TIMAC 1.4.3, if you need , send me your email id....
View ArticleForum Post: RE: Rerouting not working properly
Hi Derek,yes, if the MAC dest was 0x0000, the MAC ack could be obtained from the corresponding node only (i.e. the coordinator). However, as I wrote in my previous post, it seems the coordinator...
View ArticleForum Post: BT - hciattach cmd fails on wl127x
Hi, We are trying to make BT up on J4 dm814x board using murata com6(wl127xx) chip. After booting the kernel we did the following insmod operation insmod compat_bt.koinsmod cfg80211.koinsmod...
View ArticleForum Post: BT - hciattach cmd fails on wl127x
Hi, We are trying to make BT up on J4 dm814x board using murata com6(wl127xx) chip. After booting the kernel we did the following insmod operation insmod compat_bt.koinsmod cfg80211.koinsmod...
View ArticleForum Post: RE: cc112x easy link
HiIf you post your exported register settings, it will be easier to help you.The while(!packetSemaphore) waits for a falling edge on GPIO2 to indicate that the entire packet has been sent and that the...
View ArticleForum Post: RE: CC2540 Power Management
Hello......Thanks for the reply....How to port the HAL layer to my board and how to ensure that the lower layer works properly??Please guide me.....Thanks.
View ArticleForum Post: RE: WL1271 as AP
Hi Abhijit, I am not sure of the driver version, from where can i get this info in the build?Yes i do know i have to run hostapd instead of wpa_supplicant, the moment i execute hostapd, i get...
View ArticleForum Post: Z-Stack Lighting release 1.0.0 Typo Error
Dear TI, I found the typo error in the zll_initiator.c function in the latest TI ZLL release. /********************************************************************* * @fn...
View ArticleForum Post: RE: Wl1283 WiFi + BT + GPS support for Android ICS
Hi vijay Not exactly, there is no details about GPS configuration. We were decide move to WL1283 because of BT+WiFi+GPS in single chip. But they didn't provide any details about how to...
View ArticleForum Post: RE: Radio switch OFF & ON
Yes, there is no API to allow you to turn on transmission continuously. However, you can do it by yourself to control the cc2530 register directly.
View ArticleForum Post: CC2595 Datasheet & Appnote
HiIs the CC2595 datasheet mentioned in the website is preliminary one? Basic parameters like bias resistor values and application schematics are missing in the datasheet. Also there is no info...
View ArticleForum Post: RE: osal_start_timerEx()
It is weird to have this delay, Could you change the period of osal_start_timerEx to 20000 and count from 1 to 30. The report cycle keeps at 10 minutes and see if you still have this problem. I revise...
View ArticleForum Post: RE: Zigbee Latency in the CC2530ZNP
I will suggest you to create a event that sends out report periodically. The pseudo code is like the followings:if(events & SEND_RPT) { afSendData(DEFAULT_ENDPOINT,DEFAULT_ENDPOINT,0,...
View ArticleForum Post: RE: Z-Stack Lighting release 1.0.0 Typo Error
Dear TopCat, Yes, it bit difficult to trace this bug. Precondition : we need to test the scenario with 2 server and 1 client.If you test with 1 server and 1 client.you wont see any issue. Since we...
View ArticleForum Post: RE: cc113l can not receive
Hi,SpiStrobe(CCxxx0_SFRX); should be SpiStrobe(CCxxx0_SRX);That is my mistake sorry.
View ArticleForum Post: CC1120 - CC1100 serial synchronous mode communication
The existing RF system has two CC1100s operating in serial synchronous mode. One of the CC1100 transceivers is replaced by a CC1120 (in synchronous serial mode). We are unable to 1) Send data from...
View ArticleForum Post: RE: CC2540 "The third-party INF does not contain digital...
I realize that this is an old post...but I am having this problem. So far I have been using a Windows 7 PC with btool for debugging my ble profile development. This worked fine for me because I used...
View ArticleForum Post: Can BLE send Advertising message during Scanning???
Does BLE Stack support to send Advertising message during Scanning ??? Thanks
View Article