Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ESP8266 - is .Net possible?

Looking to know if it is at all possible to develop for the ESP8266 (I have the WeMos D1 Mini) using C# or if I'm stuck with Arduino Sketch?

I've looked around on the net, but not finding any guides or examples, so it does feel like my answer will be "No" but posting anyway in case someone knows of anything to the contrary :)

like image 721
Pedro G. Dias Avatar asked Sep 02 '25 17:09

Pedro G. Dias


1 Answers

I think you can't. But maybe comfortable for you to write codes in C++ using Visual Studio's plugin Visual Micro instead of programming in native Arduino IDE.

like image 181
Vladimir Tsykunov Avatar answered Sep 04 '25 08:09

Vladimir Tsykunov