Ubiquiti UniFi AP PRO
Supported Versions
Hardware Highlights
Installation
→ Install OpenWrt (generic explanation)
- Device get IP address from DHCP. If no DHCP, device will default to 192.168.1.20
- Login inside the AP with ssh ubnt@ip_address (password ubnt)
- Download
factory.bin
to/tmp
- Rename the firmware image to
fwupdate.bin
- Use the Ubiquiti fwupgrade utils to reflash it:
fwupdate.real -m fwupdate.bin
Proceed to First Login
Updating Firmware Image
use the normal sysupgrade process or:
- Hold in the reset button whilst powering on the device. Wait until the ring alternately flashes between blue and white constantly
- The device will default to 192.168.1.20 listening for TFTP connections
- From a TFTP client transfer the OpenWrt image to 192.168.1.20
- Once the transfer is complete wait for the device to reboot
Unbrick/Restore Original UBNT image
Hardware
Photos
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Serial connection parameters for Ubiquiti UniFi AP PRO | 115200, 8N1 |
---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
Specific Configuration
The UniFi AP PRO led can be white or blue.
Static and flashing can be configured as follows.
- static, use 1 for on, 0 for off:
echo 1 > /sys/class/leds/ubnt\:white\:dome/brightness echo 1 > /sys/class/leds/ubnt\:blue\:dome/brightness echo 0 > /sys/class/leds/ubnt\:white\:dome/brightness echo 0 > /sys/class/leds/ubnt\:blue\:dome/brightness
- blinking
- blinking on, interval 1000ms, orange led:
echo timer > /sys/class/leds/ubnt\:white\:dome/trigger echo 1000 > /sys/class/leds/ubnt\:blue\:dome/delay_on echo 1000 > /sys/class/leds/ubnt\:blue\:dome/delay_off
- blinking off:
echo 0 > /sys/class/leds/ubnt\:orange\:dome/delay_off
- configure in /etc/config/system:
config 'led' option 'sysfs' 'ubnt:white:dome' option 'default' 0
See the UniFi page for how to flash the led based on network traffic.