Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By ulko
#7450 Hi cherts,
After endless trials with partly success (only webpages.espfs not OK) I'm now using version 1.0.5. with a modified version example 'esphttpd'. All compiling, linking and flash runs without any errror.
webpages.espfs also is built correctly and flashed.
In older versions I got connection via wifi to my router.
The problem now is that I don't get connection. Only the following messages:

Httpd init, conn=0x3ffeac84

Ready
mode : sta(18:fe:34:9d:eb:48) + softAP(1a:fe:34:9d:eb:48)
add if0
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
add if1
bcn 100
scandone
no MYAP found, reconnect after 1s
reconnect
scandone
no MYAP found, reconnect after 1s
reconnect


Other examples (Hello World, dht22) work correctly.
No connection with 192.168.4.1/wifi
Do you have any idea?? May be the wifi part is defect?? What is MYAP??

Kind regards
ulko
User avatar
By boseji
#7451 Hello,

Thanks a lot for your support.

I have tried to put together a Portable package of all the things that would be needed to work with ESP8266 board (ESP-01 Module in my case).
This is based on the Orignial SDK posted plus the contributions from various other people taken together.
Only a single download is enough to get the things working.

The details of my packaging are given in the Github Repo - ESP8266-uof-windows-sdk-portable.
This package is done for 64bit Windows systems only.

Direct link to the Package - ESP8266-UofWin-SDK-portable-v01.zip.
Code: Select allFile Size: 635.55 MB
MD5-SUM = a46044025137ecbfc94bce0e0c57a6e1


Kindly let me know feedback, comments or issues on this Portable package.

Warm Regards,
Boseji
User avatar
By CHERTS
#7488
ulko wrote:Hi cherts,
After endless trials with partly success (only webpages.espfs not OK) I'm now using version 1.0.5. with a modified version example 'esphttpd'. All compiling, linking and flash runs without any errror.
webpages.espfs also is built correctly and flashed.
In older versions I got connection via wifi to my router.
The problem now is that I don't get connection. Only the following messages:

Httpd init, conn=0x3ffeac84

Ready
mode : sta(18:fe:34:9d:eb:48) + softAP(1a:fe:34:9d:eb:48)
add if0
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
add if1
bcn 100
scandone
no MYAP found, reconnect after 1s
reconnect
scandone
no MYAP found, reconnect after 1s
reconnect


Other examples (Hello World, dht22) work correctly.
No connection with 192.168.4.1/wifi
Do you have any idea?? May be the wifi part is defect?? What is MYAP??

Kind regards
ulko


Wifi config is saved in file user_config.h
User avatar
By ulko
#7496
CHERTS wrote:
ulko wrote:Hi cherts,
After endless trials with partly success (only webpages.espfs not OK) I'm now using version 1.0.5. with a modified version example 'esphttpd'. All compiling, linking and flash runs without any errror.
webpages.espfs also is built correctly and flashed.
In older versions I got connection via wifi to my router.
The problem now is that I don't get connection. Only the following messages:

Httpd init, conn=0x3ffeac84

Ready
mode : sta(18:fe:34:9d:eb:48) + softAP(1a:fe:34:9d:eb:48)
add if0
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
add if1
bcn 100
scandone
no MYAP found, reconnect after 1s
reconnect
scandone
no MYAP found, reconnect after 1s
reconnect


Other examples (Hello World, dht22) work correctly.
No connection with 192.168.4.1/wifi
Do you have any idea?? May be the wifi part is defect?? What is MYAP??

Kind regards
ulko


Wifi config is saved in file user_config.h

In existing user_config.h there is my ssid + PW but still says: 'no MYAP found'??