Adafruit Feather nRF52 Bluefruit LE - nRF52832

Here are steps for anyone that want’s to use Adafruit Feather nRF52 Bluefruit LE - nRF52832 board with Blynk.

From Adafruit nRF52 examples load “CONTROLLER” example.

Add to it following:

#include <BlynkSimpleSerialBLE.h>
#define BLYNK_USE_DIRECT_CONNECT
#define BLYNK_PRINT Serial

char auth[] = "<your auth. code>";

In your void setup()

Blynk.begin(auth,bleuart);

This is quick way to get you started and you can go from there.

Now, you can see that certain people just come here to tell you “go read manual”, " go read documentation" , “it’s been answered before” bla bla bla … o yea, it should work just like “UNO” which is not true…
I would suggest that if you don’t know how something works, don’t assume and with that give people wrong directions. It’s not helping anyone but putting them behind even further. They are here because they are already struggling and you are just pushing them further down.
Have I listened to suggestions about setting up Pins etc, etc… I wouldn’t have found solution.
Where in the links suggested to me shows above code is beyond me.
Anyway, I’m off to learn creating android apps…