-->
Page 2 of 4

Re: New build. Wprint bug gone. Websockets more relighable.

PostPosted: Sun Jul 31, 2016 12:14 am
by trackerj
Tried the new release.
Cannot connect to the WIFI router:
Code: Select allServer listening Port: 80
ESP Basic 3.0.Alpha 17
Device MAC: 5E:CF:7F:14:76:B4
1
2
3
4
5
6
7
8
9
10
11
12

Failed Wifi Connect
Creating WIFI access point


Tried also to clear flash (fill with zero) before firmware upload. Also used "format" after new fresh firmware upload.

After adding config data in "settings" even that page is no more accesible in AP mode.

Any ideas?

I want to write some drivers for i2C devices for ESBBasic examples. Can you also please provide a way to change SDA/SCL used pins in a simple manner as in Arduino IDE or LUA.

Thank you for your great work!

Re: New build. Wprint bug gone. Websockets more relighable.

PostPosted: Sun Jul 31, 2016 2:23 am
by forlotto
first line of your code in the editor should be:

wifiapsta

save this before you make your changes to settings in the editor...

this enables both STATION and AP modes.

Enjoy!

Re: New build. Wprint bug gone. Websockets more relighable.

PostPosted: Sun Jul 31, 2016 2:59 pm
by Mmiscool
There is a bug in the new version. If you nice your program stopping at a line randomly. There will be a fix out in a bit. I just have to remove all of my serial debugging msgs and build the flasher. Should be uploaded in an hour or 2.

Re: New build. Wprint bug gone. Websockets more relighable.

PostPosted: Sun Jul 31, 2016 4:55 pm
by Mmiscool
It should be all fixed now. Download the latest version now. 3.0 a18.

Sorry about all the flashing lately. Just been fixing things as I find them.