Forum Post: RE: cc3000
Hello Sujin,There is no need to redo everything. This configuration already exist for the LM3S9B96. You can download the source from http://www.ti.com/litv/zip/swrc240bYou can also find all the...
View ArticleForum Post: RE: Which freq band is open in Brazil? thanks
Hello Kelly,The CC1120 is an ISM band radio. This unlicensed band is is universally open. The restriction is on their power levels. You can do a search for this information on the net for the...
View ArticleForum Post: RE: CC2540 halSleep( ) function
Well, I've been looking at the code in the LL_PowerOnReq (and Off) and looks like they only init the radio interface and the timer 2 so I'm working in a modify version of hal_sleep that only calls...
View ArticleForum Post: CC3000 Port and "__bic_SR_register"
Hi,I'm trying to port the Basic WiFi to a PIC24 micro and I'm not familiar with the MSP430 architecture and the operation of interrupts.Could someone please explain what the...
View ArticleForum Post: RE: CC1200
Hi, is there some information, when will be CC1200 available ? Thanks
View ArticleForum Post: RE: Trying to lengthen cc2540 sleep times
Thanks for the welcome and the advice, greenja. I have read through the User's Guide.The packet sniffer is not useful for this, I don't think, because the event only happens when the device is paired...
View ArticleForum Post: OOK with CC430
Hi, I have my own board with CC430F5137 working flawlessly at 433 MHz with 2-FSK and MSK at 250 kbps. However when I change to OOK at 250 kbps I am not able to receive anything on the other boards....
View ArticleForum Post: RE: CC2530DK IR generation
I add a infrared in the zigbee protocol stack decoding function, my approach is to an external interrupt began to use the timer 1 time, I succeeded on the bare machine, added to the protocol stack...
View ArticleForum Post: RE: Remapping GDO0/GDO1 PINS in SimpliciTI CC2500
Unfortunately I don't seem to be able to download SimpliciTI due to some kind of location restriction. I can only say that if the define statements are available in the .c or in a .h file, then...
View ArticleForum Post: RE: TRF7970evm+MSP430FG4618 in p2p mode
Anyone? I could REALLY use some help...
View ArticleForum Post: RE: Connecting TRF7970A EVM to a different MCU (e.g. At91SAM7X)
Hi Mihir.I'm having the exact same challenge - to disconnect the TRF7970A from the internal MCU on the EVM, and I'm also a bit confused with all the voltages.I have a question for you -how are you...
View ArticleForum Post: RE: Where is the HalI2CSend() function?
Hello Randy,Well it looks like you may have a valid complaint. In BLE v1.3, the HalI2CSend() function is missing from the hal_i2c.c file!It is in the BLE v1.2 along with other functions. Somehow for...
View ArticleForum Post: RE: When UART enabled, BLE not working on CC2540.
Hello Michael,I'm not trying to steal Mandos' thunder, he deserves all the credit, but I can help you on this little part. The readbytes = ... is a return value from the function call. It is 1. (You...
View ArticleForum Post: OAD direction , slave - master? master(dongle with monitor)- master?
HI, goal:I want to use over-air-download. The OAD direction TI provided is master->slave. However, my application's device role is masterProblem:Does MasterSlaveSwitch (referenced in this...
View ArticleForum Post: RE: a question about CC2541 I2C of Master transmitter mode
Hello Gzz,The difference would be that the 0x28 value is for an ACK after the data has been transmitted and the 0x30 is for a NACK or no acknowledgement after the data has been transmitted by the...
View ArticleForum Post: RE: Which freq band is open in Brazil? thanks
See attached document.(Please visit the site to view this file)
View ArticleForum Post: RE: CC1120 - RF settings
Make sure you calibrate the VCO. See section 9.14 in the CC112x User Guide and the CC1120 Errata Note (both documents available from www.ti.com/product/CC1120)
View ArticleForum Post: RE: TI BLE Stack v1.3.1 released (April 18th 2013)
Hello, Aslak N ! I am a new to CC2540, recently, i have been reading about ti ble-stack and known about the function TI BLE API generally , but what confused me is how to send HCI data packets...
View ArticleForum Post: RE: OOK with CC430
Hi Sverre, thanks for your reply. I've already checked some of the proposed values from the DN022 with no luck at all. For example, I've tried to change:AGCCTRL2 = 0x04AGCCTRL1 = 0x00AGCTRL0 = 0x91As...
View ArticleForum Post: RE: Bluetooth Low Energy Total Network Throughput
James,I think the question you posted is unrelated to this thread. Could you post a new thread topic for your question?Thank you,
View Article