Share via


C# programming - for the microcontroller STM32

Question

Wednesday, November 4, 2015 3:38 AM

Hello EXPERTS,

I am beginner, just started learning C# basics. I am currently involved in project related to the robotics. I need to know How to start understanding the c# programming (code, syntax, etc...) and also, where can I find the sample c# programming for microcontrollers (eg: how to control the motors, blinking LED's , etc) bcz, I believe sample program helps learning how I can make my own programming and communicating with microcontroller.

Thank you for your information.

All replies (3)

Wednesday, November 4, 2015 10:58 AM âś…Answered

Thank you Mr.Sabah,

I believe, this will help me start out with something.


Wednesday, November 4, 2015 9:21 AM

Hi,

>> I need to know How to start understanding the c# programming (code, syntax, etc...)

You could follow the tutorials in Microsoft Virtual Academy. There C# fundamental course is brilliant.

C# Fundamentals for Absolute Beginners

You could also look into DotNetPerals website tutorial.

C# tutorial

>> where can I find the sample c# programming for micro controllers (eg: how to control the motors, blinking LED's , etc)

There is a framework .NET Micro Framework you can use this to program micro controller projects. If you want to try Arduino based then Visual Micro a Visual Studio extension that offers you a fantastic integrated environment for Arduino based development.

Sample example: All Inside Visual Studio: Moving a Car Forward/Backward

So far I found this two books which might be help to you. They are available on amazon.

Professional's Guide To .NET Micro Framework Application Development

Embedded Programming with the Microsoft® .NET Micro Framework (Developer Reference)

Hope this helps you.

Thanks,

Sabah Shariq


Wednesday, November 4, 2015 11:33 AM

Please mark the answere as the answere for the post!