Forum Post: RE: RFID reader with TRF7960 and PIC24FJ128GA010
Hi Josh, Yes, i have a logic analyzer between MC and TRF7960, in the logic analyzer i can see the configuration register, when i send and read from the MCU, but, i can´t see the flag.
View ArticleForum Post: BloodPressure app on cc2540 mini keyfob
HiI am currently playing around with the cc2540 mini dk set and was trying to make the bloodpressure demo app to work. I have the below setup. 1. I have compiled the bloodpressure app and have flashed...
View ArticleForum Post: CC2540DK: Issues Compiling Example Projects with IAR 8051 8.20
I am having some linker issues compiling the sample projects for the CC2540DK. I downloaded/installed the current version of the IAR EW for 8051 (8.20); not sure if something changed between version...
View ArticleForum Post: RE: ADC error
I tried to cast the ADCH before sending it over the radio, using the following code,uint8_t uADCH = (uint8_t) ADCH;SMPL_Send (linkID, &uADCH, 1);But did not seem to work.
View ArticleForum Post: RE: how to send a negative number using SimpliciTI?
Hi, thanks for the reply!I tried to cast the ADCH before sending it over the radio, using the following code,uint8_t uADCH = (uint8_t) ADCH;SMPL_Send (linkID, &uADCH, 1);But did not seem to work.I...
View ArticleForum Post: RE: Coexistence of LF HDX systems
Colin...I share this with you...there are multiple Readers inside this ...will talk about it when I return from Bush....the dog is in fact an Irish Wolf hound...RegardsRay
View ArticleForum Post: simulation of CC2530
if i want to create a simulation circurt of transceiver part of CC2530 ( Internal circuit ) , how to use the Pspices or other models on the www.ti.com? just like the picture below.thanks for your reply...
View ArticleForum Post: CC2540 antenna
Is it possible to add an external antenna (SMA connector) to the CC2540DK-Mini design, keeping also the PCB antenna on board? If yes, where should the SMA connector be located in respect to the PCB...
View ArticleForum Post: CC1125 Initialization code problem
HelloI am trying to initiate the SPI communication for the CC1125, but it always stoped at the function "TRXEM_SPI_WAIT_DONE()", Please do you have an idea what could be the problem, and how to solve...
View ArticleForum Post: RE: SmartRF Studio and CC11xx
Hi Sverre: When i use the smartRF Studio to send a text, the signal i get from the antenna is always the same . so i want to know whether it will create a connection before send text, since i just...
View ArticleForum Post: RE: could not open specified hex file
Do you generate the hex file with the following two steps?1.Select "intel-extended" output in your linker option.2. Enable the following two lines.// Include these two lines when generating a .hex file...
View ArticleForum Post: use Btool to change the devicename
I want to know how to change the devicename with BTool
View ArticleForum Post: RF signal
Hi, everyone.I try to use RF. I find my RF signal is trasnge.In RF, STX is transmitt, and IDLE is take a break.But I measure RF_N pin and RF_P pin of CC2510,I want to see the wave, the result :STX is...
View ArticleForum Post: I Cannot open eww file in my IAR EW8051
Hi,I am very new on BLE technology and Software design, and I try to follow the instruction of BLE Sample application guideline, to open C:\Texas...
View ArticleForum Post: RE: Is CC2560A backward compatible from bluettoth 4.0 to...
Our devices are fully Bluetooth 4.0 compliant. Bluetooth 4.0 is backwards compatible with earlier versions. It depends on the type of Bluetooth end product if it is required to implement certain core...
View ArticleForum Post: RE: set logical device type(coordinator,Router and End device) at...
Hi everybody, I have read the code above.I doubt the function Generic_Init() belongs to App layer. if true,this way just change the NetWork State,and it makes no use .
View ArticleForum Post: RE: ez430-RF2500 speed rates help
Dude,I have same issue. Since MSP430F2274 works on internal DCO. I doubt if it can support high data rate as we expect. However, someone claims they reaches the high data rate. But I do need experts...
View ArticleForum Post: RE: EZ430-RF2500 - Problem with the speed of the uart
Is it possible to reach high data rate based upon internal DCO clock source? UART/USB bridge usually offers GND/5V(USB)/GPIO. We have to interface 5V to 3V I/O anyway.
View ArticleForum Post: collect data from cc2430 to pc via usb
Hello,in my project I use CC2430 to collect samples in an array, I have to save this array in a file .txt in the pc.For the moment, I've used packet sniffer to copy and past the data in file txt, but I...
View Article