How To Build A .NET Core Raspberry Pi application for IoT

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

КОМЕНТАРІ • 45

  • @kitecraft
    @kitecraft 3 роки тому +6

    Fantastic tutorial. You answered all of my questions. Thank you for taking the time to create and share it. Cheers.

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

      Thank you, Kitecraft. I'm glad you found the video useful.

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

    Now that is how you make a tutorial video, well done sir, well done indeed!

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

    This was very useful and easy to follow along with. Thank you!

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

    Thanks Kudzai, this was the perfect video to get me going! Now to get past Hello World and try something more challenging...

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

    Very good tutorial for beginners, showing exactly every step! keep going!

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

    Superb! Excellent tutorial - my result even worked - wow!!
    Thank you so much. Subscribed.

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

    This tutorial is amazing, thanks for this . I'll show to my project team.

  • @fernandoarellano7126
    @fernandoarellano7126 4 роки тому +4

    This is what I needed! thanks a lot men, Gracias desde México!

  • @synkuk
    @synkuk 5 років тому +1

    Nice introduction …. thanks

  • @wisdomcube7789
    @wisdomcube7789 4 роки тому +1

    Sir, i have a question.... Can it run windows forms? GUI and such, made in vb.net with access to gpio pins?

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

    excellent tutorial!!! SUBSCRIBED :)

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

    thank you very much, it's really amazing 💖💖💖💖💖

  • @hickorywind7859
    @hickorywind7859 5 років тому +2

    That was very interesting, thanks.

  • @Raimund-Checkts-iT
    @Raimund-Checkts-iT 3 роки тому

    very helpful. thank you

  • @tomasr540
    @tomasr540 5 років тому +1

    Hello,
    Is there any possibility to build intelligent home with raspberry pi(temperature sensors, lights etc.) controlled by ASP.NET MVC web page?

  • @dwaynefong
    @dwaynefong 5 років тому +1

    Thank you for the demo :)

  • @industry40tvonline
    @industry40tvonline  4 роки тому

    Download Free IoT Courses here - www.industry40.tv/learn/

  • @urownplaylist
    @urownplaylist 4 роки тому

    Hi, what are the dependencies to run app on pi

  • @khillo9406
    @khillo9406 5 років тому

    Nice... good luck

  • @kwynintelligence435
    @kwynintelligence435 4 роки тому

    Great tutorial ... tight and to the point ... I gave it a try with Windows Forms App (having Mono on Raspberry), but NuGet packages do not install (error with package System.Runtime.WindowsRuntime 4.3.0 (any idea?)). Are there any other possibilities to access GPIO using .NET forms?

    • @kwynintelligence435
      @kwynintelligence435 4 роки тому

      Well, for now I start a separate process (ProcessStartInfo) to get the job done (if anyone is interested ';-)

  • @plcscada3628
    @plcscada3628 5 років тому

    How to run an WPFcore Project on Raspberry Pi 4?

  • @imranjalali
    @imranjalali 4 роки тому

    Can you recommend complete .net core course for IoT

    • @industry40tvonline
      @industry40tvonline  4 роки тому

      Hi Imran, thanks for checking out the video. I'll be releasing a full .NET Core IoT Course in the next 2 weeks so watch out for that one.

    • @imranjalali
      @imranjalali 4 роки тому

      @@industry40tvonline please do let us know what type of hardware we require to practice or develop IoT apps.

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

    SIr
    It is shown "Segmentation fault" after excuted the file.
    How to corrected it.

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

      I facing same issue . Did you managed to fix the same sir? Please share inputs if you know anything

  • @nickindie4704
    @nickindie4704 4 роки тому +1

    Even with the dependencies installed I get "No such file or directory" even though i can see it when i `ls` the directory

    • @sergeykutylev8891
      @sergeykutylev8891 4 роки тому

      Just publish it with parms below

      net5.0
      ubuntu.20.10-arm64
      true
      CopyUsed
      True
      true
      Exe

  • @jugnu361
    @jugnu361 4 роки тому

    How to do GUI in this setup ?

    • @danohpsp
      @danohpsp 4 роки тому

      You can't yet on Linux.

  • @DylanBlockchain
    @DylanBlockchain 4 роки тому

    how can you install Iot for raspberry? tools or iot software dont work :(

    • @harthenry
      @harthenry 4 роки тому

      Look into Mono. You have a full IDE and Visual Studio like experience. Plus, all the code you develop on your windows machine you can transfer over to the PI and run under mono (well, almost all -- there are some limitations)

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

    FANTASTIC, I AM FROM KOLKATA INDIA, CAN U GIVE UR CONTACT DETAILS PLZ

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

    It's important to know that Dotnet doesn't run in a raspberry pi zero :( :(