PowerShell-IoT
PowerShell-IoT copied to clipboard
Interact with I2C, SPI & GPIO devices using PowerShell Core!
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
Issue: #68 I noticed that the links that should lead to 'Install PowerShell Core on Rasberry Pi' was not working, so I replaced them
The following README.md files has non-functioning links under "Software setup" https://github.com/PowerShell/PowerShell-IoT/blob/master/Examples/Microsoft.PowerShell.IoT.ADXL345/README.md https://github.com/PowerShell/PowerShell-IoT/blob/master/Examples/Microsoft.PowerShell.IoT.BME280/README.md https://github.com/PowerShell/PowerShell-IoT/tree/master/Examples/Microsoft.PowerShell.IoT.Fan/README.md https://github.com/PowerShell/PowerShell-IoT/blob/master/Examples/Microsoft.PowerShell.IoT.LED/README.md https://github.com/PowerShell/PowerShell-IoT/blob/master/Examples/Microsoft.PowerShell.IoT.Plant/README.md https://github.com/PowerShell/PowerShell-IoT/blob/master/Examples/Microsoft.PowerShell.IoT.Scroll_pHat/README.md They should be replaced from: https://github.com/PowerShell/PowerShell/tree/master/docs/installation/linux.md#raspbian To: https://github.com/MicrosoftDocs/PowerShell-Docs/blob/d5263484cf6f29148b6e07c7b3e1d9376a5fd635/reference/docs-conceptual/install/install-raspbian.md#raspberry-pi-os
The module installs fine on Raspberry Pi 4, but it's not actually possible to interact with GPIO. Error message after running Get-GpioPin: > Unable to determine hardware version. I see:...
The title says it all :) These newer versions of Raspberry Pi OS (formerly known as Raspbian) have been out for over a year at this point; they should be...
I'm working on a project with two i2c devices, a RTC (Adafruit 4282) 0x68 and a OLED (SSD1306) 0x3C. I can get them both to show up but they are...
The title says it all. The Raspberry Pi 4 has been out for about a year and is by far the most-prevalent RPi hardware being deployed at this point. It'd...
This is an initial commit so that we can discuss if such changes can make sense. This comes in sequence of issue #53. In my case, I have the neopixels...
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
Source code files should start with a header such as the following: ```csharp // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. ```