Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will it run on default raspberry pi? #52

Open
emilmuller opened this issue May 12, 2021 · 4 comments
Open

Will it run on default raspberry pi? #52

emilmuller opened this issue May 12, 2021 · 4 comments

Comments

@emilmuller
Copy link

emilmuller commented May 12, 2021

Hi :) Before attempting this... will it work on the default raspberry pi os with .net core installed?
I am slightly in doubt as Raspberry PI IoT Windows 10 was mentioned specifically.

@roblans
Copy link
Owner

roblans commented May 13, 2021

I haven't tested it on a raspberry pi os with .net core, but it should work. The .net core 5.0 target of ZWave4Net uses the System.IO.Ports package for serial communication.

@fondencn
Copy link

fondencn commented May 13, 2021

I can confirm that it works under raspbian with all latest patches running in a. Net 5.0 application quite nicely...

@emilmuller
Copy link
Author

emilmuller commented May 14, 2021

Works on Core 3.1 at least. Some issues, but maybe not related to raspbian :) Thanks!

@RicoSuter
Copy link
Contributor

RicoSuter commented Jun 1, 2021

I can confirm that it works on a Raspberry Pi (Debian) with .NET 5 with an Aeotec Z-Stick Gen5
You need to compile the libnserial for ARM and put it in the output directory where the dlls are (attached here if you cannot compile it).

libnserial.so.1.zip

I've added it to the project like so:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants