Hello sir,
I worked with home auto application and its working fine without security. I want to add WPA2 security what changes should i make?
I enabled #define SMART_CONFIG_EN but its not working.
Please do the needfull.
NIkit,
Do you actually want to use FIrst Time Config? Or do you want to statically connect the CC3000 to the AP?
Gustavo
I want to connect it statically.
Hi Nikit,
When you say statically, do you mean the IP address, or to hardcode the SSID of the AP and the password. And when you tried first time config, what was the SSID name you used to trigger the first time config. Or why did you say it did not work?
I connected with wpa security and password.
when LED 2 starts blinking at fast rate, CC3000 connects to AP, and LED1 is on for abount a minute, but after a minute or so LED 1 switch's off and goes back again to connect stage where LED 2 starts blinking.
Why it disconnects once it is connected to AP.?
And how to setup twitter status. I created an application which gave me all token security.
Do you actually see the CC3000 on the dhcp list of the AP list, can you ping it. Which AP are you using? Is it TP-Link? Could you post the exact SSID you used to configure first time config?
For the twitter status, did you try the included java app to send the status to your twitter account? Using that application let you set the limits which will trigger the alarm and automatically send a message to your twitter account. Did you try modifying the \source\HomeAutomation_GUI_Source\manifest.xml to set up twitter?
BR,
Pedro
Hello,
SSID I used wlan_connect(2, "calixto", 0x07,NULL, "calixto+systems", sizeof("calixto+systems"));
After few minutes LED 1 goes which tells device is connected to AP, but it again goes off.
And I created application using twitter and set all token password and all.
How I should setup command from twitter like glowing bulb and and off in gui application?
I connected to AP with security, but LED1 glows for a min and then it again goes off and on. Process repeats.
And i am not understanding the connection to twitter, i created new application and updated manifest file.
after that what?
Hi Nikit
We are digging the information to you.
Regards
Igor
Which AP are you using, which security type are you configuring, could you post the AP security settings that you using. From the code you posted it looks like you are using WPA, is that the case?
How about the connection to twitter, which part are is confusing. Could you explain what do you mean by creating a new application, did you try with the included one?