First steps programming a simple application that turns on led from smartphone using nRF connect app

Hello,

I am experienced working with Arduino and have developed projects with the XIAO BLE that has an nRF52 in built.

Right now I am developing a software using the nRF52 DK.

However I am struggling to develop a simple app using nRF SDK in VS code.

My goal is to use the nRF connect android app to send 2 commands, either turn left LED or right LED.

I understand that I need the GPIO library to configure 2 of the pins as outputs, I found many tutorials for this.

However, I do not know how to program the android app communication. Just sending a simple byte would be enough. Is there a tutorial for this?

Thank you very much

Related