Forum Post: RE: Using the SPP demo as a basis for my firmware
Thank you Zahid Haq for the answer. But as I have mention before, I have already passed the stage of using successfully the demos. To modify the demos, one would need to greatly understand their...
View ArticleForum Post: RE: Unable to see notifications on devkit master.
Thanks! Yes that works.I am able to read the data using uint8 valueRead = pMsg->msg.readRsp.value[2];I am not sure why the data value I send via SIMPLEPROFILE_CHAR4 is in value[2] but never mind,...
View ArticleForum Post: RE: Shutting down the CC2420 RF section while keeping the...
Don,Did you command strobe SRFOFF after STXCAL?The STXCAL enables and calibrates the frequency synthesizer and goes from a RX/TX to a wait state where only the synthesizer is running. However if you...
View ArticleForum Post: RE: RF Transmission Power for CC430
Fri_coder,I looked thru some of the parameters in your setup and it looks like you started with a FSK settings and made some changes to get to ASK. I recommend starting with the ASK settings in SmartRF...
View ArticleForum Post: RE: wl1271 - sdio read failed w/ Rev 6.3.0.0.77
Hi Paul,Rev 6.3.0.0.77 is the firmware version. Are you able to provide the boot log? It contains the driver information.
View ArticleForum Post: RE: Need CC Debugger Firmware rev 0007
Hello Andeeas,You probably already searched for you original software package that would have contained that software revision on your hard drive right?There is a possibility that one of the...
View ArticleForum Post: RFID 13.56MHz Antenna
Hello,I'm starting studying RFID for a project. I own a TRF7970aEVM and it works good as concept proof.I would like to know if I can use an antenna like the one in the picture attached. It could not be...
View ArticleForum Post: RE: READ_NOT_PERMITTED and WRITE_NOT_PERMITTED with Btool
Hello Varayut,You didn't provide enough details as to your setup, so I will suggest that you look at the BLE CC2540 Mini Development Kit User's Guide SWRU270.pdf.Section 4 of the guide outlines how to...
View ArticleForum Post: RE: Send Temperature to smartphone via bluetooth
Hi,Yes, that can be done with our CC256x device. Please take a look at our wiki link below:
View ArticleForum Post: RE: ez430-rf256x Bluetooth multipoints transmission synchronize
Hi,Please refer to this thread to enable multiple connections: http://e2e.ti.com/support/low_power_rf/f/660/t/253037.aspx
View ArticleForum Post: RE: sqrt can't work correctly
thanks for your idea, and i test as your idea, but didn't find the reason, the stack is ok.If I comment 2 big global array, then it is ok.if I don't comment them, and I only init the 2 big global array...
View ArticleForum Post: [Bug Report]Incorrect Command ID specified for some ZDO commands...
FW Version: Z-stack v2.5.1a for CC2530As defined in MT_ZDO.c, there is a macro used to convert the rx zdo msg cluster id to Cmd1 ID for MT interface.// Conversion from ZDO Cluster Id to the RPC AREQ Id...
View ArticleForum Post: RE: ZCL Groups and scenes
Hi Anil,A quick answer is you maynot get ZCL groups/scenes support by using an AP to work with a ZNP which loads the default stack firmware. The reason is groups cluster depends on APS groups features...
View ArticleForum Post: RE: Simple BLE iOS app using Sensortag
Hello Reda,Welcome to the Forum,There is not a lot of support for the iOS CoreBluetooth Framework in this forum. You will have to use stackoverflow.com or the Apple Developers forum for programming...
View ArticleForum Post: RE: possible UART bug in SDK 1.3?
Hello Andre,Have you downloaded the latest BLEStack v1.3.1 and do you still have the same problem?Thanks,
View ArticleForum Post: RE: Power Mode Hang?
Hello Dan,Did you determine the root causes for you issues with the devices in the field?Thanks,
View ArticleForum Post: RE: Error in post build in Producing Image A of OAD
Hello Jack,Where you able to successfully build the OAD?Thanks,
View ArticleForum Post: zigbee light link power saving mode
I am very intrested in ZLL lighting solution, but I have one doubt that wheather the light can be an end device or must be a router? That's very be great if it can be either a router or a end device....
View ArticleForum Post: RE: Remapping GDO0/GDO1 PINS in SimpliciTI CC2500
Hello Mohammed,You can look at the ez430-RF2500 developers guide which contains a reference design with those pins feeding the MCU. You can also go to the CC2500 page and download the software...
View ArticleForum Post: RE: CC2530DK IR generation
Do you have a reference example of the infrared decoding? Protocol stack.
View Article