Skip to content

Commit

Permalink
updated to version 3 for adapter 3
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Michael Baier committed Nov 20, 2020
1 parent 6e199fd commit 215893f
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# build 20201120

* updated Arduino core to 2.7.4
* add support for enhanced UDP mode
* updated to latest enhanced protocol
* add support for adapter 3 and set this as default
* add WIFI high power option
* wait longer for DHCP lease
* allow entering config mode when WIFI does not connect


# build 20200413

* add ESP32 support (starting with Lolin32)
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,19 @@ The firmware can be configured with a simple HTML frontend or by using the seria
Simply connect with e.g. Putty to the COM port at 115200 Baud (8N1) after connecting the board to your computer and you will see the following configuration options:

```
Welcome to eBUS adapter 2.0, build 20191208
Welcome to eBUS adapter 3, build 20201120
Entering configuration mode.
Chip ID: ********
Hostname: ebus-******
Configuration:
1. WIFI SSID: EBUS
2. WIFI secret:
3. WIFI IP address: DHCP (not connected)
3. WIFI IP address: DHCP (failed: disconnected, reason: 1)
w. WIFI power: normal
4. WIFI hostname: ebus-******
5. eBUS RX+TX PINs: direct RX+TX (GPIO3+1)
6. ebusd connection: TCP on port 9999
5. eBUS RX+TX PINs: Adapter 3 RX+TX (GPIO3+1)
6. ebusd connection: enhanced on port 9999
7. HTTP TCP port: 80
8. LED PINs: RX:disabled, TX:disabled
9. Initial PINs: D4:H
Expand Down
Binary file modified dist/ebus-v3_d1mini.bin
Binary file not shown.
Binary file modified dist/ebus-v3_d1mini_lite.bin
Binary file not shown.
Binary file modified dist/ebus-v3_d1mini_pro.bin
Binary file not shown.
Binary file modified dist/ebus-v3_lolin32.bin
Binary file not shown.
Binary file modified dist/ebus-v3_nodemcu1.bin
Binary file not shown.
Binary file modified web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webcfg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webpins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 215893f

Please sign in to comment.