Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
nRF51-dk and the .NET RPC Lib
I just got the new dk and am wanting to know if the .net library will allow me to write code for the nRF51 series of chips.
I am brand new to this environment, but the mbed system looks really powerful.
My needs are simple.
I am building a Motion detection system.
I want to have multiple "satellite" boards with a nRF51822 chip and a PIR (passive infrared) motion detector connected to it.
When motion is detected, the satellite will send a bit to an Intel Edison board, which will forward the data on to the cloud with it's built in wifi.
I am a .net c# developer and would love to be able to write this code using Visual Studio.
Any suggestions or help would be appreciated.
Thank you in advance for your help.
Question relating to:
1 Answer
10 years, 1 month ago.
Hello,
I believe embedded dev is possible with visual studio, saw some people using it at least for writing the code, debugging is another story. The RPC lib is part of mbed SDK. Look for it on mbed, yuou will find it. Here's the link http://developer.mbed.org/cookbook/Interfacing-Using-RPC for some information. I am not familiar with .NET RPC lib, but you can easily compare if they are compatible.
Regards,
0xc0170