Running .NET C# on Raspberry Pi Pico 🤯

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

ความคิดเห็น • 13

  • @dsuess
    @dsuess 2 ปีที่แล้ว +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 2 ปีที่แล้ว +1

    VERY GOOD getting started info.

  • @manutronics
    @manutronics 3 ปีที่แล้ว +1

    Well done!!! Fantastic!!

  • @DQSoft
    @DQSoft 3 ปีที่แล้ว +1

    Great job!

  • @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

  • @furkankzlbag2798
    @furkankzlbag2798 2 ปีที่แล้ว +1

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

  • @onionware1
    @onionware1 ปีที่แล้ว

    Can NativeAOT be used for it?

  • @speedyspeedy8356
    @speedyspeedy8356 ปีที่แล้ว

    Is this work on a raspberry pi pico W too?

  • @fatihyorulmaz8290
    @fatihyorulmaz8290 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

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

  • @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.