mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-05 15:44:18 +00:00
Merge branch 'master' into dev-v1.1.0
This commit is contained in:
@@ -29,7 +29,7 @@ You can also use a ESP based development board and combine this with a M-Bus mod
|
|||||||
- Dallas temp sensor connected to GPIO14
|
- Dallas temp sensor connected to GPIO14
|
||||||
|
|
||||||
[Adafruit HUZZAH32](https://www.adafruit.com/product/3405)
|
[Adafruit HUZZAH32](https://www.adafruit.com/product/3405)
|
||||||
- M-Bus connected to RX
|
- M-Bus connected to GPIO16
|
||||||
|
|
||||||
|
|
||||||
Combine one of above board with an M-Bus module. Connect 3.3v and GND together between the boards and connect the TX pin from the M-Bus board to the dedicated M-Bus pin on the ESP board.
|
Combine one of above board with an M-Bus module. Connect 3.3v and GND together between the boards and connect the TX pin from the M-Bus board to the dedicated M-Bus pin on the ESP board.
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ SoftwareSerial *hanSerial = new SoftwareSerial(D1);
|
|||||||
#define LED_ACTIVE_HIGH 1
|
#define LED_ACTIVE_HIGH 1
|
||||||
#define AP_BUTTON_PIN INVALID_BUTTON_PIN
|
#define AP_BUTTON_PIN INVALID_BUTTON_PIN
|
||||||
|
|
||||||
HardwareSerial *hanSerial = &Serial;
|
HardwareSerial *hanSerial = &Serial2;
|
||||||
|
|
||||||
// Default build settings
|
// Default build settings
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user