Digistump Forums

The DigiX => DigiX Support => Topic started by: Asvaldr on January 26, 2014, 11:16:38 pm

Title: [SOLVED] Wifi Stuck On "Starting"
Post by: Asvaldr on January 26, 2014, 11:16:38 pm
Hi All,

Just started with my DigiX and i did get the wifi up and running while i was porting the MySql Arduino connecter (i'll post the lib once i'm done). But now the wifi is just stuck on starting.



I'd really appreciate any help anyone can provide.

Thanks in advance
Title: Re: Wifi Stuck On "Starting"
Post by: balin on January 27, 2014, 04:10:56 am
This speed wifi.begin(115200); and this one must match!

(http://i.imgur.com/XkoXbzO.png)
Title: Re: Wifi Stuck On "Starting"
Post by: Asvaldr on January 29, 2014, 01:47:30 am
Thanks for the reply; so you mean you use "Serial.begin(9600)" and have the setting in the Wifi as 115200?
If so mine is already set to those....

Any other ideas anyone?
Title: Re: Wifi Stuck On "Starting"
Post by: balin on January 29, 2014, 03:25:45 am
no wifi.begin(115200); must match with the one you see on the site!!!!!!!!!   serial.begin(); is only for you and your pc. but in wifi.begin(); you set the speed for the controller to speak with the Wifi module. So both wifi module and wifi.begin() must be equal!
Title: Re: Wifi Stuck On "Starting"
Post by: Asvaldr on January 29, 2014, 03:38:40 am
That's certainly fixed it. I got too focussed on why it would have worked then not.
Now I think it occurred when I used the on-board reset. Anyhow; thank you for the assistance.