Forum Post: SimpleGATTprofile.c characteristic values
Hi.I have looked at rswl88's android code for write/read from keyfob:http://e2e.ti.com/support/low_power_rf/f/538/p/240097/865102.aspx#865102and i can see that he is directly written to and reading...
View ArticleForum Post: ZStack SimpleApp Modification
Hello,I'm trying to utilize the SimpleApp that was packaged with ZStack to collect A/D measurements from sensor nodes and output them to the UART of the coordinator. If I'm reading the documentation...
View ArticleForum Post: Inductor L243 value/part number in the sensortag reference design...
Hi,The reference design swrr109a for the sensortag is missing the value and part number for the antenna impedance matching inductor L243. Does anyone one know the part number or value/specs ?Thanks for...
View ArticleForum Post: CC2540 connection interval update fail
I comply Apple rule about connection interval update, such as timeout=6s, min=0.5s, max=1s, latency=0.But every time i update connection interval parameters. iPhone5 will disconnect with CC2540....
View ArticleForum Post: central-peripheral project
Hi,How can i send a notification or indication from a peripheral to central device?what r the changes i will need to make?Regardsgautam
View ArticleForum Post: RE: cc2540 serial communication issue
thx for the answer so far. the ble-wiki page does not work however.?!?i downloaded the examples but i could not compile witout getting lots of errors. i working on that.thx.regards, Odin
View ArticleForum Post: CC USB Firmware Library and Examples supporting for CC2543/44 ?
Hi, Is there any plan to support CC2543/44 in CC USB Firmware Library and Examples ? Or how could we manually change for CC2543/44 ? Also, where could I find the CC2543/44 Example Software Supported...
View ArticleForum Post: Can't send data within ISR
I can't seem to send any data inside my ISR for Port 1. Here's my code:***********************************************void sendNewState(int newState){ char buf[9]; strcpy(buf, "datatosend"); int s =...
View ArticleForum Post: CC2540 MINI DK starting point
Hello,I have an analogue sensor which outputs voltage in a range of 1-2 volts. I also have a CC2540 MINI development kit and a PC. All I have to do is take measurements of my sensor output, transmit it...
View ArticleForum Post: Will I be able to connect couple sensors and accelerometer...
Hi, I was wondering will I be able to use CC2541 to process data from Accelerometer (ADXL345) and couple temperature sensors and transmitt to other can. Any help is appreciated.Thank you!
View ArticleForum Post: Unable to get it work the USB dongle.
Last year I bought a CC2540 development kit(USB stick+dongle). Until now I haven't had time to work with. Today I started to play with, I installed the simpleBLEPheripherial software on the USB, with a...
View ArticleForum Post: RE: Metal Cover for radio CC1101 circuit
Luis, Most of the shields you will find in designs will be customer shields, where the shield manufactures will custom make you a shield to fit your application. There is a pretty substantial...
View ArticleForum Post: RE: symbol define in simpleBLEPeripheral
Hi Jay, If you cannot find these in one of the header files, most probably these are preprocessor defines.-kel
View ArticleForum Post: ZTOOL Question about ZDO_SIMPLE_DESC_REQ
Hi all,I have a SampleLight and SampleRemote from the Z-Stack lighting 1.0.1, and paired the remote to the light with touchlink. This works. On both modules the MT_ZDO_FUNC and ZDO_FUNC_CB is...
View ArticleForum Post: RE: CC1101 problem
Hi SamYour SPI communication is not according to the spec. If you look at figure 15 in the CC1101 data sheet you will see that data needs to be set on the falling edge of SCLK as the CC1101 will sample...
View ArticleForum Post: RE: The Server does not receive any data
Hi,I think the problem is in the IRQ Handler or in SPIPause or SPIResume porting functionsTry to check if you are handling the IRQsBest Regards,
View ArticleForum Post: The PIXIT information for the TI CC2540 and CC2541 chipset
HiDoes anybody know how to get the TI CC2540 and CC2541 chipset PIXIT information for BT 4.0 RF- PHY test?
View ArticleForum Post: RE: CC3000 + STM32F4
Hi,Try with SPI in Mode_1SPI_CPOL_Low;SPI_CPHA_2Edge;Best Regards,
View ArticleForum Post: RE: Metal Cover for radio CC1101 circuit
Thanks a lot Thomas. The response has been very helpful.BR.Luis
View ArticleForum Post: Where to change the simpleblecentral default connection timeout...
I use the simpleblecentral and simplebleperipheral to comminicate with each other, but found if I poweroff the central device when it is connected, then power on again and try to find the peripheral...
View Article