-->
Page 32 of 77

Re: "universal I/O bridge"

PostPosted: Thu Jun 15, 2017 6:32 am
by eriksl
Yes that is also true. You need to use line buffering mode. The first version of the firmware had code to accumulate input of multiple packets, but I found it to be complex towards the other code, and also it needs additional RAM that is sparse, so I removed it.

Re: "universal I/O bridge"

PostPosted: Wed Oct 18, 2017 7:25 am
by wchpikus
hi
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

Re: "universal I/O bridge"

PostPosted: Fri Oct 20, 2017 4:46 am
by eriksl
The code on github is slightly outdated, the documentation even more. I stopped mainting them because nobody seemed to care.

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.

Re: "universal I/O bridge"

PostPosted: Fri Oct 20, 2017 6:06 am
by wchpikus
hello
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