2021-01-01から1年間の記事一覧

MultiTread application on Raspberry Pi with C# .NET 5.0

Continue with the Raspberry Pi work. Deliverables Temperature Reading PWM Adjustment ScreenShot code Deliverables Temperature Reading Read the temperature value form DS18B20 int a sub thread, this is because the temperature reading really …

Read DS18B20 temperature with .NET 5.0 IoT throught TCP on Raspberry Pi 3B+

These days I was thinking about to make a PID controller use my Raspberry Pi Which has been layed in the trash corner for a long time. At firsh I planned to do it with Labview only,but I found it is kind of difficult to make it come true.T…

.net Framwork4.7.2 & VB.net でML.NETを試してみた(4)- トレニンーグモデルの再利用と実装

最近、Raspberry PiやLabveiwをやっていて、ML.NETのことを忘れていた。今日C#でRaspberryPi のTCP Service を作成するときにML.NETのことを思い出しました。 最近このようなを作成しました。 言語:VB.net フレームワーク:.net Framwork4.7.2 ML.NET:1.51 …