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: - Type your Red Pitaya IP into your web browser and connect to it.
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.
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