Reputation: 3222
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 :)
Upvotes: 4
Views: 2628
Reputation: 17094
There is no reason you couldn't write bindings for C# to use the native SDK but I don't think such a thing exists at present.
That said you don't have to use Arduino, you can use the NodeMCU firmware and write in Lua using any IDE, or you could use Eclipse and write in c, there are lots of possibilities...
Upvotes: 0
Reputation: 866
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.
Upvotes: 5