i download firmware from here:
https://github.com/eriksl/esp8266-unive ... ases/tag/6
Could you tel me, why i can not change ssid and pass?
manual:
https://github.com/eriksl/esp8266-unive ... bridge.pdf
this command not work, command "btp" unknown e.g..
i like to use this firmware like uart -brigde only..
regards
The bad news is that I am not going to update the documentation (most of it still holds anyway), but the good news is, I did draft a new release, with the newest code, here: https://github.com/eriksl/esp8266-unive ... ses/tag/17
It has a new feature where you can configure SSID and password much more easily than before, using a web browser on a client that you connect to the ESP's default SSID (esp, password: espespesp).
This is the complete procedure (see also the release):
Procedure:
- when the ESP8266 can't connect the configure SSID or has no SSID/password configured (yet), it will go into Access Point mode using SSID "esp".
- Take a phone or tablet and connect to this SSID "esp", use password "espespesp" (three times esp in a row).
- Take your browser to http://192.168.4.1:24
- Select "reset WLAN configuration"
- Type SSID and password
- Click on the "set" button
- Click on the "reset" link
- The ESP8266 will now start in WLAN client mode and connect to the specified SSID and password.
To set the bridge port, use the bp command. Even better, use ? to see all commands available. You'll likely need ub, ud, us, and up as well to set the UART configuration. And don't forget to use cw to write the config to flash.
Some time ago the default "command" port was switched from 25 to 24, so use port 24 to enter commands.
could you tell me addresses to load this firmware using esp-downoader?
0x010000 and 0x00000 do not work.
i flash espiobridge-plain-iram-0x000000 and espiobridge-plain-irom-0x010000 files
regards