Skip to content
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

Closed
Egyras opened this issue Apr 12, 2018 · 5 comments
Closed

hardwareserial #17

Egyras opened this issue Apr 12, 2018 · 5 comments
Labels

Comments

@Egyras
Copy link

Egyras commented Apr 12, 2018

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 ?

@reaper7
Copy link
Owner

reaper7 commented Apr 12, 2018

Yes, it's true, use pins 13/15 makes impossible to start esp properly
but it only affects the boot process, if you leave pin 15 not connected at boot
and connect it only after starting then everything works fine.
Of course, it's not practical...so pins 1/3 are the best option

@reaper7
Copy link
Owner

reaper7 commented Apr 13, 2018

on the converter board are located two resistors R4 and R3, I think they are TX/RX lines pullup resistors
so 4k7 on converter board gives stronger pullup than 10k pulldown on wemos gpio15 pin.
Removing them or replace with for e.g. 100k can enable proper startup of esp

@Egyras
Copy link
Author

Egyras commented Apr 15, 2018

what converter you are using, mine seems not very stable.....?

@reaper7
Copy link
Owner

reaper7 commented Apr 15, 2018

the same as you, mine is very stable,
~2days / 603597 sdm readings and only 2 errors:
schowek01

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)

@Egyras
Copy link
Author

Egyras commented Apr 17, 2018

Seems I had some bad connection between Wemos and converter... all runs fine 24 hours 👍

@Egyras Egyras closed this as completed Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants