Forum Post: RE: CC3000 SmartConfig and WPA2 failure with example application
Hi Kyle,We just released new versions (v1.11) of example apps: http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_DownloadsInstead of trying to backtrack, could we get you to try the new version?...
View ArticleForum Post: RE: Initiate scripts on host mcu from CC3000 + Launchpad
Hi Jordan,Basically, yes. That's about where I would do it. The code you posted is the MCU code, and DispatcherUartSendPacket sends the received data to the PC. Regards,Aaron
View ArticleForum Post: RE: ADXL346 interface with CC2540
Then, you need to make sure MO is P1_6 and MI is P1_7. If your MO signal is also correct, the problem must be on ADXL346.
View ArticleForum Post: RE: Is it possible to measure with 0.1MHz?
Hello Robert,For your specifications of sampling at 10 usec, I would have to say that BLE on a CC254x device would not meet your requirements. The CC2541 operating in proprietary mode could work for...
View ArticleForum Post: RE: Novice needs help! iPads and Bluetooth sp.
Hello Katie,Welcome to the Forum,The Versaprobe would appear to be a closed patented system so my first inclination would be that you would have to contact the manufacturer. They may have integrators...
View ArticleForum Post: RE: BLE Library SDCC Version
Hello Sid,I don't know the answers to your questions. Frankly, it doesn't really matter to anyone one that has access to the IAR module. Search the forum for a workaround, you just might get lucky!...
View ArticleForum Post: RE: CC2540 wake up from low power mode
It can only be wakeuo from HW interrupt.
View ArticleForum Post: CC2510 Tx code help
I wrote a really simple Pkt Transmit code on one of the CC2510 mini dev kit. How do I check if it's working?I hooked up another CC2510 to smartRF studio and put it in continuous Rx mode. RF settings in...
View ArticleForum Post: RE: Timer capture from port
Hello Preetha,There is probably a specific example for the CC253x for using the timer, but I do not know of any offhand. The IR detector comes to mind though.The CC25xx family are pretty much the same...
View ArticleForum Post: Why patch firmware is 1.11 (fw_patch [4616]) does not differ from...
The content of the array fw_patch 1.10.2 is an array of fw_patch 1.11. So it should be?
View ArticleForum Post: RE: CC2540 and STM LIS3DH
I suggest you using scope to check your SPI signal. You sould make sure CS/SCLK signal is correct first.
View ArticleForum Post: RE: Some question about ble and cc2540
It doesn't matter that what your master device is, ble dongle or iOS device, packet sniffer just collects all of ble packets.
View ArticleForum Post: RE: Why patch firmware is 1.11 (fw_patch [4616]) does not differ...
Hi,Only the Driver patches array is different from 1.10.2 to 1.11. Firmware array remain the same.Although it is the same, after burning the Driver patches, Firmware patches should be burn as well.Yael
View ArticleForum Post: RE: Bugreport. Strange behavior of TCP connection
Hi,Was the behavior any different in previous version of the patches\host driver?Why not just using a different UDP port number?Yael
View ArticleForum Post: RE: CC3000 and stellaris lm4f120
Hi,The new release v1.11 offer Patch Programmer and demo applications for CC3000 + Stellaris Launchpad.You can find it...
View ArticleForum Post: RE: CC2530 A2530E24A-LPZ Temp Sensor Code
can any one reply as soon as possible on the above mentioned question.Its urgent....!!!!!plzzz...
View ArticleForum Post: A2530E24A Booster kit with CC2530 mounted on it.
I want to know about the default codes present on MSP430 mounted on booster kit.Which is the C-program burnt on MSP430 in default from the example list provided on the CD.When i burn the hex code...
View ArticleForum Post: Modify buzzer.c in the keyfobdemo to use another pin
Hi,I want change the buzzer output pin of keyfobdemo from P1_6(Timer 3 Channel 0 at alternate location 2) to P1_1(Timer 4 Channel 1 at alternate location 1)I did the following changing, but it does...
View ArticleForum Post: cc2540 interrupt routine crashes.
Hi,maybe soemeone has any ideas about why, my interrupt routine crashes every time the interrupt is started. took the code from a sample, but had to adjust some variables to mine so its suitable to...
View ArticleForum Post: RE: how to take signals from port pins
Do you set P1IEN |= 0x30, if you want to trigger ISR from P1_5?
View Article