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

How to start using nRF52840 DK - nRF Toolbox -S ES IDE

I have nRF52840 DK (board PCA10056) . Right now I flashed LED blinking program on nRF52840 DK. It is fine.

Now I want do ADC operation, so I fed some external analog signals to the analog input pins, after conversion where I will get and see the digital output signals? How I write or edit the program in SES IDE?

I watched some videos, they are shown only application in nRF Toolbox mobile application based program like BGM, BPM, HRM and so on., but I want to know that how i create about that program or else where I go and edit the program. Because you gave the program.

I am new here, please let me know, how i start and develop my application.

Thank you...

Parents
  • Hi!

    To start out with developing your application, we recommend using one of our template examples as a base, in your case I would recommend the SAADC example, which demonstrates how to use the analog-to-digital converter peripheral.

    The SES project for this example is located in examples/peripheral/saadc/pca10056/blank/ses. You can open this project in SES and flash it to your board. Then you can start modifying it to fit your application.

    Best regards,

    Heidi

Reply
  • Hi!

    To start out with developing your application, we recommend using one of our template examples as a base, in your case I would recommend the SAADC example, which demonstrates how to use the analog-to-digital converter peripheral.

    The SES project for this example is located in examples/peripheral/saadc/pca10056/blank/ses. You can open this project in SES and flash it to your board. Then you can start modifying it to fit your application.

    Best regards,

    Heidi

Children
No Data
Related