What are you looking for?
Problems connecting to RP?How can I make sure that my Red Pitaya has access to the internet?How can I make sure that Red Pitaya is connected to the same network as my computer/tablet/smartphone?How to find the Red Pitaya URL if it is not written on the sticker?Is Red Pitaya connected to my local network?Wi-Fi dongle not detected?Web interface not functioning properly or experiencing freezing?
Problems connecting to RP?
- First, check the LEDs:
- If theĀ green LEDĀ is notĀ ONĀ or isĀ blinking: It seems like something is wrong with the power supply or maybe the USB cable. Make sure that:
- You have plugged the USB cable into the right USB connector on the Red Pitaya.
- Your power supply is 5V/2A.
- Try to replace the USB cable and the USB power supply.
- If theĀ green LEDĀ is turnedĀ ONĀ but theĀ blue LEDĀ is turnedĀ OFF: There is an error while loading the Red Pitaya system from the SD card. Make sure that:
- You have correctly inserted the Red Pitaya SD card and the Red Pitaya OS is installed (Red Pitayas come with a pre-installed OS on SD cards. However, SD cards might get corrupted. In such cases, follow the instructions on how toĀ prepare the SD cardĀ to properly re-install the Red Pitaya OS).
- Try using another SD card.
- If both theĀ greenĀ andĀ blueĀ LEDs areĀ ON, but theĀ redĀ andĀ orangeĀ LEDs areĀ not blinking: The red LED indicates CPU heartbeat, while the orange LED indicates access to the SD card. These two LEDs should start blinking 10 seconds after the green and blue LEDs are turned on.
- Make sure your Red Pitaya and computer are both connected to the sameĀ local network.
- If you are a Windows user, please see the note below.
Note for Windows Users
- Windows 7/8Ā users should installĀ Bonjour Print Services; otherwise, access toĀ
.local
Ā addresses will not work.
- Windows 10Ā already supports mDNS and DNS-SD, so no additional software is required.
How can I make sure that my Red Pitaya has access to the internet?
- Connect to your Red Pitaya overĀ SSH.
- Ensure you canĀ
pingĀ google.com
Ā with the following command:
root@rp-f03dee:~# ping -c 4 google.com PING google.com (216.58.212.142) 56(84) bytes of data. 64 bytes from ams15s21-in-f142.1e100.net (216.58.212.142): icmp_seq=1 ttl=57 time=27.3 ms 64 bytes from ams15s21-in-f142.1e100.net (216.58.212.142): icmp_seq=2 ttl=57 time=27.1 ms 64 bytes from ams15s21-in-f142.1e100.net (216.58.212.142): icmp_seq=3 ttl=57 time=27.1 ms 64 bytes from ams15s21-in-f142.1e100.net (216.58.212.142): icmp_seq=4 ttl=57 time=27.1 ms --- google.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 27.140/27.212/27.329/0.136 ms
How can I make sure that Red Pitaya is connected to the same network as my computer/tablet/smartphone?
The most common answer is to ensure that your Red Pitaya and your PC/tablet/smartphone are connected to the same router or your smartphone hotspot.
To test this, use a PC connected to the same local network as your Red Pitaya and do the following:
- Open the terminal window:
- Windows: Go to RUN, type inĀ
cmd
, and press Enter. - Linux: Click on the application button, type inĀ
Terminal
, and press Enter. - macOS: HitĀ Cmd + Space, type inĀ
Terminal
, and press Enter.
- EnterĀ
arpĀ -a
Ā to get a list of all devices in your local area network and try to find your Red Pitaya MAC address on the list:
arp -a ? (192.168.178.117) at 00:08:aa:bb:cc:dd [ether] on eth0 ? (192.168.178.118) at 00:26:32:f0:3d:ee [ether] on eth0 ? (192.168.178.105) at e8:01:23:45:67:8a [ether] on eth0
Note: If you have a cable connection, then your MAC address is written on your Red Pitaya LAN connector.
Note: If you have established a wireless connection, then you should check the MAC address of your wireless USB dongle. The MAC addresses are typically written on the USB dongles.
- Type your Red Pitaya IP into your web browser and connect to it.

If your Red Pitaya is not listed among the devices on your local network, ensure that your Red Pitaya is connected to your local network.
How to find the Red Pitaya URL if it is not written on the sticker?
The Red Pitaya URL isĀ
rp-xxxxxx.local
, whereĀ xxxxxx
Ā must be replaced with the last 6 digits of the MAC address written on the sticker.For example, if the RP MAC address isĀ
00:26:33:F1:13:D5
, the last 6 digits areĀ F113D5
, and the URL isĀ rp-f113d5.local
.
Is Red Pitaya connected to my local network?
- Connect your Red Pitaya to a PC over aĀ Serial Console.
- Type
ip a
and hit Enter to check the status of your Ethernet connection on Red Pitaya. - If connected wirelessly, check the status of theĀ
wlan0
Ā interface. - If connected via cable, check theĀ
eth0
Ā interface.
- Type the Red Pitaya IP into your web browser to see if you can connect to it.

Wi-Fi dongle not detected?
Please note that not all Wi-Fi dongles are compatible. A list of supported dongles is in the documentation:Ā Supported USB Wi-Fi adapters.
Web interface not functioning properly or experiencing freezing?
Ensure that your browserās ad blocker is turned off and that your proxy settings are correct. For local connections to the Red Pitaya unit, proxy settings should not be required.
Having trouble with your measurements?
Red Pitaya Measurement TroubleshootingĀ