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

nRF52x to stream video

Hi, I'm wonder it is possible to stream video using nRF52x family? I know that chipset isn't designed to this purpose, but I'm only wonder about that.

Thanks Robert

  • Hi! My guess, it can, although with these assumptions:

    • video data is injected over SPI in compressed format (H264, etc.)
    • bitrate is kept relatively low (< 2Mbit)
    • I think, Bluetooth protocol is slightly inappropriate, so some custom one has to be developed

    It might be also possible to suck data directly from matrix, but the capability of chip to compress data is limited (at least by available memory) and resulting resolution will be VERY low.

Related