This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I use the camera without bluetooth?

How do I write the data of "ble img transfer demo" camera ".jpg" without using bluetooth?

Parents
  • Hello hasacyilmaz!

    Thank you for your patience with this issue - the forums have been operating with reduced staffing during the recent holiday season, but we are not back to the regular staffing.
    I noticed that you had some earlier duplicate tickets of this issue which I have closed - let us handle this issue and all questions related to the BLE image transfer demo in this ticket instead.

    How do I write the data of "ble img transfer demo" camera ".jpg" without using bluetooth?

    I am not exactly sure what you wish to achieve here, but with the context of your other tickets I assume that you would like to transfer the image using a serial interface rather than the BLE, is this correct?
    If so, you will need to choose a serial interface for this transfer, and then divide the image into a sequence of appropriately sized chucks for transmission using the chosen interface.

    We have examples demonstrating how to use all the different serial interfaces available on the nRF52840, so I would recommend that you begin with familiarizing with the chosen interface through one of these examples, and then merge in the image-capture and fragmentation parts from the BLE transfer demo into this application, instead of going the other way around (if you do not intend to use BLE at all in your new application).

    If this was not what you wanted to achieve / ask about, please elaborate further on your intentions and question.

    Best regards,
    Karl

Reply
  • Hello hasacyilmaz!

    Thank you for your patience with this issue - the forums have been operating with reduced staffing during the recent holiday season, but we are not back to the regular staffing.
    I noticed that you had some earlier duplicate tickets of this issue which I have closed - let us handle this issue and all questions related to the BLE image transfer demo in this ticket instead.

    How do I write the data of "ble img transfer demo" camera ".jpg" without using bluetooth?

    I am not exactly sure what you wish to achieve here, but with the context of your other tickets I assume that you would like to transfer the image using a serial interface rather than the BLE, is this correct?
    If so, you will need to choose a serial interface for this transfer, and then divide the image into a sequence of appropriately sized chucks for transmission using the chosen interface.

    We have examples demonstrating how to use all the different serial interfaces available on the nRF52840, so I would recommend that you begin with familiarizing with the chosen interface through one of these examples, and then merge in the image-capture and fragmentation parts from the BLE transfer demo into this application, instead of going the other way around (if you do not intend to use BLE at all in your new application).

    If this was not what you wanted to achieve / ask about, please elaborate further on your intentions and question.

    Best regards,
    Karl

Children
No Data
Related