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

Bluetooth application on PC using C for nRF52840 DK

Hi,

I would like to build an application on Ubuntu PC, using github.com/.../nrf52-ble-image-transfer-demo
The purpose is to do some analysis of the images taken by Arducam on the PC.
Is there a similar application like the one provided for Android? If so, please provide link.
Else, is there reference material on the procedure to follow to write our own application and APIs that have to be called?

Thanks

Parents Reply
  • Hi,

    Thank you for the information.
    I am using Arducam 2MP mini module with nRF52840DK
    My requirement is as below
    1. Use the available hex files 'nrf52840_xxaa_side_header.hex' along with the softdevice
    2. Build an application preferably in C on Ubuntu and send BT commands/messages (with options of image resolution) to nRF52->Arducam to capture images.
    3. Receive the image from nRF52 in the application and do further analysis
    Simply putting it down, I need the Android application in github.com/.../Android-Image-Transfer-Demo on Ubuntu (only image part, no streaming required)
    Does the application you suggest achieve this?
    I am new to this kind of development... please help

    Thanks

Children
Related