Author Topic: Soft AP (Oak WiFI Config) problem after 1.0 update...  (Read 20032 times)

nelsonsilvafilho

  • Newbie
  • *
  • Posts: 21
Re: Soft AP (Oak WiFI Config) problem after 1.0 update...
« Reply #15 on: March 22, 2016, 03:56:56 pm »
How do you manually claim on particle? Mine was listed in my account and I could then give it a name... did you do something different than that?

Mine wasn't listed. Knowing it was connected on INTERNET because the ACORN-XXXXX disappeared I headed to Particle.io logged in choose devices and then add device where I input devices ID and give it a name.

jwhendy

  • Newbie
  • *
  • Posts: 44
Re: Soft AP (Oak WiFI Config) problem after 1.0 update...
« Reply #16 on: March 22, 2016, 04:30:43 pm »
Perfect. Thanks for the info. Want aware that was possible and seemed like a good thing to know just in case!

nelsonsilvafilho

  • Newbie
  • *
  • Posts: 21
Re: Soft AP (Oak WiFI Config) problem after 1.0 update...
« Reply #17 on: March 23, 2016, 04:44:41 am »
In a desperate try to get the Oks's WiFi and registered at Particle.io I
1 - Open the SoftAP URL;
2 - Input user/password and click LOGIN;
3 - Connect to ACORN-XXXXX but assigned a fixed IP of 192.168.0.22 mask 255.255.255.0 gateway 192.168.0.1 dns 192.168.0.1;
4 - Click NEXT and surprise!!!!! It went ahead...
5 - Choose WiFi access point;
6 - Input WiFi password;
7 - Had to claim the OAK manually at Particle.io;
8 - It is working and uploading fron Arduino 1.6.5 R2

Hope it helps to fix the problem with WiFi setup

Unfortunately it was just a lucky shot.
I tried to reproduce it again 5 minutes ago with no luck this time.
So for me the BIG PROBLEM is on changing wifi.

craigcurtin

  • Newbie
  • *
  • Posts: 6
Re: Soft AP (Oak WiFI Config) problem after 1.0 update...
« Reply #18 on: March 27, 2016, 02:12:25 am »
Stupid question - but what is your home network IP setup ?

Any chance your home router is 192.168.0.1 ?

Craig

Irony

  • Newbie
  • *
  • Posts: 7
Re: Soft AP (Oak WiFI Config) problem after 1.0 update...
« Reply #19 on: August 26, 2018, 10:50:44 am »
Hey Folks

Hopefully someone out there who knows what to do is still listening to this thread...

It has been a while since I worked with my oaks, but diecided to dust one off today.  I have new wifi since last boot, so I tried to change it but I get the error mentioned in this post (cant connect, try again). My oak is ther on 192.168.0.1 as mentioned by others in the post.  Looking at the connect string in https://rawgit.com/digistump/OakSoftAP/master/config.html i noticed it is trying to connect to

https://192.168.0.1:80/deviceid

Which fails (as I would kind of expect with https and port 80). Pasting this url into a new browser tab and changing to http://192.168.0.1:80/deviceid returns the id. So I think this small change would fix the issue, problem is I don't know how to make this change. 

irony

Irony

  • Newbie
  • *
  • Posts: 7
Re: Soft AP (Oak WiFI Config) problem after 1.0 update...
« Reply #20 on: September 01, 2018, 07:17:18 pm »
using a fixed IP, hacking the config.html to use http instead of https, and a combination of Chrome & IE did the trick (IE seemed to be able to get around the 'Uncaught Error: Expected 0x2: got 0x30' error that shows up in Chrome).  I haven't tried it again, I'm reluctant to break something that seems to be working at this very moment. 


In a desperate try to get the Oks's WiFi and registered at Particle.io I
1 - Open the SoftAP URL;
2 - Input user/password and click LOGIN;
3 - Connect to ACORN-XXXXX but assigned a fixed IP of 192.168.0.22 mask 255.255.255.0 gateway 192.168.0.1 dns 192.168.0.1;
4 - Click NEXT and surprise!!!!! It went ahead...
5 - Choose WiFi access point;
6 - Input WiFi password;
7 - Had to claim the OAK manually at Particle.io;
8 - It is working and uploading fron Arduino 1.6.5 R2

Hope it helps to fix the problem with WiFi setup