-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardwareserial #17
Comments
Yes, it's true, use pins 13/15 makes impossible to start esp properly |
on the converter board are located two resistors R4 and R3, I think they are TX/RX lines pullup resistors |
what converter you are using, mine seems not very stable.....? |
the same as you, mine is very stable, please read last discussion in this issue (to the end): conclusions, test on another esp8266 module and check your power supply (current efficient and filtering flickers with big cap) |
Seems I had some bad connection between Wemos and converter... all runs fine 24 hours 👍 |
hi, I have tried to define in my sketch hardwareserial
#define USE_HARDWARESERIAL
Use Wemos D1 Mini with https://user-images.githubusercontent.com/28455705/34221336-f3462a6a-e5b7-11e7-94fa-5fbb4fc57065.jpeg
Seems that it works when I connect to 3/1 pins, doesnt work with 13/15 pins.
Basicaly with 13/15 it "hangs" SDM120 counter as it starts blinking.... Because 15 pin on esp8266 must be low during boot up ? So I assume that 13/15 pins are not usable at all, right ?
Corect pins for hardwareserial should be only 3/1 ?
The text was updated successfully, but these errors were encountered: