Hi All,
Here's a new DCS thing for this month. It's a DCS detector that flashes when the engine and TIU communicate.
Just two alligator clips to the track (the power supply is inside) and that's it.
It's using all the FPGA stuff I posted before and makes the light flash whenever the spread-code is successfully detected more than 10 times (seemed like a nice round number). Since it's actually like doing the CDMA decoding, not just measuring voltage or something silly.... it's a pretty easy and effective layout troubleshooting tool.
I thought about putting a "quality scale" or something and ranking the packet quality based on how many CDMA chip bits are correct of the 31 PN sequence and then weighting it by how many codes were sent, but that seemed complicated, so I just made the the Cx threshold 1 bit higher than the DS/SS demodulator train (28/31 instead of 26/31 that MTH uses). So if it sees 10 codes with >27/31 confidence each, it flashes once.
Fun and useful!
~Adrian