Running .NET C# on Raspberry Pi Pico 🤯

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 14

  • @dsuess
    @dsuess 3 роки тому +7

    Love it!! This is a great foundation to get things moving. Frankly, I'd rather use C# over python. It's fast, enables code reuse, and robust. Looking forward to see this project continue to mature 👍👍

  • @nielspaulin2647
    @nielspaulin2647 3 роки тому +1

    VERY GOOD getting started info.

  • @furkankzlbag2798
    @furkankzlbag2798 2 роки тому +1

    how do you add the serial uart in the windows terminal?

  • @manutronics
    @manutronics 3 роки тому +1

    Well done!!! Fantastic!!

  • @DQSoft
    @DQSoft 3 роки тому +1

    Great job!

  • @we_teach
    @we_teach 2 місяці тому

    Is this still up to date?
    when i try to make the following command "docker pull dotnuttx/generate-pico-uf2"
    it gives an error: "Error response from daemon: pull access denied for dotnuttx/generate-pico-uf2, repository does not exist or may require 'docker login' "

  • @Dylanos
    @Dylanos 2 роки тому +1

    Do you think this should still work? I see the following error when building with the docker image: ERROR!!!! Firmware version does not match managed code version!!!! --- Invalid native checksum: mscorlib 0x004CF1CE!=0x132BDB6F

    • @matheusmicrohobby
      @matheusmicrohobby  2 роки тому

      You should use the same nanoFramework version from the samples, do not update it because this checksum occurs between the C++ code from the RTOS and the .dll from nuget packages

  • @onionware1
    @onionware1 Рік тому

    Can NativeAOT be used for it?

  • @speedyspeedy8356
    @speedyspeedy8356 2 роки тому

    Is this work on a raspberry pi pico W too?

  • @vuhoangdung
    @vuhoangdung 3 роки тому +2

    can I use f# instead of c#?

    • @matheusmicrohobby
      @matheusmicrohobby  3 роки тому

      Fot for now 😔. nanoCLR runs any CLR application but the problem is F# libs. I tried to implement something but for now we don't have generics and it looks like F# uses quite a lot of generics namespaces.

  • @fatihyorulmaz8290
    @fatihyorulmaz8290 3 роки тому

    hi Matheus,
    I'm trying to create a uf2 file with docker, the file is created, but when I upload the resulting file to pico, I get the following warning from the compport below
    nsh> [Knsh: nsh_session: readline failed: 11
    .NET nanoFramework v2.7.0.3 nanoCLR running on pi-pico rp2040 Nuttx (Raspberry Pi Pico)
    Copyright (c) 2021 .NET Foundation and Contributors
    where do you think i go wrong

    • @matheusmicrohobby
      @matheusmicrohobby  3 роки тому

      I assume you are using one of the sample projects right?