-->
Page 2 of 2

Re: ESP8266 Interrupt Too Slow, How can I make it faster?

PostPosted: Thu Feb 22, 2018 12:12 pm
by btidey
Are you saying it never fires the interrupt?

If the pulse is going low for a period of 200uSec then the esp8266 should be handling that easily and then I don't think it is a speed problem.

How are you testing it manually? Are you sure the output pulse is driving the esp pin properly high and low? You have the pin specified to use the input internal pullup but that is quite a high value resistor (~36K). Depending on the output from the sensor you might need to use a lower value external pull up.

Re: ESP8266 Interrupt Too Slow, How can I make it faster?

PostPosted: Fri Sep 21, 2018 3:08 am
by pejotes
hi!

Have the same issue here, works perfectly on arduino, on esp8266 it doesn't trigger interrupt.

have you managed to get this works ?