This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Record 64 bits at up to 8MHz on 4 inputs (on nRF52832)

Hi all!

Is there a way to record 64 bits at up to 8MHz on 4 inputs? (on nRF52832)

The closest seems to be with 3 SPI and EasyDMA, would it work? (is there a way to do better?)

 

Otherwise, it seems possible on nRF52840 with QSPI and EasyDMA:

http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52840.ps%2Fqspi.html

Is it true?

 

Thanks for reading this!

Cedric ;)

Parents Reply
  • Do you have a scope of the bitstream? I've read the ts4231's datasheet but it does not specify the final bitstream. It seems the nature of the bitstream it generates is dependent on the IR source bitstream. 

    The ESP8266 has a 160MHz CPU so it might just be able to capture the stream.
    Do you have the actual ESP8266 implementation? It would be useful to know whether they've got some HW support for capturing bitstreams or if their just bit-banging it with the CPU.

    If they're bit-banging it and decoding it with a LFSR where both is implemented in the CPU then the nRF52 is just not fast enough. 

    You might be able to make an LFSR with descrete components, but that is kinda where FPGAs start to make a lot more sense. 


Children
No Data
Related