Current News

Moderator: Mmiscool

User avatar
By trackerj
#51832 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!
User avatar
By forlotto
#51836 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!
User avatar
By Mmiscool
#51857 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.
User avatar
By Mmiscool
#51862 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.