Forum Post: CC2543 basic mode operation
Hi,I need to get this chip set running really quickly,Is there any one that has the CC2543 running in basic mode that would share their RF setup & run code?Thanks for your help.Larry
View ArticleForum Post: RE: NFC and BT Smart - (CC2541+ RF430CL330H) - Pairing BT Smart...
Excellent, Eddie. I will contact you.Actually, Android is coming with BLE support with API Level 18Bluetooth Low Energy And AVRCP 1.3 Coming To Android With API Level 18Android PoliceThere's no denying...
View ArticleForum Post: RE: ADC Timing issue
What are you using to control your sampling timing - are you relying on a hardware or software timer or the connection interval? At 5ms this is faster than the minimum connection interval. What is your...
View ArticleForum Post: RE: Intermittent failure to enable notifications on custom...
This problem occurred as the Peripheral device library was inadvertently set to CC2540_BLE.lib rather than CC2540_BLE_peri.lib when the stack was ported to 1.3.1. Changing to CC2540_BLE_peri.lib...
View ArticleForum Post: Alarms Cluster usage
Let's say I have the Power Configuration cluster and set the alarms for High and Low voltage. Then, I need to somehow connect these events to the alarms cluster. How to do it?I've already enabled...
View ArticleForum Post: RE: How to do a full network discovery?
There is no automatic way of doing this and it is unrealistic. In general, there is a host that connects to coordinator via UART or SPI interface and this host will keep the device info that has joined...
View ArticleForum Post: RE: Sending larger data/multiple packets
23 bytes is the limitation of GATT_Notification. You can have a look at the data structure of its second input parameter attHandleValueNoti_t and will see. If you want to send more than this limited...
View ArticleForum Post: CC2540 - writing secondary IEEE address programmatically
Hello everyone,I'm failing to change the secondary BT address directly from code. I know I can do it using the Flash Programmer however in the solution I'm working on being able to change the address...
View ArticleForum Post: RE: bluetooth support using wl1283 in custom board
Hi Sundeep,Thanks for your kind reply.till now my board is not up due to some other reasons, i hope this will work for me after board becomes ready.regards,Jags Gediya
View ArticleForum Post: board-level configuration for wlan integration
Hi,i have ARNDALE board with samsung exynos host processor as a reference. but in my custom board i change mediatek chipset with wl1283 for wifi and bluetooth...
View ArticleForum Post: RE: ZStack-MSP2618-2.5.1 support
You can refer to SampleApp in \ZStack-CC2530-2.5.1a\Projects\zstack\Samples\SampleApp\. Check the HAL_KEY_SW_1 case in SampleApp_HandleKeys(). When HAL_KEY_SW_1 is triggered, it will call...
View ArticleForum Post: RE: CC2571 and pin 31 R_BIAS
Hello James,The schematic diagram found in the reference design on the product information page has the resistor value. As a general rule though, the CC25xx devices have a Rbias resistor value of 56K...
View ArticleForum Post: RE: Need a favour from some kind soul...
This post has details on the program for converting to .bin file found in the BLE folder.http://e2e.ti.com/support/low_power_rf/f/538/t/246875.aspxThanks,
View ArticleForum Post: RE: wl1271: ERROR sdio read failed (-110)
This issue has been resolved. The massive amount of SDIO read failures were caused by overdriving the 1.8V enable pin with a 3.3V GPIO. The AM335x was unable to establish communication with a powered...
View ArticleForum Post: [WL1271] Stress Test Failure - ERROR watchdog interrupt received!
WiLink champs, We are stress testing out WL1271 + AM3352 customer board by calling wget on my PC to download a 100MB file in an infinite loop from Apache over the Wifi link. It was able to make a lot...
View ArticleForum Post: RE: cc2541 HAL UART intermittent data corruption
The UART of CC254x is not work under sleep mode. I suggest you disable power saving first and have a try again.
View ArticleForum Post: RE: CC1111 USB issues
I tried the RF modem test app and two of my USBs are working now. My computer can detect the USB now. Thanks a lot.Currently I am using CC1111 dongle that operates on 400MHZ. How can i make changes in...
View ArticleForum Post: RE: CC3000 with dual mode stack IPv4/IPv6 or IPv6 only?
Hi Martin,There are currently no plans to support IPv6 in CC3000. Our Wilink products are currently available if you want to use the host processor. Regards,Aaron
View ArticleForum Post: RE: Is it possible for CC3000 device to be appear in a list of...
Hi Abhishek,The CC3000 cannot function as an access point.If you're trying to find the presence of one, you could use a WLAN sniffer of some sort. Regards,Aaron
View Article