Forum Post: RE: Error Communication Serial CC2540
Thanks for your response. Icheck thecommunicationwithhwmonitorand is stable.Sometimeswhen I sendthenotificationthemoduloblereturnsmethe following:04 0E 04 01 01 00 01 Anyone know why?
View ArticleForum Post: RE: CC2540 Micro Stays Active After Advertisement for Random...
Have you looked at the broadcast with BTool?Are there any other events that are tacking place, including the key switch denounce?Try disabling all your events and only perform the advertisement to see...
View ArticleForum Post: RE: CC2540 - Tx Power During HCI_LE_Transmitter_Test
I don't understand your test procedure. You put the function I gave you in your code, run your program and then do your test. Am I missing something?An uninitialized CC2540 is going to have a 0db...
View ArticleForum Post: RE: How to enable Wi-Fi Direct on Android 4.2, Pandaboard ES?
Hi, AbhijitWe get enabled Wi-Fi Direct on Android 4.2, Pandaboard.Abstractworking fine: AOSP + OMAP4AJ.2.4(wi-fi lib, supplicant) + OMAP4AJ.2.2(wi-fi drv) combination is so importantworking so-so: AOSP...
View ArticleForum Post: RE: Communication with a unit from phone and keyfob simultaneously
Hello Andy,For details on the iOS you will have to visit the Apple forums or stackoverflow.com in order to see what versions of iOS support the CoreBluetooth functions you want.With the device in the...
View ArticleForum Post: RE: cc2540: Sending value from pc to Dongle using UART.
Hello 8bitMario,There is a SerialApp on the TI BLEwiki page that will allow you to connect through the UART from your CC254x device.Thanks,
View ArticleForum Post: RE: eZ430-RF2500 Range Questions - I need more range!
First all, a correction is necessary: P2REN = 0x00; because you are using the port 2.Enabling pull-up resistors on the input ports of MSP430F2274 can be accomplished by adding lines similar to each...
View ArticleForum Post: RE: Android and Bluetooth Smart - It works on the Samsung S3 phone
hi, Is it possible to discover characteristics using BIG official 16-bit UUID in Galaxy S3, such as BATT_SERVICE_UUID. Thanks in advance.
View ArticleForum Post: Supervision timeout in central device
Hi,I am using CC2541F256.I am using Central mode in my application.I have kept following values in connection parameters// minimum connection interval#define DEFAULT_UPDATE_MIN_CONN_INTERVAL 400//...
View ArticleForum Post: RE: CC2540 Code10 error
Hi Tyler,Many thanks. I'll try those approaches out when I get a chance.Richard
View ArticleForum Post: RE: SensorTag: Firmware (not) ready for sensor fusion?
Hello Dave,Since the gyroscope is an I2C device, the sampling rate should be modifiable during initialization through firmware. I have not looked at the code for this device, but the data sheet seems...
View ArticleForum Post: RE: OAD in CC2541
Hello Smitesh,One option is to change the optimization settings in IAR and see if that results in a more compact code. There is usually a trade off for speed vs size.You can also try writing tighter...
View ArticleForum Post: RE: CC1120 harmonics
Yes I agree that is a possibility, but I did not see the relative sizes of the 2nd and 3rd harmonics changes as I adjusted the input attenuation.
View ArticleForum Post: RE: Help with accept() on CC3000
Yael's advice, as is usual around here, was right. I was attempting to accept() all wrong. Following the example in server.c within the sensor application that Yael recommended helped me understand...
View ArticleForum Post: RE: send() not actually sending
Edward,My connect() function returns 0. Sorry that's not much help. Good luck!-Andrew
View ArticleForum Post: Service Pack v1.10.2 version of CC3000+LM4F232 Wi-Fi Web...
Are there any plans to update the CC3000+LM4F232 Wi-Fi Web Server/Client Application to work with Service Pack v1.10.2 (to use new Smart Config and Service Discovery features) ? If nothing planned in...
View ArticleForum Post: MSP-EXPCC430RF4 RSSI Query
Hello, We have purchased TI-KIT MSP-EXPCC430RF4 board.http://www.ti.com/tool/msp-expcc430rfxAttached image_1.jpg shows the pre programmed demo on the same board.We found that signal strength is too low...
View ArticleForum Post: RE: Patch v 1.10.2, UDP doesn't work
Hi.How is that?When I call recv_from, there is maximum buffer size specified. But I am expecting to receive one packet per one call. That is how I understand recv_from and how I use bsd sockets on...
View ArticleForum Post: RE: WiFi CC300/WL127x Current Consumption
Hi,Ok, do have any frame transmission and timing from probes to data transmission that you can share? or WiFi protocol used in CC3000Regards,Ismail
View Article