-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JPDevelop edited this page Jul 24, 2014
·
6 revisions
What do you NEED?
- A Raspberry PI.
- BREADBOARD.
- Female and male CABLES.
- 4 LEDS.
- Internet connection and power supplier to run the SCRIPT.
###Moving the files Connect your raspberry pi to the modem and to a power supplier. Open windows run by going to start>all programs>Acsessories>Run.
Type cmd, then press enter. A small black window will appear. Type "ping raspberrypi". A little process will begin and remember the ip adress that showed!!!
Download the latest version of FileZilla here (the portable version to windows here), or every other ftp client program. Type at the Host textbox the IP that you just remembered, at the username textbox type the default username: "pi" and at the password textbox type: the default password is "raspberry" or your password, set the port to 22 and click "Quikconnect".
Make sure that the folder "pi" is set and that at the local site the folder that the files are in him selected. drag the python scripts from the local site to the remote site (Make sure that you don't drop the scripts to other folder in the "pi" folder).
repeat the step that showed on "Moving the files" at the begining. Download Putty program from here and select below "For Windows on Intel x86" "putty.exe". Run putty and type at Host Name type the IP that you remembered before, select SSH and click open. A little dialog box will open so select "Yes". Login to your raspberry pi, the default username is "pi" and the default password is "raspberry". After you logged in and moved the script/scripts just type "sudo python nameOfScript.py". This should work.
Home
Scripts
[Special Projects](https://github.com/JPDevelop/Raspberri-Pi/wiki/Special Projects)