home.social

#nanoframework — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nanoframework, aggregated by home.social.

  1. It took my all day to get the nanoframework flashed on the esp32s3 and and to get one of the example projects to run on the device.

    The LED is blinking.

    Even with the vs code extension for nanoframework the toolchain needs a lot of love when working on linux.

    I was hoping to use c# instead of c but at the moment the workflow does not feel good.

    It seems that in Visual Studio and on Windows this might be viable. But I am not going back to Windows for that.

    #esp32 #esp32s3 #nanoframework

  2. It took my all day to get the nanoframework flashed on the esp32s3 and and to get one of the example projects to run on the device.

    The LED is blinking.

    Even with the vs code extension for nanoframework the toolchain needs a lot of love when working on linux.

    I was hoping to use c# instead of c but at the moment the workflow does not feel good.

    It seems that in Visual Studio and on Windows this might be viable. But I am not going back to Windows for that.

    #esp32 #esp32s3 #nanoframework

  3. It took my all day to get the nanoframework flashed on the esp32s3 and and to get one of the example projects to run on the device.

    The LED is blinking.

    Even with the vs code extension for nanoframework the toolchain needs a lot of love when working on linux.

    I was hoping to use c# instead of c but at the moment the workflow does not feel good.

    It seems that in Visual Studio and on Windows this might be viable. But I am not going back to Windows for that.

    #esp32 #esp32s3 #nanoframework

  4. It took my all day to get the nanoframework flashed on the esp32s3 and and to get one of the example projects to run on the device.

    The LED is blinking.

    Even with the vs code extension for nanoframework the toolchain needs a lot of love when working on linux.

    I was hoping to use c# instead of c but at the moment the workflow does not feel good.

    It seems that in Visual Studio and on Windows this might be viable. But I am not going back to Windows for that.

    #esp32 #esp32s3 #nanoframework

  5. Dotnet introduced slnx as a replacement for the old sln soltution files. And VSCode creates them per default.

    The nanoframework uses a csproject-file-variation that dotnet 10 msbuild does not understand. So you need to install mono-complete as it has a msbuild that works.

    The catch is that the linux mono-complete msbuild version 16.10 does not understand slnx.

    Does anyone know how to force vscode to create sln or convert them back?

    #dotnet #csharp #linux #nanoframework #askfedi

  6. I'm now at a point where I can
    - log the data from the BMS with an #esp32 microcontroller and write it to the ESP's internal flash
    - read the internal flash via USB
    - convert and upload the data to a database for visualization

    Thanks to #dotnet #nanoFramework I can even have a common C# codebase between the desktop app and the ESP32 (first time I've used netNF and it works pretty well).

    I don't even need an RTC, as the BMS has one built in which I can just read on boot.

  7. Yay, mein Artikel #Microsoft #NET mit dem #nanoframework auf dem #ESP32 ist bei @heisedeveloper online gegangen. Viel Spaß beim Lesen 😁!

    ESP32 mit dem .NET-nanoFramework programmieren heise.de/hintergrund/ESP32-mit
    >Software für den ESP32 wird oftmals mit der Arduino IDE oder der Espressif EDF entwickelt. Aber es gibt auch noch andere Möglichkeiten.