Dear. TI
http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_MSP430_FRAM_Getting_Started_Guide
I successfully follow Step 5.
But, there is some mismatch in Step 6 and Step 7.
I can see "COM5 => Configuration Successful"
But, LED5 and LED6 are off. GUI on PC show 0 Node Connected.
And I can see as below message
WARNING: RXTX Verion mismatch Jar version = RXTX-2.2pre1 native lib Versioin = RXTX-2.2pre2
I test ping from PC to FRAM board. Ping is successful. I believe that netwrok connection is ok between PC and FRAM board.
Sensor App Version is v1.0.7
Would you check GUI side? Unfortunately, I am not a JAVA user.
Thanks
Hello Yoo,
Everything seems OK as far as the setup from what I read.
What language does your ping respond in? If it does not respond in English and say "Received = 1", then the GUIwill not find the device properly. This is a known issue that will be corrected. You may try to change the language temporarily to Englishby going to Control Panel -> Region and Language, changing the formats to "English".
Regards,Gustavo
---------------------------------------------------------------------------------------------------------Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
Dear. Gustavo
After changing language into English, I can see successfully working GUI.
Thank you for your answer.
YOO
Yoo,
I am happy you were able to get it running. We will resolve the issue in our next release.
Gustavo,
I have the same problem.
On my kit, only the first 4 leds are ON.
Could ypu please explain better what I have to change on Control Panel?
I changed the numeric/datetime format but the kit still don't work.
Lucio
Lucio,
Sorry I missed your post.
You need to change the language of the computer from Italian to English, at least temporarily.
TO do this go to Control Panel -> Region and Language and change the Format to English (United States).
changing the SO language to english solves the problem.
Now the demo works.
It is strange, because on the v1.0.7 release notes the language problem seems to be fixed.
The issue in the release notes occured in UNICODE OSes such as Japanese and Chinese. The bug in that case was in the code where it was incorrectly translating raw bytes into characters.
The issue you see is in the ping wrapper and is due to the fact that your ping is in a language other than english. Therefore, even though the ping actually works and finds the CC3000, the ping wrapper fails to correctly interpret it since it depends on an english phrase.
I have the same problem, but I can not change the language. If I change the language in the control pannel as you mentionned, this does not change the command language and it still does not work. To Change the OS language is an option I do not have (only with premium edition if you have french or german...) Where can I change the english phrase you are speaking about ?
Regards
Eddy
Eddy,
Line 2048 of FRAMSensorAppGUI.pde is the one that checks. Instead of checking for "Received = ", you should do:
if(inputLine.indexOf("100%") == -1)
This way, we make sure 100% doesn't show up which would indicate 100% loss of packets.
I've tried to modify the java file instead of the PDE, I already did it before and have replaced Received = with the french reçu = But this does not work. (I'm not familiar with the ccs programming tool and the CSS programm installation did not run properly on my computer, and now I'm unable to the uninstall this SW).
I will wait on another version for evaluation if any.
Thank you for your support
Hi Eddy,
Did you also compiled the java code and generated the executalbe jar file. Or did you try running the .pde file with processing software (
http://processing.googlecode.com/files/processing-1.5.1-windows.zip) and another request, could you paste a successful and a failing ping requests.
Hi Pedro
I tried by using the processing SW you mentionned and it's now OK thank you very much for you support.
I can run CC3000 FRAM Sensor GUI tool ,but it is error to here . CAN you help me?? AP link to CC3000+FRAM is OK,now
> assoc TP-LINK_2CEAFAOKRestarting MSP430...ÿ
-------Press ENTER for terminal prompt--------Sensor App Version: v1.0.10WLAN EnabledAttempting to connect using SSID: TP-LINK_2CEAFAConnected to AP: TP-LCC3000 MAC Address: 0:0:ca:2:c:1fCC3000 IP Address: 192.168.1.100Starting Server...Server Initialized on port 1204Waiting for Clients