hi, I am new to Nordic development, and I have to write a VC# Windows App to connect with a BLE GATT oximeter (based on an nRF SOC) through nRF52840 dongle in a few days. After reading some materials, I think standard Nordic development procedures are too difficult to me because I have to learn a lot of tools and languages in a short time.
The nRF52840 dongle works with nRF Connect for Desktop Bluetooth Low Energy v3.3.0 now. Since there is a virtual COM port (nRF Connect USB CDC ACM) attatched to my computer, is it possible for me to write a simple VC# Windows APP, which uses this COM port to talk with nRF52840 dongle, then talk with my BLE GATT deivce?
If this idea works for me, do you have any documents to explain communication protocols I need to konw? or any examples which is more common to a tranditional Windows programmer?
Thanks so much.