Dear Support,
I'm seeking Visual Studio C# (or VC++) example code to communicate with Nordic IoT cloud portal, where can I get it?
Regards
Sam
Dear Support,
I'm seeking Visual Studio C# (or VC++) example code to communicate with Nordic IoT cloud portal, where can I get it?
Regards
Sam
Hi Sam,
Our NCS is based on "C", but it is possible to use C++ but it is quite limited support as for now.
You could use something like this sample as reference for your project.
Hi Martin,
The sample you give to me is for the SDK.
What I am seeking is for PC, using C code to write a application running in my PC to communicate with Nordic IoT cloud portal. C programming for Visual Studio, or even Python.
Regards
Sam
Hi Sam,
Then you can simulate a device on your computer using this as reference.
or
If you want to fetch data ++ from nrf Cloud directly you could use the nRF Cloud API
Hi Sam,
Then you can simulate a device on your computer using this as reference.
or
If you want to fetch data ++ from nrf Cloud directly you could use the nRF Cloud API