esp8266rawpackets icon indicating copy to clipboard operation
esp8266rawpackets copied to clipboard

customnmi.s debugging

Open VakarisZ opened this issue 4 years ago • 1 comments

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?

VakarisZ avatar Jun 19 '20 16:06 VakarisZ

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.

cnlohr avatar Aug 30 '20 08:08 cnlohr