Forum Post: RE: CC3000 First Time Config
Hi Abhishek,I recommend starting from where ulSmartConfigFinished is set to 1 in cc3000.c and working your way backwards when debugging. The CC3000 handles events (including unsolicited ones when smart...
View ArticleForum Post: RE: Concise Examples for Bluetopia Stack on eZ430-RF256X?
Hi James,Have you looked at this wiki page:http://processors.wiki.ti.com/index.php/CC256x_MSP430_Bluetopia_Basic_Demo_APPS
View ArticleForum Post: RE: BLE Certification costs
From the FAQ at bluetooth.org:Do all products have to go through the Bluetooth Qualification Process?Yes. Any product or design containing Bluetooth wireless technology is required to be listed on the...
View ArticleForum Post: RE: wl1271: ERROR sdio write/read failed (-110)
Hi Kolusu,What is the wl1271 driver version you are using? And can you please provide a complete log of what you did and what the console shows?If you follow the instruction on this page...
View ArticleForum Post: RE: Home Automation using ZigBee CC2530 Development Kit and...
There are SPI and UART interface on MSP430F6736. You can choose one that you prefer and wire with CC2530.
View ArticleForum Post: CC2541/2543/2544 Proprietary Mode - can they interoperate with...
Is the proprietary mode support tweak-able such that it could inter-operate with existing CC2500/CC2510 nodes ?Looking at the raw specs, it looks like it should be do-able, but the details of how to do...
View ArticleForum Post: RE: Need a simple example on how to configure CC2510/CC2511 for...
Frederik,One more question/doubt, I wonder if this has something to do with my issues with setting the Radio:Should I use "XDATA Stack reentrant" or "PDATA Stack Reentrant"? On my project I'm currently...
View ArticleForum Post: RE: SmartRF Studio bug with CC1101
Amazingly this bug is STILL present in 1.10.3 (latest) and just cost me about 2 hours on a project that uses a 27Mhz XTAL.EDIT: This was with a CC430 which has a CC1101 radio core.
View ArticleForum Post: CC3000 Patch Programmer for MSP430F5529
I've been trying to make progress getting my EXP-MSP430F5529 talking to the CC3000I followed this link:http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads#CC3000.2BMSP430F5529and downloaded...
View ArticleForum Post: MSP430-FRAM Patch program and FRAM Sensor GUI program
I am testing using Japanese MSP430-FRAM kit.After updating Patch program FRAM Sensor program failed at COM port search.All COM port show Response timeout.Warning message is displayed as follows.RXTX...
View ArticleForum Post: RE: Can ZStack-CC2530-2.5.1 be configured to use as a beacon...
I have not tried this but according to the TI's documentation, Yes it is possible. Please change the macros DEFAULT_BEACON_ORDER & DEFAULT_SUPERFRAME_ORDER in ZDApp.c to define the SO,BO...
View ArticleForum Post: RE: JB 4.2.1 BT problem
Hi,Ok, did you try turning BT from cmd line, instead of GUI, lets see if the ST is upright before getting in to the framework changes.Do you see channel id's being added and registered.ThanksVijay
View ArticleForum Post: RE: using uart of cc2540
Hi, may I know the reason to change to alternative 1?Is it because the ble-stack does not support uart0 alternative 2 or any other reason?
View ArticleForum Post: RE: CC2530ZDK-ZNP-MINI + Z-Stack
Lukasz,As Suyash Jain explained this is possible. I wish to add few additional points:1) Look at ZStack projects & take up appropriate project for you. There are few like HA, SE, etc. Look at...
View ArticleForum Post: RE: IAR for CC2530 Zigbee Development Kit
Please remember that the evaluation version is for limited period, 1 month. Later if you are going to change 8051 firmware ie Zstack , you may have to purchase IAR license. .
View ArticleForum Post: RE: problem in ADC in CC2531 Dongle
Thanks Yikai,Today i will test & let u know.Thnak & RegardsBiprangshu Saha
View ArticleForum Post: RE: How to start a coordinator and create a new Zigbee Network...
Thank you very much!!! TC.
View ArticleForum Post: RE: wl12xx_sdio driver problems
Hi,I startet to implement the gpio-irq and the "parameter structure".The dts-file:...mmc1: esdhc@50008000 { /* ESDHC2 */ /*cd-gpios = <&gpio3 25 0>;*/ fsl,card-wired;...
View ArticleForum Post: Compatibility of CC2564 with mobile phones!
I am involving in a device using CC2564 as the BT chip. This device will interact with intelligent mobile phones using Bluetooth. The mobile phones are limited to those mainstream, android phone or...
View ArticleForum Post: RE: How to modify SampleLight to send other HomeAutomation command
Let me explain as the followings1. You send ZDP_IEEEAddrReq from ZC using short address of ZED as input parameter.2. After ZED receives the request and response accordingly to ZC.3. You will receive...
View Article