Search found 19 matches

by fpf_baden
25 Jun 2019, 11:33
Forum: Software
Topic: .Net Core SDK on RevPi
Replies: 1
Views: 2686

Re: .Net Core SDK on RevPi

Hi,
do you really need teh SDK on the device?

You can build the software on the PC and publish it (self-contained) without having anything installed there.
by fpf_baden
25 Jun 2019, 11:31
Forum: Software
Topic: .NET Core programs (realtime) feasible?
Replies: 4
Views: 5101

Re: .NET Core programs (realtime) feasible?

Hi,
.NET Core is no problem.

But you have to poll digital inputs - there is no interrupt-service or so.
What exactly are you meaning with "realtime" ?

1µs, 1ms, 10ms, 100ms ?
by fpf_baden
20 Mar 2019, 09:12
Forum: Software
Topic: Azure IotEdge on RevPi Core 3
Replies: 4
Views: 5913

Re: Azure IotEdge on RevPi Core 3

I have written a documentation to do that: Install Azure IoT-Edge on RevolutionPi (Core 3)
https://github.com/FrankPfattheicher/IotEdgeRevPi
by fpf_baden
25 Aug 2018, 17:37
Forum: Software
Topic: Core 3 Diskspace
Replies: 14
Views: 22542

Re: Core 3 Diskspace

Hi,

i have written a short documentation how to get Azure IoT-Edge running on an Revolution Pi Core 3.

https://github.com/FrankPfattheicher/IotEdgeRevPi

Regards Frank
by fpf_baden
23 Apr 2018, 15:58
Forum: Software
Topic: C# auf dem RevPi
Replies: 7
Views: 8114

Re: C# auf dem RevPi

Hallo Volker,
sorry für die späte Antwort, habe länger nicht hier vorbeigesehen...

Ich werde das am Besten auf der Projektseite ergänzen. Passt das?
by fpf_baden
25 Feb 2018, 04:29
Forum: Software
Topic: C# auf dem RevPi
Replies: 7
Views: 8114

Re: C# auf dem RevPi

Hier der Link zur RevolutionPi .NET Library

https://github.com/FrankPfattheicher/RevolutionPi
by fpf_baden
06 Oct 2017, 21:53
Forum: Software
Topic: How close is this to a standard Pi? Looking at Azure IoT Gateway
Replies: 2
Views: 4063

Re: How close is this to a standard Pi? Looking at Azure IoT Gateway

Hi David,
i use C# to implement a simple MQTT connection to send Data to the Azure IoT Hub.
I don't use the Azure libraries because of too many dependencies.
Instead i use the very simple MQTTnet (https://github.com/chkr1011/MQTTnet).
This works fine on the RevPi.

Regards Frank
by fpf_baden
05 Sep 2017, 15:21
Forum: Mein Projekt
Topic: RevPi programmieren mit VisualStudio in C#
Replies: 8
Views: 13474

Re: RevPi programmieren mit VisualStudio in C#

Hallo Heron, freut mich, dass Dir die Bibliothek etwas bringt :-) Habe jetzt versucht alle Deine Erweiterungen einzubringen. Noch ein paar Fragen: Warum soll der Service keine HTTP-Fehlercodes sondern immer OK zurück melden? (das hab ich nicht übernommen) Wo hast DU die Spezifikation der rcs Datei g...
by fpf_baden
28 Jul 2017, 16:54
Forum: Mein Projekt
Topic: RevPi programmieren mit VisualStudio in C#
Replies: 8
Views: 13474

Re: RevPi programmieren mit VisualStudio in C#

Jetzt ist auch die Dokumentation online und die Bibliothek als Nuget-Paket verfügbar.