Android App Development for ItsyBitsy nRF52840

Hi, I am quite new to App development with Android Studio. My project is to make an app plotting the data collected from one of the pins of ItsyBitsy nRF52840. I found an official open sourced app provided by Nordic called Blinky which is specifically for nRF52840 DK and tested it on an android phone, but it couldn't find my microcontroller. I wonder what kind of content of the app I need to modify that can enable the app to detect and connect to my board. I also want to modify it a bit to have a similar feature as Plotter from Bluefruit Connect. May I have your guidance and instruction? I am overwhelmed by the complexity.   

https://github.com/NordicSemiconductor/Android-nRF-Blinky

https://learn.adafruit.com/adafruit-itsybitsy-nrf52840-express

Related