-->
Page 1 of 1

ESP8266 & TTL to M-Bus Converte - Noise Tx & Rx

PostPosted: Tue Mar 10, 2020 4:40 am
by Magdici Emanuel
Hello,

It may be trivial to her, but I still find myself in trouble in this area. I'm trying to read the data from an M-Bus flowmeter, after many tests and hairs I decided to put a signal analyzer on Tx and Rx immediately after power
Rx = D0 & Tx = D1

1 (Phone).png
- https://ibb.co/c3nZTKp

And if I connect the same flow meter through the same converter but
not with the ESP8266, I connect to USB TTL everything is fine

image (Phone).png
- https://ibb.co/XsqvLjr

Are there any ideas why and how this problem can be solved :?:

Re: ESP8266 & TTL to M-Bus Converte - Noise Tx & Rx

PostPosted: Tue Mar 10, 2020 12:15 pm
by Pablo2048
Idea why it is? Yes - it's (probably) residual from boot-up message, sent by ROM bootloader @78800Bd. How to solve it? Swap the serial port pins to the alternate GPIOs and use this pins for your M-bus transceiver.