https://github.com/youngermaster/raspberry-pi-codes
In this repo I'll be testing things on my Raspberry Pi cards
https://github.com/youngermaster/raspberry-pi-codes
raspberry-pi
Last synced: 2 months ago
JSON representation
In this repo I'll be testing things on my Raspberry Pi cards
- Host: GitHub
- URL: https://github.com/youngermaster/raspberry-pi-codes
- Owner: Youngermaster
- License: mit
- Created: 2021-02-03T02:47:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T05:58:52.000Z (over 1 year ago)
- Last Synced: 2025-06-22T01:41:45.903Z (about 1 year ago)
- Topics: raspberry-pi
- Language: C++
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpp-And-RPI-Zero-W
In this repo I'll be testing codes and another stuff with the Raspberry Pies I own (`Zero W`,
`Pico`, `4B`).
## How to know the RPI Host
This method uses [Nmap](https://nmap.org).
`$ip`: your ip finishing in zero (**0**), an example would be `192.168.0.0`
```
nmap -sn $ip/24 -oG -
```
## Windows 10 Remote Desktop connection
To connect your Windows 10 Desktop you would need the to install `xrdp`:
`sudo apt install xrdp -y`
And then just copy your `$ip` address, like this:

Then click yes:

And finally use your credentials to login:

The default login credentials are:
- username: `pi`
- password: `raspberry`
### Windows 10 Remote Desktop Connection alternatives
You can also use [Real VNC](https://www.realvnc.com/es/connect/download/viewer/)