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

customnmi.s debugging #11

Open
VakarisZ opened this issue Jun 19, 2020 · 1 comment
Open

customnmi.s debugging #11

VakarisZ opened this issue Jun 19, 2020 · 1 comment

Comments

@VakarisZ
Copy link

Hey. I forked this project in attempt to alter it into a RToF project here.
I had some success, but results still deviate ~100 CC's (20 000 packets gathered). I think the biggest delay happens on ESP "bouncer" (receive packet -> send it back routine). Could this routine be improved by writing a custom NMI? Or is sending a packet too long of a process for NMI? Maybe I could set a value with custom nmi and then send a packet on hardware timer if this value is set?

@cnlohr
Copy link
Owner

cnlohr commented Aug 30, 2020

I am not really sure... I did try it once, but my biggest problem looked to be stability of the crystal sources. https://www.youtube.com/watch?v=RSQK5w6LMSc

https://github.com/cnlohr/esp8266rawpackets

I don't recall jitter being an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants