SheldonMaciel 0 Posted February 25, 2017 Share Posted February 25, 2017 Hello, I have been trying to make the SimpleWebServerWifi example in Energia to work for the past few days. The program is able to compile and upload to the board no problem and I have the most current servicepack installed on the MCU and have the most current Energia IDE installed. The problem I am having is the MCU gets stuck at the line "Wifi.beign(ssid, password)". I have tried connecting to my home router, my phone's hotspot, and also I made my phone's hotspot identical to the example settings so I did not have to change anything in the example to reduce mistakes. (Please find attached the settings I used for the hotspot). When I first go the MCU about a year ago it worked out of the box and I got the Lab0 to work and also wlanstation to work in Code Composer Studio. If anyone has any suggestions on what else I could try they would be greatly appreciated! Thanks in advance, Sheldon Quote Link to post Share on other sites
Fmilburn 446 Posted February 26, 2017 Share Posted February 26, 2017 Hi @@SheldonMaciel, I don't have a working CC3200, but I do have a CC3100. I tried it just now with a F5529 using Energia V18 and the SimpleWebServerWifi example - it worked fine. You can try the following: make sure the jumper is in place as shown on the pin map for Energia revert back to the former version of Energia and/or CCS and try what worked before Quote Link to post Share on other sites
energia 485 Posted February 27, 2017 Share Posted February 27, 2017 Which service pack did you install? It might be the service pack that you installed that is causing the issue. Knowing the version you installed will help me in an attempt to reproduce this. I just now did a quick test with service pack 1.0.1.11-2.8.00 and the SimpleWebServerWifi example works as expected. When you say "stuck at the line "Wifi.beign(ssid, password)" does it print dots in the Serial monitor at all? Quote Link to post Share on other sites
mswope 0 Posted March 8, 2017 Share Posted March 8, 2017 Not to be an ass about this, but you did use: "Wifi.begin(ssid, password)" and not "Wifi.beign(ssid, password)", right? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.