python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issue Getting nanoFramework to Deploy and Run on ESP32D02DQ66
Having issues deploying “Hello World” to ESP32_WROOM_32 device. I was able to flash the device successfully using nonoff. I have a ESP32D0WDQ6 and flashed ESP32_WROOM_32 v1.0.7.2 to it. I am using .NE...
pleslie
Votes: 0
Answers: 1
nanoFramework ESP32 Thread.Sleep weird behaviour
I have the following program running on an ESP32 as a test:
using System;
using System.Diagnostics;
using System.Threading;
using nanoFramework.Hardware.Esp32;
namespace NFApp2
{
public class Pro...
Robert
Votes: 0
Answers: 1
Nanoframework Couldn't find a valid native assembly
I have ESP32_WROOM_32 with VisualStudio.
Before build and flash in VS2019, I flashed target with nanoff --update --target ESP32_WROOM_32 --serialport COM5
When I use nuget, to install Gpio, Wifi, Mqtt...
Михаил Сазанов
Votes: 0
Answers: 1
Device Explorer of .net nanoframework doesn't scan all available serial ports
On my Windows PC I have 5 serial ports, but the Device Explorer of nanoframework is only scanning one of them.
All serial ports work fine in other applications.
I have connected an ESP32 device with a...
Hneel
Votes: 0
Answers: 2