FKW9 / esp-smartmeter-netznoe

Read Smartmeter Data and store to SD Card or publish to Graphite
MIT License
14 stars 4 forks source link

[Question] Which GPI Pins are used ? #1

Closed Noschvie closed 2 years ago

Noschvie commented 2 years ago

Hello how have the M-Bus Interface (RX, TX) to be connected to the ESP-WROOM-32 ? Want use this device : ESP32 NodeMCU

https://github.com/mitsubishievo99/esp-smartmeter-netznoe/blob/83cd244952b45712161aca232fa0c840dfb842c4/src/main.cpp#L28

Thanks!

FKW9 commented 2 years ago

@Noschvie RX is not used on the M-Bus Slave.

You have to connect TX to GPIO16

Noschvie commented 2 years ago

Thanks!