I have 5 oaks that I have never been able to set up. I backed the original kickstarter, and have three original oaks that are very stable, so I ordered 5 more but cant get them to work.
First, When I try
https://rawgit.com/digistump/OakSoftAP/master/config.html To get them on my wifi I get this error in my chrome console:
GET
https://192.168.0.1:80/device-id net::ERR_CONNECTION_CLOSED
And I can't even get to the part where I select my wifi. I think the issue there is that the setup page is trying to use a secure url (https) for the device ID. If I go to
http://192.168.0.1:80/device-id in my browser I see the device ID just fine.
Based on the troubleshooting wiki, I downloaded the local update tool to a machine running windows 10, and then I tried to do the config from a mac on chrome. In that case, I was able to get to the screen where I can select a wifi access point, but when I try to save that I get this error in the chrome console:
Uncaught Error: Expected 0x2: got 0x30
at newInvalidAsn1Error ((index):970)
at n.readString ((index):970)
at Object.publicImport ((index):972)
at Object.detectAndImport ((index):972)
at e.importKey ((index):971)
at new e ((index):971)
at i.t ((index):973)
at o ((index):973)
at r.IncomingMessage.<anonymous> ((index):973)
at r.IncomingMessage.n.emit ((index):968)
These 5 oaks are stamped "kickstarter edition", but based on these error messages I dont think the hardware is the issue, I think the setup process is broken.