-
Notifications
You must be signed in to change notification settings - Fork 28
Support other devices #26
Comments
Support for Wilderness Labs' Medow would be helpful too. It supports full .Net Standard. There probably needs to be a more minimal version of PowerShell running only on .Net Standard for microcontrollers, discussed in the April Community call. It could probably be something similar to the older minshell [with reduced featureset]. |
A PowerShell SDK for the Azure Sphere devices would be helpful too. https://azure.microsoft.com/en-us/services/azure-sphere/get-started/ |
is this topic affected by the apparently big changes considered for 'hardware abstraction' dotnet/iot#878 ? |
From my point of view, this topic is affected by 2 factors:
That said, I'll have to give a better reading at the link you've referred @mi-hol (thanks btw!), but I would say that IF PowerShell can run on the given device and this "hardware abstraction" gets implemented (unsure if it's not already), then yes |
@DanielSSilva , An AzSphere device might not be able to run PowerShell with a 4Mb RAM. However, there could be a PowerShell SDK for AzSphere that one could use to onboard it to AzIoTHub, connect it with other sensors etc without having to run the entire shell on the micro-controller. |
Allow this to be the issue where folks as for specific devices 😄
I'll start.
One of the Particle boards: https://www.particle.io/
NOTE: this is bounded by .NET Core's ability
The text was updated successfully, but these errors were encountered: