Forum Post: RE: How to use serial port over cc2540 USB EMK
hii tried to use the dma as suggested and still the same behaviorali got "BREAK" signal and "ERROR" in PC emulator to RS 232 - I use REAL TERM - it a desktop application
View ArticleForum Post: Bluetooth connection performance characterization
We’re trying to characterize Bluetooth connection latency for various scenarios. Ideally, we would like to produce a model that shows minimum, maximum and mean connection times. Initially, I'm not...
View ArticleForum Post: CC2538 flash mass erase command in linux
Recently, I corrupted my c2538em to where I needed to issue a flash mass erase command to it to get it programmable again. I used the smartrf flash programmer tool to do this, but I was wondering if...
View ArticleForum Post: RE: CC2541 data throughput in network processor mode
[quote user="Li Wen"]Is that because of the UART speed? Did you configure the UART at 57600bps?[/quote]No, it is not. I have configured the UART at 115,200 and I'm also using SPI at 4 MHz (which is...
View ArticleForum Post: RE: New user's Keyfob powerup question
Hello Mark,There were also some other changes to the KeyFob firmware. In advertising mode, the device will blink the LED.You can always compile the KeyFob project itself and download it using IAR.Thanks,
View ArticleForum Post: RE: TI USB BLE Dongle firmware reflash
Hello Mooi,What version of Windows are you running?There may be an issues with installing the required driver found in the BLE v1.3 drivers folder on your particular Windows version.You can search the...
View ArticleForum Post: RE: CC2541DK-SENSOR
Yes.If your custom stack has a solid foundation around the BLE specifications, you should be able to connect with this device and any other BLE v4.0 device. There is an example for Android using...
View ArticleForum Post: RE: Programming CC2530 by SPI Connection
You can buy CC debugger for programming CC2530. It is cheap and easy to use.
View ArticleForum Post: RE: Ztool : How to launch the network discovery by ZTOOL
You are welcome and nice to hear that your problem is fixed.
View ArticleForum Post: RE: Set Osal Events
This is because that your "osal_set_event ( PUBLIC_task_id_comunicador, EVENT_comunication_start) // this event is in comunicador.c file" in EVENT_contratation_start event will be reset right after...
View ArticleForum Post: RE: How to modify SampleLight to send other HomeAutomation command
This implementation of security in smart energy is inside ZStack lib and not open to application programmer.
View ArticleForum Post: CC8521/CC8531 USB dongle as MASTER ? CC8520 as SLAVE?
Hi, Can I use the cc8521 /cc8531 to design the USB dongle as MASTER? Now I have got a CC8520 output SLAVE .regardsJack.
View ArticleForum Post: RE: TRF7960 based customized Reader development
Thanks for the information. IT helped me to understand.
View ArticleForum Post: CC8520 Clarification
I want to use the Audio wireless transmision only from the chip! Since i don't have expierience with these kind of chips i have some questions! 1. In my country is only available the CC8520 chip, can y...
View ArticleForum Post: RE: How to recognize sender on cc2530?
Hi,I made it this way:basicRfReceiveOn(); while(!basicRfPacketIsReady());if(basicRfReceive(pRxData, APP_PAYLOAD_LENGTH, NULL)>0) {if (pRxData[0]==0) { for (inc = 0; inc < 130; inc++) { if...
View ArticleForum Post: no reply for ZDO_IEEE_ADDR_REQ
Hibased on Method for Discovering Network Topology.pdf , Document Number: SWRA203 , I want to discover all my network.I send ZDO_IEEE_ADDR_REQ to cordinator to get connected router to it.the problem...
View ArticleForum Post: RE: TI USB BLE Dongle firmware reflash
Hi,Thanks for your reply. After I Google a bit, I found this post from TI Forum: http://e2e.ti.com/support/low_power_rf/f/155/t/191815.aspxThis has solved my issue. I'm running on Windows 7 64-bit and...
View ArticleForum Post: RE: crystal osc. dying
Have you measured on Q1 and Q2 and verified that you don't have any swing there when the xosc has died? Could you measure the dc voltage on Q1?
View Article