Digistump Forums
The DigiX => DigiX Support => Topic started 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.
- Running the basic ping example.
- My Digix is configured in AP+STA.
- I even tried restoring it, but granted i put the same settings back because they did work up until this morning. But after coming back later, it started working again... now its not coming good.
- I'm connected to my WiFi since it has been assigned an IP by my router and when i log in to the digix AP; it gives me signal strength and the same assigned ip.
- Found a vague previous post http://digistump.com/board/index.php/topic,1224.msg5427.html#msg5427 (http://digistump.com/board/index.php/topic,1224.msg5427.html#msg5427) but that just says to me he may have reset like i already did?
I'd really appreciate any help anyone can provide.
Thanks in advance
-
This speed wifi.begin(115200); and this one must match!
(http://i.imgur.com/XkoXbzO.png)
-
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?
-
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!
-
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.