How would I go about sending MIPI data via Bluetooth to a computer?

I have a project whose end-goal is to send images via Bluetooth to any device that will accept it. I have been given the specified Bluetooth IC to work with, and have picked out an image sensor because of it's physical size (datasheets linked below).

BT Module Datasheet MDBT40

BT IC datasheet nRF51822

Image Sensor Datasheet MT9M114EBLSTCZ-CR

Ideally there is some sort of existing library for the BT IC I'm using that can just take a MIPI input and send it without me having to worry about making it. I don't have any idea of how I would go about finding something like this though, and it's very likely that my approach is completely incorrect. I wasn't able to find any sort of MIPI converter on any sites like Digikey though, which makes me believe that everything is just done directly in software.

If anyone has experience with MIPI or any image sensing stuff at all, input would be appreciated. It's not to late for me to completely restart my project if what I'm doing makes no sense.

I'm currently in the hardware design phase so I haven't actually written any code. I just want to make sure that what I want to do is possible before I design an entire PCB.

Parents
  • Hi

    Yes, BLE should be able to handle transferring an image every few seconds, but either way I'd recommend a newer nRF52 series device than the old nRF51 series. 

    I think it would be worth looking into how to convert the MIPI data into an image or file though, as that will make the transfer easier I believe. Unfortunately we here at Nordic aren't too familiar with the MIPI specification (I think I found the correct spec for the camera you're using), so I'd recommend giving it a read to I.E. see what the possibilities here are.

    Best regards,

    Simon

Reply
  • Hi

    Yes, BLE should be able to handle transferring an image every few seconds, but either way I'd recommend a newer nRF52 series device than the old nRF51 series. 

    I think it would be worth looking into how to convert the MIPI data into an image or file though, as that will make the transfer easier I believe. Unfortunately we here at Nordic aren't too familiar with the MIPI specification (I think I found the correct spec for the camera you're using), so I'd recommend giving it a read to I.E. see what the possibilities here are.

    Best regards,

    Simon

Children
No Data
Related