Questions tagged [powershell]
9 questions
10
votes
3 answers
PowerShell can't connect to Windows IoT
I am following the instructions from Using PowerShell to connect and configure a device running Windows 10 IoT Core to access my Raspberry Pi 2 with Windows 10 IoT via PowerShell.
PS C:\> Enter-PSSession -ComputerName minwinpc -Credential…
clamp
- 829
- 2
- 12
- 19
4
votes
1 answer
Is it possible to access the built-in serial and the gpio ports via powershell on Windows Iot?
Is it possible to access the built-in serial and the gpio ports via powershell on Windows Iot?
magriii
- 41
- 2
1
vote
1 answer
Powershell unable to connect to Win10 IoT
I am trying to connect Powershell to my Raspberry 3. However, I receive the following error message as soon as I execute:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value 192.168.0.22
Connecting to remote server failed with the following error…
Michael Heribert
- 23
- 1
- 4
1
vote
0 answers
VLC player streaming doesn't starts when shell script executed from php file
My project is to start RASPI camera streaming from Android APP. When android app clicks a button, HTTP POST method accesses a PHP page on RASPI. This PHP page executes shell script which opens VLC to start streaming webcamera.
php script :…
Faiz
- 11
- 1
0
votes
1 answer
Verify WiFi Settings Will Work via Command Line
I'm remoting into a RPi Zero W using SSH. The RPi is connected to the internet via Ethernet cable. I want to set-up the WiFi at the current remote location and check that it will work when the Ethernet cable is disconnected.
I can set-up the WiFi…
dikuw
- 198
- 1
- 3
- 8
0
votes
1 answer
Soft reset shell script not working properly
Using the directions on this webpage, I downloaded raspi_gpio_actions.sh.
I then created a script directory, "scripts" in /home/pi and placed the shell script there. I ran these commands: sudo chmod 755 raspi_gpio_actions.sh and sudo…
user3273814
- 182
- 9
0
votes
1 answer
Can't enter a run dialog comand with rpi pico
I'm making a macro keyboard with my rasperry pico and I'm trying to program a button that would automatically launch a timer using a powershell script. The powershell script is working correctly, and with a keypress I can automatically open the run…
URBLO
- 1
0
votes
0 answers
Salvage RPI that I can no longer SSH into?
I have managed to lock myself out of my Raspberry PI 5.
I had installed Powershell, and configured my user to use Powershell as the default shell when logging in. This worked wonders.
Today I noticed when I logged into it that there was a new…
Lasse V. Karlsen
- 101
- 3
-5
votes
1 answer
Writing a script to run multiple scripts on the Raspberry Pi, as part of a larger physical computing project
I am a beginner with raspberry pi and python, and I’m building an alarm clock project. Can anyone tell me how to write a script to call on all of the other scripts. For example, I have three scripts on my raspberry pi called LCDTESTFORPI.py, another…
Will Marks
- 31
- 6