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

Communication Between Two nRF51 DK

Hello Everyone.

I am doing a project where I need to do a Bluetooth communication of data. I have two nRF51 DK so the idea is to connect a particular pressure sensor to one of them and send the data to other. I am really new into both Nordic and Bluetooth communications and I would like to know if there are tutorials or examples where I can find a good way to start developing thhis project.

In a second approach my goal is to reach the data from one DK into a iOS Phone and see the Pressure level there.

Thanks in advance for the help.

Cheers.

Parents
  • Hi Rafael Insunza!

    We have a tutorial section here on devzone with a lot of useful information.
    On this github page, one of my colleagues have a custom service tutorial that is updated for one of the latest SDK's.

    There is alot of information about our products, SDK's etc. in our infocenter.
    Here is a link to the Getting Started page.
    We provide a free Software Development Kit for our customers, that includes a broad selection of drivers, libraries, examples for peripherals, SoftDevices, and proprietary radio protocols of the nRF52 Series and nRF51 Series.
    The SDK comes with support for Segger Embedded Studio, Keil レVision⑩ IDE, GCC make files, and IAR support which gives you the freedom to choose which IDE and compiler to use.
    The SDK can be downloaded from the link above, under the "downloads" tab.

    The SDK example I would suggest you can start with is the UART example, where we provide both a central and peripheral example.
    We also have a mobile app, nRF Toolbox, that lets you connect your phone to the peripheral device running the UART example.

    There is also a lot of useful questions already asked and answered here on Devzone, so I would suggest that you take a look around if you have any questions.
    If you can't find the answer to what you are looking for, please be sure to let me know.

    Best regards,
    Joakim.

Reply
  • Hi Rafael Insunza!

    We have a tutorial section here on devzone with a lot of useful information.
    On this github page, one of my colleagues have a custom service tutorial that is updated for one of the latest SDK's.

    There is alot of information about our products, SDK's etc. in our infocenter.
    Here is a link to the Getting Started page.
    We provide a free Software Development Kit for our customers, that includes a broad selection of drivers, libraries, examples for peripherals, SoftDevices, and proprietary radio protocols of the nRF52 Series and nRF51 Series.
    The SDK comes with support for Segger Embedded Studio, Keil レVision⑩ IDE, GCC make files, and IAR support which gives you the freedom to choose which IDE and compiler to use.
    The SDK can be downloaded from the link above, under the "downloads" tab.

    The SDK example I would suggest you can start with is the UART example, where we provide both a central and peripheral example.
    We also have a mobile app, nRF Toolbox, that lets you connect your phone to the peripheral device running the UART example.

    There is also a lot of useful questions already asked and answered here on Devzone, so I would suggest that you take a look around if you have any questions.
    If you can't find the answer to what you are looking for, please be sure to let me know.

    Best regards,
    Joakim.

Children
No Data
Related