Raspberry Pi IP: pi@raspberrypi.local
Raspberry Pi Password: raspberry
- Clone the repository
- Install the dependencies with
pip install -r requirements.txton windows andmake installon macOS and Linux (including the raspberry pi linux) - Run the
main_test.pyfile to run it on pc and test the software. Test options are in the works too.
Please keep in mid that those instructions are if you have a recent version of windows 10, if you don't have anything that is more recent than a 2019 version, please update your Windows 10.
Windows does not come pre-installed with ssh, which is what we will be using to access the pi. Fortunately now with Windows 10, you can install ssh quite easily.
Open a new PowerShell windows as an administrator (right-click the powershell icon and select "Run as an administrator")
Copy and paste the command
Add-WindowsCapability -Online -Name OpenSSH.Client*Congrats you now have ssh!
If your raspberry Pi does not have a wifi card and you are connecting to it over USB, you can share your computer's internet connection with it.
- Plug in your raspberry pi, ensure that the green LED is on and wait for like a minute.
- Open the Control Panel.
- Go to Network and Internet.
- Go to Network Sharing Center. The network underlined in red is your internet network, the network underlined in orange will be your raspberry pi network.

- Click on your internet network, then click on Properties (requires admin permissions), then go to the Sharing tabs.
- Enable "Allow other network users to connect through this computer's Internet connection" adn in the dropdown menu select the network that corresponds to your raspberry pi network.

You should be good to go now, give the pi a minute to connect.
- Make sure to connect your pi is connected and the green LED is on.
- Open a PowerShell window and type in:
ssh pi@raspberrypi.local - The password you will have to enter will be queenseng
- Test the internet connection by typing
ping google.com, if you get no error you are good to go!
There are many ways to copy the code but here are two examples:
- Download WinSCP connect to the Pi and copy paste it
- clone the repository on the Pi Using git