-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Timer very unprecise and unpredictable #56
Comments
I'm sure this isn't timer issue, something else affects on this pin in same time. You work this original example, yes? At first, please try to change selected pin number. |
Maybe I'm having the same issue when compiling the Sming blink example, the led blinks but very unregular, normal blink example works okay. I think it is because the ESP is constantly rebooting. I can compile and flash al the normal examples using eclipse and they work okay, i can also compile and flash all the Sming examples without error but they don't work? Only the blink example works sort of... ;) I also noticed the blue led on the ESP constantly blinking? |
Upgraded SDK to v1.0.1b1 and now it's working okay 👍 |
Yes, it can be related to the https://github.com/kadamski/esp-lwip/issues/7 |
Can be closed? |
Just checked out last version. Problem disappeared. Blink example works as expected. |
Hi,
I tested the Basic_Blink example and compared the output against the Blink example from the Arduino IDE port (version from 7.May). Both examples toggle PIN2 every 500 ms. You can see output below.
The Arduino Blink looks like this. Signal looks as expected.
Now look at the Sming output. Totally weird.
I also tried the pull request from hreintke, who updated Timer to use delegates.
Same result.
Any suggestions ?
Regards
The text was updated successfully, but these errors were encountered: