Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedded System Project in .NET

Tags:

.net

Is it possible to develop an embedded system project using Microsoft Products? Can anyone tell me?

like image 637
Aravindh Avatar asked Feb 24 '23 23:02

Aravindh


1 Answers

Yes, this is possible.

You can use the Micro Framework.

The .NET Micro Framework is .NET for small and resource constrained devices.


There are hardware devices for development out there that use the framework (for example the Netduino which is inspired by the arduino platform and is mostly compatible with it.

like image 171
Oded Avatar answered Mar 07 '23 15:03

Oded