ASUS RT-AC1200HP

From TechInfoDepot
Jump to navigationJump to search
multiple revisions of this device, use caution
abgn+ac (AC1200)
Dual-Band Wireless-AC1200 Router
ASUS RT-AC1200HP.jpg
Homepage
Wikipedia
WikiDevi.wi-cat.ru
3rd Party Firmware
dd-wrt
Status Unknown
OpenWrt
Status Unknown
Tomato any flavor
Incompatible
Gargoyle
Status Unknown
Platform
BrandModelRev
ASUS RT-AC1200HP
FCC ID
Type
wireless router
CPU1
CPU1 Type
MIPS 24KEc
CPU1 Speed
580 MHz 32-bit
Flash1 Chip
Brand? Model?
Flash1 Size
16 MiB16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br /> (Serial(SPI))
RAM1 Size
128 MiB134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> (DDR2)
RAM1 Chip
Brand? Model?
ETH chip1
Switch
Ethernet Port Count
1-100MbE-WAN
4-1GbE-LAN
Wired Standard
IEEE 802.3i/3u

802dot11 OUI: none specified

Expansion IF types
USB 2.0
USB ports
1
USB Hub Compatible
Untested
Power
12 VDC, 1 A
Connector type
barrel
Flags:
AiCloud
Other

Default SSID: ASUS (99 addl. devices)
, ASUS_5G (46 addl. devices)
Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1308 additional devices
of which 172 are ASUS devices
Default login user: admin
Default login password: admin
admin:admin credentials used by 1331 additional devices
of which 204 are ASUS devices

3rd Party Firmware Support
Padavan • (List)
Retail
FCC approval date 29 May 2015
Country of manuf China
Physical
Dimensions
187 x 145 x 25 mm
Weight
270 g
Radio 1
Chip1
Wireless interface OUI
none specified
Antenna Connector Type
none specified
MIMO status
2x2:2
Wireless Standard
IEEE 802.11b/g/n
802.11n
up to 300 Mbps
802.11g
up to 54 Mbps
802.11b
up to 11 Mbps
WiFi Operating Frequency
2.4 GHz
Radio 2
Chip1
MediaTek MT7612E
Wireless interface OUI
none specified
Antenna Connector Type
none specified
MIMO status
2x2:2
Wireless Standard
IEEE 802.11a/n/ac
802.11ac
up to 867 Mbps
802.11n
up to 300 Mbps
802.11a
up to 54 Mbps
WiFi Operating Frequency
5 GHz
 FCC ID
ASUS RT-AC54UMSQ-RTN54U
ASUS RT-N54UMSQ-RTN54U
 CPU1 brandRadio1 chip1 brandRadio2 chip1 brand
ASUS RT-AC1200 v1MediaTekMediaTekMediaTek
ASUS RT-AC1200 v2MediaTekMediaTekMediaTek
ASUS RT-AC1200+BroadcomBroadcomBroadcom
ASUS RT-AC1200GBroadcomBroadcomBroadcom
ASUS RT-AC1200GPBroadcomBroadcomBroadcom
ASUS RT-AC1200GUMediaTekMediaTekMediaTek
ASUS RT-AC1200HPMediaTekMediaTekMediaTek

For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.

For a list of all currently documented ASUS device with specifications, see ASUS.

867 Mbps - 2SS 5GHz 802.11ac (80MHz chan.),
300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.) = AC1200 class

Overview

(HP = High Power)

Features

  • Gigabit WAN port for high-speed Internet service and connect at speeds 1Gbps
  • USB port for printer networking, storage sharing, and 3G/4G connections
  • ASUS AiCloud app to access, sync, share and stream files on the go-quickly
  • Easy 30 second setup and controls like network monitoring through ASUSWRT
  • Expanded wireless coverage with high power design

Specifications

  • Product Segment: AC1200 (300+867 Mbps)
  • Ports: USB: 1x USB 2.0
WAN: 1x GbE (RJ45) for 10/100/1000 BaseT
LAN: 4x FE (RJ45) for 10/100 BaseT
  • Antenna: 4x internal antenna
  • Operating Frequency: 2.4/5 GHz
  • Button: WPS, Reset, Power switch, Wireless (On/Off)
  • Power Supply:
AC Input: 110~240V (50~60Hz)
DC Output: 12V with max. 1A current
  • Dimensions 187 x 145 x 25 mm (WxDxH)
  • Weight: 270g

Links of Interest

Forum threads

Asus RT-AC1200HP AC1200 2T2R 2.4/5GHz
802.11n (300Mbps) + 802.11ac (867Mbps)
MT7620A (802.11n) + MT7612E (802.11ac)
+ MT7530B (1GbE switch) + P5 > ext. PHY (GbE)
CPU: MediaTek MT7620A @580MHz WiSoC
WLAN: MediaTek MT7612E 2T2R 802.11ac
RAM: 128MB; Flash: SPI; USB: 1x USB 2.0
CPU: MediaTek MT7621S @880MHz SoC
WLAN: MediaTek MT7603E + MT7612E (AC) !!
RAM: 128MB; Flash: SPI; USB: 2x USB 2.0

RMerlin's GitHub

JTAG-Serial Info

Serial

config
	#ifdef RTCONFIG_RALINK
	#include <ralink.h>
	#include <flash_mtd.h>
	#endif
 
#if defined(LINUX30) && !defined(RTN14U) && !defined(RTAC52U) 
&& !defined(RTAC51U) && !defined(RTN11P) && !defined(RTN54U) 
&& !defined(RTAC1200HP) && !defined(RTN56UV2)
 
		case MODEL_RTN11P:	/* fall through */
		case MODEL_RTN14U:	/* fall through */
		case MODEL_RTN54U:      /* fall through */
		case MODEL_RTN56UV2:      /* fall through */
		case MODEL_RTAC1200HP:  /* fall through */
		case MODEL_RTAC51U:	/* fall through */
		case MODEL_RTAC52U:

============================

#elif defined(RTAC1200HP)
enum {
	WAN_PORT=5,
	LAN1_PORT=0,
	LAN2_PORT=1,
	LAN3_PORT=2,
	LAN4_PORT=3,
	P5_PORT=4,
	CPU_PORT=6,
	P7_PORT=7,
};
#elif defined(RTN56UV2)
enum {
	WAN_PORT=4,
	LAN1_PORT=3,
	LAN2_PORT=2,
	LAN3_PORT=1,
	LAN4_PORT=0,
	P5_PORT=5,
	CPU_PORT=6,
	P7_PORT=7,
};
#define MT7621_GSW
#endif