MAXON WiFi6 MX6012-IS 802.11ax Intrinsic Safety 2×2 MIMO 2.4GHz & 5.8GHz Dual-Band Wireless Access Point Board IPQ6010 QCA8075 QCN5052 QCN5022

KEYWORDS: AP, Wireless Access Point Board, 802.11ax wifi6, Intrinsic Safety, 2×2 MIMO, 2.4GHz 5.8GHz Dual-Band, IPQ6010, QCA8075, QCN5052, QCN5022

FEATURES:

  • Chipset: IPQ6010+QCA8075+QCN5052+QCN5022
  • 2.4GHz rate 573.5Mbps, 5.8GHz rate 1200Mbps
  • Support access point, client, WDS access point, WDS client mode
  • Support 2×2MIMO, dual-band combined MMCX connector
  • Support extended Uart/RS-485/5G cellular module
  • Includ 3* 1Gbps ethernet RJ45 Port and 2* 1Gbps SFP
  • Professional intrinsic safety power supply design, with under-voltage protection, output short-circuit, over-current, over-voltage protection, input anti-reverse connection function
  • WIFI stand-alone power consumption ≤ 15W, extended 5G network power consumption ≤ 18W;
  • DC or 2-PIN 5.08mm pitch terminals for power supply, wide voltage range as 9~36V
  • Meet the intrinsic safety requirement
  • Support AC management

DESCRIPTIONS: MX6012-IS WiFi6 intrinsic safety Dual-Band Wireless Access Point Board supports the IEEE 802.11a/b/g/n/ac/ax protocol with a maximum rate of 1773.5Mbps. It has M-Pcie (USB3.0) interface, Easy access to 5G/4G cellular modules. Support multiple working modes of AP/Client/Mesh to meet different application requirements. It is flexibly suitable for different network access schemes, supports wireless positioning function, supports KVR seamless roaming technology, automatically detects and seamlessly switches, and users can roam without perception within the coverage of network signals. MX6012-IS provides3* 1Gbps ethernet RJ45 Port and 2* 1Gbps SFP 2.4G/5.8G dual-band combined antenna ports, which support access to various types of antennas. The protection design of power supply and interface allows the MX6012-IS to provide a stable and reliable wireless network in harsh environments.

ae2e865e629c35d8b81311f68c10b0c SPECIFICATIONS: Chipset: IPQ6010+QCA8075+QCN5052+QCN5022 External FEM: QPF4588A+QPF4288A Memory: 1GB DDR3+ 16MB Nor Flash+ 128MB Nand Flash Frequency Range: 2.4G: 2412MHz2472MHz; 5.8G: 5180MHz5320MHz, 5745MHz5825MHz Wireless Rate: 1773.5Mbps Data Modulation Method: 11n: 64-QAM MCS7 11ac: 256-QAM MCS9 11ax: 1024-QAM MCS11 Transmit Power: 2.4G (11ax): HT40: 24dBm@MCS0 5.8G (11ax): HT80: 24dBm@MCS0 Receive Sensitivity: 11ax: HE20 MCS0 <-95dBm / MCS11 <-62dBm HE40 MCS0 <-89dBm / MCS11 <-60dBm HE80 MCS0 <-86dBm / MCS11 <-56dBm Network Port: 3x1Gbps RJ45+2x1Gbps SFP Supply Voltage: 9V36V Machine Power Consumption: WiFi power consumption≤15W, Extended 5G Internet power consumption≤18W Antenna Interface: 2xMMCX, dual frequency combined UART: Uart interface, 3Pin RS-485: RS-485 (3Pin) LTE Interface: 4G/5G LTE Slot Mini-PCIe (USB3.0 bus) SIM Card Slot: Micro SIM Indicator Light: Status indicator, bicolor Button: Reset Size (mm): 160 x 136 x 21.5 Color: Matte black Operating Temperature: -20℃ to +70℃ Storage Temperature: -40℃ to +90℃ Operating Humidity (non-condensing): 10% to 95% Storage Humidity (non-condensing): 5% to 90% Certification Standards: RoHS/REACH

1d7555bbcddddaf4ba9cde62b54d3c9

点赞
收藏

评论区

加载中...

相关推荐

Oracle 分组与拼接字符串同时使用

SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(

MySQL部分从库上面因为大量的临时表tmp_table造成慢查询

背景描述Time:20190124T00:08:14.70572408:00User@Host:@Id:Schema:sentrymetaLast_errno:0Killed:0Query_time:0.315758Lock_

List的Select 和Select().tolist()

List<PersondelpnewList<Person{newPerson{Id1,Name"小明1",Age11,Sign0},newPerson{Id2,Name"小明2",Age12,

FLV文件格式

1.        FLV文件对齐方式FLV文件以大端对齐方式存放多字节整型。如存放数字无符号16位的数字300(0x012C),那么在FLV文件中存放的顺序是:|0x01|0x2C|。如果是无符号32位数字300(0x0000012C),那么在FLV文件中的存放顺序是:|0x00|0x00|0x00|0x01|0x2C。2.  

mysql设置时区

mysql设置时区mysql\_query("SETtime\_zone'8:00'")ordie('时区设置失败,请联系管理员!');中国在东8区所以加8方法二:selectcount(user\_id)asdevice,CONVERT\_TZ(FROM\_UNIXTIME(reg\_time),'08:00','0

PHP创建多级树型结构

<!lang:php<?php$areaarray(array('id'1,'pid'0,'name''中国'),array('id'5,'pid'0,'name''美国'),array('id'2,'pid'1,'name''吉林'),array('id'4,'pid'2,'n