

<!DOCTYPE html>
<html lang="zh-CN">
<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    <meta charset="utf-8">
     <meta http-equiv="Content-Language" content="zh-CN">
    <meta name="language" content="Chinese">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
   <title>CHINA·太阳集成suncity-品牌官网</title>
<meta name="keywords" content="太阳集成suncity官网">
<meta name="description" content="太阳集成suncity官网🆕亚洲2026顶级娱乐品牌,十年信誉老台,官网提供优质的App下载,注册官网,入口,官方网站,登录平台,网页版,手机版,我们秉承以服务为唯一的宗旨!">

    <link rel="shortcut icon" href="/favicon.ico">
    <link rel="stylesheet" href="/css/reset.css">
   <link rel="canonical" href="/404.html">

        <meta name="format-detection" content="telephone=no" />
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="HandheldFriendly" content="true"> 
    <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
    
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145411136-2"></script>
<script>    window.dataLayer = window.dataLayer || [];
    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());
    gtag('config', 'UA-145411136-2');</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-717553269"></script>
<script>    window.dataLayer = window.dataLayer || [];
    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());
    gtag('config', 'AW-717553269');</script>
<script>    gtag('event', 'conversion', {
        'send_to': 'AW-717553269/cqTXCJHQ2K8BEPX8k9YC'
    });</script>-->
    
    <link rel="stylesheet" type="text/css" href="/css/style.css?t=2025/12/15 1:05:53">
    <link rel="stylesheet" type="text/css" href="/css/responsive.css?t=2025/12/15 1:05:53">
    <script src="/js/jquery.min.js"></script>

<link rel="alternate" media="only screen and(max-width: 640px)" href="http://sdyijingyuan.com" ><script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head>
<style>
.box_404 {
  width: 100vw;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_404 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box_404 .box img {
  margin: auto;
}

.box_404 .box h1 {
  font-size: 50px;
  color: #333;
  font-family: 'syr';
  font-weight: 500;
  margin: 30px auto;
}

.box_404 .box a {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom,#27A6B7,#9ECA15);
  font-size: 20px;
  color: white;
}

</style>
<body><script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">CHINA·太阳集成suncity-品牌官网</a></h1>
    

<script type="text/javascript">  

  function toseach() {
        var keys = $('#txt_key').val();
        if (keys == '') {
            alert('请输入搜索词！');
            $('#txt_key').focus();
            return false;
        }
        window.location = '/serchlist.aspx?key=' + keys;
    }

/*
    jQuery(function () {
        $('#txt_key').keyup(function (event) {
            if (event.keyCode == "13") {
                toseach();
                return false;
            }
        });
    });
*/
    

// 使用事件委托绑定回车事件
$(document).on('keyup', '#txt_key', function(event) {
    if (event.key === "Enter") {
        // 回车执行查询
       toseach();
    }
});

// 使用事件委托绑定keydown事件
$(document).on('keydown', '#txt_key', function(e) {
    var code = e.key || e.keyCode || e.which;
    if (code === "Enter" || code === 13) {
        // 回车执行查询
        toseach();
    }
});





    function toseachw() {
        var keys = $('#txt_wkey').val();
        if (keys == '') {
            alert('请输入搜索词！');
            $('#txt_key').focus();
            return false;
        }
        window.location = '/serchlist.aspx?key=' + keys;
    }


// 使用事件委托绑定回车事件
$(document).on('keyup', '#txt_wkey', function(event) {
    if (event.key === "Enter") {
        // 回车执行查询
      toseachw();
    }
});

// 使用事件委托绑定keydown事件
$(document).on('keydown', '#txt_wkey', function(e) {
    var code = e.key || e.keyCode || e.which;
    if (code === "Enter" || code === 13) {
        // 回车执行查询
       toseachw();
    }
});

/*

    jQuery(function () {
        $('#txt_wkey').keyup(function (event) {
            if (event.keyCode == "13") {
                toseachw();
                return false;
            }
        });
    });
*/



    //function to_pro_select_k() {
    //    var keys = $('#txt_pro_select').val();
    //    if (keys == '') {
    //        alert('请输入搜索词！');
    //        $('#txt_pro_select').focus();
    //        return false;
    //    }
    //    window.location = '/product-class.html?key=' + keys;
    //}
    //jQuery(function () {
    //    $('#txt_pro_select').keyup(function (event) {
    //        if (event.keyCode == "13") {
    //            to_pro_select_k();
    //            return false;
    //        }
    //    });
    //});</script>



<header class="header-box ">
    <section class="header">
        <h2 class="logo"> <a href="/">
                <img src="/Uploadfiles/Picture/2021-1-5/20211516409782.png" alt="太阳集成suncity官网物联网应用专家" class="show"/><img class="hide" src="/images/logo1.png" alt="物联网应用专家" /></a></h2>
        
        
        <div class="header-right">
					<div class="header-top">
						
						<div class="header-logo clearfix">
						  <div class="logo-item">
								<a href="/Contact_Us.html">
									<img src="/icon/400.png" alt="太阳集成suncity官网400电话" class="vm">
									<img src="/icon/400_1.png" alt="太阳集成suncity官网400电话" class="vm hide">
								</a>
							</div>
							
							<div class="logo-item">
								<a href="/news/2076.html" >
									<img src="/icon/zjtx.png" alt="专精特新" class="vm">
									<img src="/icon/zjtx_1.png" alt="专精特新" class="vm hide">
								</a>
							</div>
							<div class="logo-item">
								<a href="/honor.html">
									<img src="/images/ico1.png" alt="国家高新企业" class="vm">
									<img src="/images/ico1_1.png" alt="国家高新企业" class="vm hide">
								</a>
							</div>
						
							
							<div class="logo-item">
								<a href="/honor.html">
									<img src="/images/ico2.png" alt="瞪羚企业" class="vm">
									<img src="/images/ico2_1.png" alt="瞪羚企业" class="vm hide">
								</a>
							</div>
						</div>
						<div class="header-searchs">
							<input type="text" placeholder="关键字检索" class="text"  id="txt_wkey" />
							<input type="button" class="sub" onclick="toseachw()"/>
						</div>
						
					</div>
					 <div class="header-navs">
                <ul class="nav-list clearfix">

                    
                            <li >
                                <a href="/" target="_self">
                                    首页</a>
                                </li>
                        
                            <li class="hwidth">
                                <a href="/product.html" target="_self">
                                    suncitygroup太阳集团网址</a>
                                <div class="product-menu">						<div class="product-wrs">							<div class="product-menu-left"><div class="checkmores">									<a href="/product.html">查看全部产品</a>								</div>								<ul class="proudct-menu-list">									<li class="active"><a href="#">无线模块</a></li>									<li><a href="#">通信设备</a></li>									<li><a href="#">工业计算</a></li>									<li><a href="#">天线</a></li>									<li><a href="#">电源</a></li>									<li><a href="#">传感与探测</a></li>								</ul>							</div>							<div class="product-m-content">								<div class="search clearfix"><input type="text" id="txt_n_pro" placeholder="产品型号搜索"  onkeydown="n_pro_keydownEvent()"><input class="btn" type="button" onclick="to_pro_t_select()" ></div>	 <div class="product-mwr"><div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:30px; column-gap:30px; -webkit-column-gap:30px;">										<dl class="product-m-info">											<dt>												<a href="/product/lora.html">													<img src="/Uploadfiles/Picture/2025-7-29/20257291618377866.png" alt="LoRa扩频（SPI/SOC）"/>													<span>LoRa扩频（SPI/SOC）</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/lora-sx126x.html">SX126X</span>												</a>												</p>												<p>													<a href="/product/lora-sx127x.html">SX127X</span>												</a>												</p>												<p>													<a href="/product/lora-sx1281.html">SX1281</span>												</a>												</p>												<p>													<a href="/product/lora-llcc68.html">LLCC68</span>												</a>												</p>												<p>													<a href="/product/lora-LR1121.html">LR1121</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/lora-asr6601.html">ASR6601</span>												</a>												</p>												<p>													<a href="/product/lora-ASR6505.html">ASR6505</span>												</a>												</p>												<p>													<a href="/product/lora-sx130x.html">SX130X</span>												</a>												</p>												<p>													<a href="/product/lora-asp6501.html">ASR6501</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/loraModule.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721710268230.png" alt="LoRa扩频（UART）"/>													<span>LoRa扩频（UART）</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/loraModule-case1.html">SX127X</span>												</a>												</p>												<p>													<a href="/product/loraModule-case2.html">SX126X</span>												</a>												</p>												<p>													<a href="/product/loraModule-case3.html">SX1281</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/loraModule-case4.html">LLCC68</span>												</a>												</p>												<p>													<a href="/product/loraModule-case5.html">其他</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/UART.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721719572955.png" alt="射频（UART）"/>													<span>射频（UART）</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/UART-case4.html">透明传输</span>												</a>												</p>												<p>													<a href="/product/UART-case3.html">超低功耗</span>												</a>												</p>												<p>													<a href="/product/UART-case6.html">连续传输</span>												</a>												</p>												<p>													<a href="/product/UART-case10.html">星型组网</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/UART-case1.html">SigMesh自组网</span>												</a>												</p>												<p>													<a href="/product/UART-case9.html">穿透绕射</span>												</a>												</p>												<p>													<a href="/product/UART-case8.html">自动跳频</span>												</a>												</p>												<p>													<a href="/product/UART-case11.html">窄带传输</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/UART-case7.html">空中唤醒(低功耗)</span>												</a>												</p>												<p>													<a href="/product/UART-case12.html">单点唤醒</span>												</a>												</p>												<p>													<a href="/product/UART-case5.html">全双工</span>												</a>												</p>												<p>													<a href="/product/UART-case13.html">其他</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/SPI-SoCModule.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721718517579.png" alt="射频模块 SPI/SoC"/>													<span>射频模块 SPI/SoC</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/SPI-SoCModule-case38.html">BC3603</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case37.html">LR1121</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case35.html">SI4438</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case29.html">SI4463</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case22.html">SI4432</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case17.html">nRF52810</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case32.html">nRF52811</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case16.html">nRF51822</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case18.html">nRF52832</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case33.html">nRF52833</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case20.html">nRF52840</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case19.html">nRF5340</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case14.html">JN5168</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/SPI-SoCModule-case31.html">JN5169</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case26.html">JN5189</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case36.html">CC2642</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case3.html">CC1101</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case5.html">CC1310</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case25.html">CC1312</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case7.html">CC2530</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case27.html">CC2531</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case8.html">CC2540</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case28.html">CC2541</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case9.html">CC2630</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case10.html">CC2640</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/SPI-SoCModule-case11.html">CC2652</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case6.html">CC1352/P</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case30.html">CC2652RB/P</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case12.html">CMT2300A</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case4.html">SX1212</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case23.html">S2-LP</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case21.html">SI24R1</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case15.html">NRF24L01+</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case24.html">TLSR8359</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case13.html">EFR32</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case2.html">AX5243</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case1.html">A7139</span>												</a>												</p>												<p>													<a href="/product/SPI-SoCModule-case34.html">其他</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/uwb-module.html">													<img src="/Uploadfiles/Picture/2021-7-9/202179105751072.png" alt="超宽带(UWB)"/>													<span>超宽带(UWB)</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/uwb-module-case1.html">UWB测距定位模组</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/video-module.html">													<img src="/Uploadfiles/Picture/2025-7-29/20257291621425055.png" alt="视频传输"/>													<span>视频传输</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/video-module-case1.html">无线视频</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/ble.html">													<img src="/Uploadfiles/Picture/2021-7-2/202172172187095.png" alt="蓝牙模块"/>													<span>蓝牙模块</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/ble-SLE.html">星闪模块</span>												</a>												</p>												<p>													<a href="/product/ble-case1.html">BLE MESH</span>												</a>												</p>												<p>													<a href="/product/ble-case2.html">双模蓝牙</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/ble-case3.html">经典蓝牙</span>												</a>												</p>												<p>													<a href="/product/ble-case4.html">BLE（4.x 5.x）</span>												</a>												</p>												<p>													<a href="/product/ble-case5.html">音频蓝牙</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/WiFi.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721734307391.png" alt="Wi-Fi模块"/>													<span>Wi-Fi模块</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/WiFi-case1.html">ESP系列</span>												</a>												</p>												<p>													<a href="/product/WiFi-case2.html">WiFi+BLE</span>												</a>												</p>												<p>													<a href="/product/WiFi-case3.html">WiFi mesh</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/WiFi-case4.html">双频WiFi</span>												</a>												</p>												<p>													<a href="/product/WiFi-case5.html">其他WiFi类型</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/zigbee.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721724338475.png" alt="ZigBee 自组网"/>													<span>ZigBee 自组网</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/zigbee-case6.html">EWM181</span>												</a>												</p>												<p>													<a href="/product/zigbee-case4.html">E180系列（ZigBee 3.0）</span>												</a>												</p>												<p>													<a href="/product/zigbee-case3.html">E800系列（DTU）</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/zigbee-case2.html">E75系列（JN51xx）</span>												</a>												</p>												<p>													<a href="/product/zigbee-case5.html">E72系列（CC2630）</span>												</a>												</p>												<p>													<a href="/product/zigbee-case1.html">E18系列（CC2530）</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/leida.html">													<img src="/Uploadfiles/Picture/2025-7-29/2025729172854914.png" alt="毫米波雷达"/>													<span>毫米波雷达</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/hmbleida.html">E54</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/audiomodule.html">													<img src="/Uploadfiles/Picture/2025-7-29/20257291621429856.png" alt="音频传输"/>													<span>音频传输</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/audiomodule-case1.html">无线音频</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/Kit.html">													<img src="/Uploadfiles/Picture/2025-7-29/20257291621423996.png" alt="辅助开发及测试"/>													<span>辅助开发及测试</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/Kit-case37.html.html">E04</span>												</a>												</p>												<p>													<a href="/product/Kit-case36.html">EWM47</span>												</a>												</p>												<p>													<a href="/product/Kit-case35.html">E51</span>												</a>												</p>												<p>													<a href="/product/kit-case34.html">E290</span>												</a>												</p>												<p>													<a href="/product/kit-case33.html">E611</span>												</a>												</p>												<p>													<a href="/product/kit-case32.html">E80</span>												</a>												</p>												<p>													<a href="/product/kit-case31.html">EWT201</span>												</a>												</p>												<p>													<a href="/product/Kit-case29.html">E610</span>												</a>												</p>												<p>													<a href="/product/Kit-case24.html">ESP32</span>												</a>												</p>												<p>													<a href="/product/Kit-case20.html">EA01</span>												</a>												</p>												<p>													<a href="/product/Kit-case2.html">E35</span>												</a>												</p>												<p>													<a href="/product/Kit-case23.html">E07</span>												</a>												</p>												<p>													<a href="/product/Kit-case3.html">E15</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/Kit-case4.html">E18</span>												</a>												</p>												<p>													<a href="/product/Kit-case5.html">E22</span>												</a>												</p>												<p>													<a href="/product/Kit-case6.html">E30</span>												</a>												</p>												<p>													<a href="/product/Kit-case8.html">E32</span>												</a>												</p>												<p>													<a href="/product/Kit-case7.html">E42</span>												</a>												</p>												<p>													<a href="/product/Kit-case18.html">E49</span>												</a>												</p>												<p>													<a href="/product/Kit-case27.html">E52</span>												</a>												</p>												<p>													<a href="/product/Kit-case16.html">E53</span>												</a>												</p>												<p>													<a href="/product/Kit-case9.html">E70</span>												</a>												</p>												<p>													<a href="/product/Kit-case26.html">E72</span>												</a>												</p>												<p>													<a href="/product/Kit-case10.html">E73</span>												</a>												</p>												<p>													<a href="/product/Kit-case25.html">E77</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/Kit-case15.html">E78</span>												</a>												</p>												<p>													<a href="/product/Kit-case28.html">E83</span>												</a>												</p>												<p>													<a href="/product/Kit-case11.html">E103</span>												</a>												</p>												<p>													<a href="/product/Kit-case12.html">E104</span>												</a>												</p>												<p>													<a href="/product/Kit-case19.html">E108</span>												</a>												</p>												<p>													<a href="/product/Kit-case17.html">E180</span>												</a>												</p>												<p>													<a href="/product/Kit-case22.html">E200</span>												</a>												</p>												<p>													<a href="/product/Kit-case21.html">E220</span>												</a>												</p>												<p>													<a href="/product/Kit-case13.html">E810</span>												</a>												</p>												<p>													<a href="/product/Kit-case14.html">转接线</span>												</a>												</p>												<p>													<a href="/product/Kit-case30.html">EoRa PI系列</span>												</a>												</p>												<p>													<a href="/product/Kit-case1.html">CC Debugger</span>												</a>												</p>											</dd>										</div>										</dl>						</div>						</div><div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:30px; column-gap:30px; -webkit-column-gap:30px;">										<dl class="product-m-info">											<dt>												<a href="/product/4G-Module.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721725448930.png" alt="4G/NB-IoT/GNSS"/>													<span>4G/NB-IoT/GNSS</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/4G-cat1.html">4G 模组</span>												</a>												</p>												<p>													<a href="/product/4G-DTU.html">4G DTU</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/nbiot.html">NB-IoT模组</span>												</a>												</p>												<p>													<a href="/product/gps.html">GNSS模块</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/tongxinzhuanhuan.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721730341390.png" alt="通信转换设备"/>													<span>通信转换设备</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/tongxinzhuanhuan-case3.html">集线器RS485</span>												</a>												</p>												<p>													<a href="/product/tongxinzhuanhuan-case2.html">USB转串口</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/tongxinzhuanhuan-case1.html">工业总线转换</span>												</a>												</p>												<p>													<a href="/product/tongxinzhuanhuan-case4.html">通信隔离设备</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/Gateway.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721723144084.png" alt="工业通信网关"/>													<span>工业通信网关</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/edge-gateway.html">边缘计算网关</span>												</a>												</p>												<p>													<a href="/product/Wireless-gateway.html">无线数传网关</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/router.html">工业路由器</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/DTU.html">													<img src="/Uploadfiles/Picture/2021-7-2/202172172513618.png" alt="数传电台"/>													<span>数传电台</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/DTU-Rail.html">导轨式</span>												</a>												</p>												<p>													<a href="/product/DTU-zigbee.html">自组网</span>												</a>												</p>												<p>													<a href="/product/DTU-Serial.html">高速率低延时</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/DTU-4G.html">云数传电台</span>												</a>												</p>												<p>													<a href="/product/LORA-DTU.html">LoRa扩频</span>												</a>												</p>												<p>													<a href="/product/DTU-Industrial.html">全双工跳频扩频</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/yaokongkaiguan.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721726176980.png" alt="遥控开关"/>													<span>遥控开关</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/yaokongkaiguan-case2.html">4G手机遥控开关</span>												</a>												</p>												<p>													<a href="/product/yaokongkaiguan-case4.html">WiFi遥控开关</span>												</a>												</p>												<p>													<a href="/product/yaokongkaiguan-case3.html">无线遥控开关</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/yaokongkaiguan-case1.html">智能插座</span>												</a>												</p>												<p>													<a href="/yaokongkaiguan-case5.html">4G遥控器</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/LoRaWAN.html">													<img src="/Uploadfiles/Picture/2021-7-9/202179112126491.png" alt="LoRaWAN"/>													<span>LoRaWAN</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/LoRaWAN-Module.html">LoRaWAN网关</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/LoRaWAN-DTU.html">LoRaWAN节点</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/chuankoufuwuqi.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721728387749.png" alt="串口服务器/以太网"/>													<span>串口服务器/以太网</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/chuankoufuwuqi-case1.html">单串口服务器</span>												</a>												</p>												<p>													<a href="/product/chuankoufuwuqi-case2.html">多串口服务器</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/chuankoufuwuqi-case3.html">WiFi串口服务器</span>												</a>												</p>												<p>													<a href="/product/Ethernet-Module.html">以太网模组</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/wuxianIO.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721726507012.png" alt="远程IO模块"/>													<span>远程IO模块</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/wuxianIO-case4.html">无线I/O模块</span>												</a>												</p>												<p>													<a href="/product/wuxianIO-case3.html">串口I/O</span>												</a>												</p>												<p>													<a href="/product/wuxianIO-case2.html">以太网I/O</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/wuxianIO-case1.html">4G I/O模块</span>												</a>												</p>												<p>													<a href="/product/wuxianIO-profinet.html">Profinet I/O</span>												</a>												</p>												<p>													<a href="/product/wuxianIO-case5.html">温度采集模块</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/distributedIO.html">													<img src="/Uploadfiles/Picture/2025-7-29/2025729172851331.png" alt="分布式IO"/>													<span>分布式IO</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/distributedIO-case1.html">以太网/RS485 IO</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/distributedIO-case2.html">LoRa IO</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/profinet.html">													<img src="/Uploadfiles/Picture/2025-7-29/20257291725116257.png" alt="Profinet"/>													<span>Profinet</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/profinet-case1.html">Profinet网关</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/profinet-io.html">Profinet IO</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/signaling.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721729484147.png" alt="信号对传/同步"/>													<span>信号对传/同步</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/signaling-case2.html">模拟量对传/同步</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/signaling-case1.html">开关量对传/同步</span>												</a>												</p>											</dd>										</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/product/CAN.html">													<img src="/Uploadfiles/Picture/2025-7-29/20257291725114582.png" alt="CAN总线"/>													<span>CAN总线</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/canfd-module.html">CANFD模组</span>												</a>												</p>												<p>													<a href="/product/canfd-dtu.html">CANFD网关</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/CAN-Module.html">CAN 模组</span>												</a>												</p>												<p>													<a href="/product/CAN-DTU.html">CAN 网关</span>												</a>												</p>											</dd>										</div>										</dl>						</div>						</div><div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:30px; column-gap:30px; -webkit-column-gap:30px;">										<dl class="product-m-info">											<dt>												<a href="/product/gongyejisuan.html">													<img src="/Uploadfiles/Picture/2021-7-2/2021721713318943.png" alt="工业计算"/>													<span>工业计算</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/hexinban.html">核心板</span>												</a>												</p>												<p>													<a href="/product/danbanji.html">单板机</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/gongkongji.html">工控机</span>												</a>												</p>												<p>													<a href="/product/gongyepeijian.html">配件区</span>												</a>												</p>											</dd>										</div>										</dl>						</div>						</div><div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:30px; column-gap:30px; -webkit-column-gap:30px;">										<dl class="product-m-info">											<dt>												<a href="/product/antenna.html">													<img src="/Uploadfiles/Picture/2025-7-29/2025729172856772.png" alt="天线"/>													<span>天线</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/antenna-case5.html">5GHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case4.html">170MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case6.html">230MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case15.html">315MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case7.html">433MHz</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/antenna-case8.html">470MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case3.html">490MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case9.html">780MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case10.html">868MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case11.html">915MHz</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/antenna-case2.html">1575MHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case12.html">2.4GHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case1.html">5.8GHz</span>												</a>												</p>												<p>													<a href="/product/antenna-case14.html">GPS</span>												</a>												</p>												<p>													<a href="/product/antenna-case13.html">GPRS/NB-IoT/4G</span>												</a>												</p>											</dd>										</div>										</dl>						</div>						</div><div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:30px; column-gap:30px; -webkit-column-gap:30px;">										<dl class="product-m-info">											<dt>												<a href="/product/Power.html">													<img src="/Uploadfiles/Picture/2025-7-29/2025729172842501.png" alt="电源模块"/>													<span>电源模块</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/Power-case1.html">AC-DC单路</span>												</a>												</p>												<p>													<a href="/product/Power-case2.html">AC-DC双路</span>												</a>												</p>												<p>													<a href="/product/Power-case3.html">DC-DC非隔离</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/Power-case4.html">DC-DC隔离型</span>												</a>												</p>												<p>													<a href="/product/Power-case5.html">电源适配器</span>												</a>												</p>											</dd>										</div>										</dl>						</div>						</div><div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:30px; column-gap:30px; -webkit-column-gap:30px;">										<dl class="product-m-info">											<dt>												<a href="/product/sensor.html">													<img src="/Uploadfiles/Picture/2021-7-21/20217211638196812.png" alt="传感与探测"/>													<span>传感与探测</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/product/sensor-modbus.html">Modbus数码管</span>												</a>												</p>												<p>													<a href="/product/sensor-case7.html">电子罗盘</span>												</a>												</p>												<p>													<a href="/product/sensor-case4.html">甲烷传感器</span>												</a>												</p>												<p>													<a href="/product/sensor-case3.html">丙烷传感器</span>												</a>												</p>											</dd>											<dd>												<p>													<a href="/product/sensor-case1.html">温湿度变送器</span>												</a>												</p>												<p>													<a href="/product/sensor-case5.html">空气质量模块</span>												</a>												</p>												<p>													<a href="/product/sensor-case2.html">一氧化碳传感器</span>												</a>												</p>												<p>													<a href="/product/sensor-case6.html">人体红外感应模组</span>												</a>												</p>											</dd>										</div>										</dl>						</div>						</div>						</div>						</div>						</div>					</div></li>
                        
                            <li >
                                <a href="/product-selecte.html" target="_self">
                                    产品选型</a>
                                </li>
                        
                            <li >
                                <a href="/apple-technology.html" target="_self">
                                    客户支持</a>
                                <ol class="nav-down"><li><a href="/apple-technology.html"  target="_self"><b></b><i>问题提交</i></a></li><li><a href="/Question/SPISoC.html"  target="_self"><b></b><i>常见问题</i></a></li><li><a href="/application.html"  target="_self"><b></b><i>样品申请</i></a></li></ol></li>
                        
                            <li >
                                <a href="/OEM.html" target="_self">
                                    OEM业务</a>
                                </li>
                        
                            <li >
                                <a href="/yingyonganli.html" target="_self">
                                    应用方案</a>
                                <ol class="nav-down"><li><a href="/jishuyingyong.html"  target="_self"><b></b><i>技术应用</i></a></li><li><a href="/kepushipin.html"  target="_self"><b></b><i>科普视频</i></a></li><li><a href="/shipinjiaocheng.html"  target="_self"><b></b><i>视频教程</i></a></li><li><a href="/yingyonganli.html"  target="_self"><b></b><i>应用案例</i></a></li><li><a href="/kehuanli.html"  target="_self"><b></b><i>客户案例</i></a></li></ol></li>
                        
                            <li >
                                <a href="/AboutUS.html" target="_self">
                                    关于我们</a>
                                <ol class="nav-down"><li><a href="/qiyedongtai.html"  target="_self"><b></b><i>企业动态</i></a></li><li><a href="/chanpindongtai.html"  target="_self"><b></b><i>产品动态</i></a></li><li><a href="/AboutUS.html"  target="_self"><b></b><i>企业简介</i></a></li><li><a href="/honor.html"  target="_self"><b></b><i>荣誉资质</i></a></li><li><a href="/shehuizeren.html"  target="_self"><b></b><i>社会责任</i></a></li><li><a href="/join.html"  target="_self"><b></b><i>加入我们</i></a></li><li><a href="/Cooperation.html"  target="_self"><b></b><i>校企合作</i></a></li><li><a href="/Contact_Us.html"  target="_self"><b></b><i>联系我们</i></a></li></ol></li>
                        
                            <li class="hwidth">
                                <a href="/datadown/943.html" target="_self">
                                    资料下载</a>
                                <div class="product-menu">						<div class="product-wrs">							<div class="product-menu-left"><div class="checkmores">									<a href="/datadown/947.html">查看全部资料</a>								</div>								<ul class="proudct-menu-list">									<li class="active"><a href="/datadown/943.html"> 无线模块</a></li>									<li ><a href="/datadown/gongyejisuan.html">工业计算</a></li>									<li ><a href="/datadown/modem.html">通信设备</a></li>									<li ><a href="/datadown/antenna.html">天线</a></li>									<li ><a href="/datadown/946.html">电源</a></li>									<li ><a href="/datadown/1115.html">传感与探测</a></li>								</ul>							</div>							<div class="product-m-content">								<div class="search clearfix"><input type="text"   id="txt_n_date" placeholder="资料名称搜索"><input class="btn" type="button" onclick="to_pro_date()" ></div>	 <div class="product-mwr">								<div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:45px; column-gap:45px; -webkit-column-gap:45px;">										<dl class="product-m-info">											<dt>												<a href="/datadown/ruanjiangongju.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721751213445.png" alt="软件工具"/>													<span>软件工具</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/kaifaban.html">开发测试板</a>												</p>												<p>													<a href="/datadown/canshuruanjian.html">参数设置软件</a>												</p>											</dd>											<dd>												<p>													<a href="/datadown/qudong.html">驱动程序</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/LoRa.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/202172173303840.png" alt="LoRa扩频"/>													<span>LoRa扩频</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/lora-E22.html">E22系列（SX1262\SX1268)</a>												</p>												<p>													<a href="/datadown/lora-E19.html">E19系列（SX1276\SX1278)</a>												</p>												<p>													<a href="/datadown/lora-E53.html">E53系列</a>												</p>												<p>													<a href="/datadown/lora-E28.html">E28系列（SX1280\SX1281)</a>												</p>												<p>													<a href="/datadown/lora-E78.html">E78系列（ASR6501\ASR6505\ASR6601)</a>												</p>												<p>													<a href="/datadown/lora-E32.html">E32系列（SX1278\SX1276）</a>												</p>												<p>													<a href="/datadown/lora-E150.html">E150系列</a>												</p>												<p>													<a href="/datadown/lora-E106.html">E106系列（SX1301\SX1302)</a>												</p>												<p>													<a href="/datadown/lora-E220.html">E220系列（LLCC68)</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/lanya.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/202172172187095.png" alt="蓝牙"/>													<span>蓝牙</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/lanya-BT0X.html">E104-BT0X系列</a>												</p>												<p>													<a href="/datadown/lanya-BLE1.html">E104-BT1X系列</a>												</p>												<p>													<a href="/datadown/lanya-BT2X.html">E104-BT2X系列</a>												</p>												<p>													<a href="/datadown/lanya-BT3X.html">E104-BT3X系列</a>												</p>												<p>													<a href="/datadown/lanya-BT4X.html">E104-BT4X系列</a>												</p>												<p>													<a href="/datadown/lanya-BT5X.html">E104-BT5X系列</a>												</p>												<p>													<a href="/datadown/lanya-EWM104-BT6X.html">EWM104-BT6X系列</a>												</p>												<p>													<a href="/datadown/lanya-E105BS21.html">E105-BS21系列</a>												</p>												<p>													<a href="/datadown/lanyazhuabao.html">E104-2G4U04A（CC2540）</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/SPISOC.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721718517579.png" alt="射频（SPI/SoC）"/>													<span>射频（SPI/SoC）</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/SPISOC-E01.html">E01系列（nRF24L01P)</a>												</p>												<p>													<a href="/datadown/SPISOC-E01C.html">E01C系列（Si24R1)</a>												</p>												<p>													<a href="/datadown/SPISOC-E03.html">E03系列（TLSR8359)</a>												</p>												<p>													<a href="/datadown/SPISOC-E04.html">E04系列（S2-LP）</a>												</p>												<p>													<a href="/datadown/SPISOC-E07.html">E07系列（CC1101）</a>												</p>												<p>													<a href="/datadown/SPISOC-E10.html">E10系列（SI4463\SI4438）</a>												</p>												<p>													<a href="/datadown/SPISOC-E11.html">E11系列（nRF24LU1）</a>												</p>												<p>													<a href="/datadown/SPISOC-E23.html">E23系列（SX1212）</a>												</p>												<p>													<a href="/datadown/SPISOC-E27.html">E27系列（SI4432）</a>												</p>												<p>													<a href="/datadown/SPISOC-E31.html">E31系列（AX5243）</a>												</p>												<p>													<a href="/datadown/SPISOC-E30.html">E30系列（SI44XX）</a>												</p>												<p>													<a href="/datadown/SPISOC-E41.html">E41系列（A7139）</a>												</p>												<p>													<a href="/datadown/SPISOC-E42.html">E42系列</a>												</p>												<p>													<a href="/datadown/SPISOC-E48.html">E48系列</a>												</p>												<p>													<a href="/datadown/SPISOC-E49.html">E49系列（CMT2300A）</a>												</p>												<p>													<a href="/datadown/SPISOC-E70.html">E70系列（CC1312R\CC1310）</a>												</p>												<p>													<a href="/datadown/SPISOC-E72.html">E72系列（CC2630\40\52P\52RB）</a>												</p>												<p>													<a href="/datadown/SPISOC-E73.html">E73系列（nRF52810\51822\52832\528</a>												</p>												<p>													<a href="/datadown/SPISOC-E76.html">E76系列（EFR32）</a>												</p>												<p>													<a href="/datadown/SPISOC-E75.html">E75系列（JN5168\JN5169）</a>												</p>												<p>													<a href="/datadown/SPISOC-E77.html">E77系列(STM32***/NRF518)</a>												</p>												<p>													<a href="/datadown/SPISOC-E83.html">E83系列（nRF5340）</a>												</p>												<p>													<a href="/datadown/SPISOC-E79.html">E79系列（CC1352\CC1352P）</a>												</p>												<p>													<a href="/datadown/SPISOC-E280.html">E280系列(SX1280)</a>												</p>												<p>													<a href="/datadown/SPISOC-E80.html">E80系列（LR1121）</a>												</p>												<p>													<a href="/datadown/SPISOC-E160.html">E160系列</a>												</p>												<p>													<a href="/datadown/SPISOC-EWM47.html">EWM47系列</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/uart.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721719572955.png" alt="射频（UART）"/>													<span>射频（UART）</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/uart-E29.html">E29系列</a>												</p>												<p>													<a href="/datadown/uart-E30.html">E30系列（SI4438\4460\4463\4464）</a>												</p>												<p>													<a href="/datadown/uart-E34.html">E34系列（nRF24L01+）</a>												</p>												<p>													<a href="/datadown/uart-E31.html">E31系列（AX5243）</a>												</p>												<p>													<a href="/datadown/uart-E33.html">E33系列（SX1212）</a>												</p>												<p>													<a href="/datadown/uart-E35.html">E35系列</a>												</p>												<p>													<a href="/datadown/uart-E40.html">E40系列</a>												</p>												<p>													<a href="/datadown/uart-E37.html">E37系列（AX5243）</a>												</p>												<p>													<a href="/datadown/uart-E41.html">E41系列（A7139）</a>												</p>												<p>													<a href="/datadown/uart-E43.html">E43系列</a>												</p>												<p>													<a href="/datadown/uart-E49.html">E49系列（CMT2300A）</a>												</p>												<p>													<a href="/datadown/uart-E61.html">E61系列</a>												</p>												<p>													<a href="/datadown/uart-E62.html">E62系列</a>												</p>												<p>													<a href="/datadown/uart-E64.html">E64系列</a>												</p>												<p>													<a href="/datadown/uart-E70.html">E70系列（CC1310\CC1312R）</a>												</p>												<p>													<a href="/datadown/uart-E330.html">E330系列</a>												</p>												<p>													<a href="/datadown/uart-E310.html">E310系列</a>												</p>												<p>													<a href="/datadown/uart-E65.html">E65系列</a>												</p>												<p>													<a href="/datadown/uart-E610.html">E610系列</a>												</p>												<p>													<a href="/datadown/uart-E290.html">E290系列</a>												</p>												<p>													<a href="/datadown/uart-E611.html">E611系列</a>												</p>												<p>													<a href="/datadown/uart-qitamokuai.html">其他</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/zigbee.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721724338475.png" alt="ZigBee"/>													<span>ZigBee</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/zigbee-E180.html">Exx180x系列</a>												</p>												<p>													<a href="/datadown/zigbee-E800.html">E800系列</a>												</p>												<p>													<a href="/datadown/zigbee-E18.html">E18系列（CC2530\CC2531）</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/WiFi.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721734307391.png" alt="WIFI"/>													<span>WIFI</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/WiFi-E103.html">E103系列</a>												</p>												<p>													<a href="/datadown/WiFi-ESP.html">ESP系列</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/qitamodule.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721710268230.png" alt="其他"/>													<span>其他</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/qitamodule-E05.html">E05系列（nRF24LE1）</a>												</p>												<p>													<a href="/datadown/qitamodule-E09.html">E09系列（CC1110）</a>												</p>												<p>													<a href="/datadown/qitamodule-E71.html">E71系列（CC1310_7X7）</a>												</p>												<p>													<a href="/datadown/qitamodule-E35.html">E35系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E36.html">E36系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E34.html">E34 (2G4D20D)</a>												</p>												<p>													<a href="/datadown/qitamodule-E44.html">E44系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E45.html">E45系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E46.html">E46系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E50.html">E50系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E51.html">E51系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E52.html">E52系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E53.html">E53系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E54.html">E54系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E107.html">E107系列</a>												</p>												<p>													<a href="/datadown/qitamodule-E101G.html">E101G</a>												</p>												<p>													<a href="/datadown/qitamodule-E21.html">E21系列</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/leida.html" target="_self">													<span>毫米波雷达</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/haomiboleida.html">E54系列</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/audiomodule.html" target="_self">													<span>音频</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/uart-E200.html">E200系列</a>												</p>												<p>													<a href="/datadown/ewm201.html">EWM201系列</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/video-module.html" target="_self">													<span>视频传输</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/video-module-case1.html">无线视频</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/uwb-module.html" target="_self">													<span>超宽带(UWB)</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/uwb-module-case1.html">UWB测距定位模组</a>												</p>											</dd>								</div>										</dl>									</div>								</div>								<div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:45px; column-gap:45px; -webkit-column-gap:45px;">										<dl class="product-m-info">											<dt>												<a href="/datadown/1006.html" target="_self">													<span>核心板</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1046.html" target="_self">													<span>单板机</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5283.html" target="_self">													<span>工控机</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5284.html" target="_self">													<span>配件区</span>												</a>											</dt>										</dl>									</div>								</div>								<div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:45px; column-gap:45px; -webkit-column-gap:45px;">										<dl class="product-m-info">											<dt>												<a href="/datadown/chuankouzhushou.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721751213445.png" alt="通用软件工具"/>													<span>通用软件工具</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/modem-gongju.html">驱动、串口助手等</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/gateway.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721723144084.png" alt="工业通信网关"/>													<span>工业通信网关</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/router.html">工业路由器</a>												</p>												<p>													<a href="/datadown/bianyuanjisuan.html">边缘计算网关</a>												</p>												<p>													<a href="/datadown/wuxiangateway.html">无线数传网关</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/shuchuandiantai.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/202172172513618.png" alt="数传电台"/>													<span>数传电台</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/yundiantai.html">云数传电台</a>												</p>												<p>													<a href="/datadown/loradiantai.html">LoRa扩频</a>												</p>												<p>													<a href="/datadown/gaosudiantai.html">高速率低延时</a>												</p>												<p>													<a href="/datadown/zizuwangdiantai.html">自组网</a>												</p>												<p>													<a href="/datadown/daoguishidiantai.html">导轨式</a>												</p>												<p>													<a href="/datadown/shuanggongdiantai.html">全双工跳频扩频</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/chuankfuwuqi.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721728387749.png" alt="串口服务器/以太网"/>													<span>串口服务器/以太网</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/WiFifuwuqi.html">WiFi串口服务器</a>												</p>												<p>													<a href="/datadown/Ethernet-Modules.html">以太网模组</a>												</p>												<p>													<a href="/datadown/Ethernet-chuankoufuwuqi.html">以太网串口服务器</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/4G-Module.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721713318943.png" alt="4G/NB-IoT/GNSS"/>													<span>4G/NB-IoT/GNSS</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/4G-cat1.html">4G 模组</a>												</p>												<p>													<a href="/datadown/cat1-DTU.html">cat1 DTU</a>												</p>												<p>													<a href="/datadown/4G-DTU.html">4G DTU</a>												</p>												<p>													<a href="/datadown/NBiotmozu.html">NB</a>												</p>												<p>													<a href="/datadown/nb-dtu.html">NB DTU</a>												</p>												<p>													<a href="/datadown/GPSmozu.html">GNSS模组</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/IO.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721726507012.png" alt="远程IO模块"/>													<span>远程IO模块</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/IO-chuankou.html">串口IO</a>												</p>												<p>													<a href="/datadown/IO-ethernet.html">以太网IO</a>												</p>												<p>													<a href="/datadown/IO-4G.html">4G IO</a>												</p>												<p>													<a href="/datadown/IO-wuxian.html">无线IO模块</a>												</p>												<p>													<a href="/datadown/fengbushiIO.html">分布式I/O</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/xinhaochuanshu.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721729484147.png" alt="信号对传/同步"/>													<span>信号对传/同步</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/1039.html">模拟量传输</a>												</p>												<p>													<a href="/datadown/1040.html">开关量传输</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/CAN.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721749319190.png" alt="CAN总线"/>													<span>CAN总线</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/1011.html">CAN 模组</a>												</p>												<p>													<a href="/datadown/1041.html">CAN DTU</a>												</p>												<p>													<a href="/datadown/canfd-module.html">CANFD模组</a>												</p>												<p>													<a href="/datadown/canfd-dtu.html">CANFD网关</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/yaokongkaiguan.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721726176980.png" alt="遥控开关"/>													<span>遥控开关</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/4Gkaiguan.html">4G手机遥控开关</a>												</p>												<p>													<a href="/datadown/wifikaiguan.html">WiFi遥控开关</a>												</p>												<p>													<a href="/datadown/wuxiankaiguan.html">无线遥控开关</a>												</p>												<p>													<a href="/datadown/zhinengchazuo.html">智能插座</a>												</p>												<p>													<a href="/datadown/4gyaokongqi.html">4G遥控器</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/LoRaWAN.html" target="_self">													<span>LoRaWan</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/5252.html">LoRaWan网关</a>												</p>												<p>													<a href="/datadown/5253.html">LoRaWan节点</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1091.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/202172173303840.png" alt="其他"/>													<span>其他</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/GPRS.html">GPRS模组</a>												</p>												<p>													<a href="/datadown/1093.html">其他资料</a>												</p>												<p>													<a href="/datadown/5261.html">GPRS DTU</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/tongxinzhuanhuan.html" target="_self">													<img src="/Uploadfiles/Picture/2021-7-2/2021721730341390.png" alt="通信转换设备"/>													<span>通信转换设备</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/rs485jixianqi.html">集线器RS485</a>												</p>												<p>													<a href="/datadown/usbzhuanchuankou.html">USB转串口</a>												</p>												<p>													<a href="/datadown/zongxianzhuanhuan.html">工业总线转换</a>												</p>												<p>													<a href="/datadown/tongxingeli.html">通信隔离设备</a>												</p>											</dd>								</div>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/profinet.html" target="_self">													<span>Profinet</span>												</a>											</dt>										<div class="prowr">											<dd>												<p>													<a href="/datadown/profinet-gateway.html">Profinet网关</a>												</p>											</dd>								</div>										</dl>									</div>								</div>								<div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:45px; column-gap:45px; -webkit-column-gap:45px;">										<dl class="product-m-info">											<dt>												<a href="/datadown/1071.html" target="_self">													<span>490MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1072.html" target="_self">													<span>1575MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1073.html" target="_self">													<span>5.8GHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1074.html" target="_self">													<span>GPS</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1075.html" target="_self">													<span>GPRS/NB-IoT/4G</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1076.html" target="_self">													<span>2.4GHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1078.html" target="_self">													<span>868MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1077.html" target="_self">													<span>915MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1079.html" target="_self">													<span>780MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1080.html" target="_self">													<span>470MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1081.html" target="_self">													<span>433MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1082.html" target="_self">													<span>315MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1083.html" target="_self">													<span>230MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1084.html" target="_self">													<span>170MHz</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1090.html" target="_self">													<span>配件</span>												</a>											</dt>										</dl>									</div>								</div>								<div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:45px; column-gap:45px; -webkit-column-gap:45px;">										<dl class="product-m-info">											<dt>												<a href="/datadown/1086.html" target="_self">													<span>AC-DC</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1088.html" target="_self">													<span>DC-DC</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1089.html" target="_self">													<span>电源适配器</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1094.html" target="_self">													<span>高精度工业电源</span>												</a>											</dt>										</dl>									</div>								</div>								<div class="product-m-item">									<div class="product-m-list"     style="-moz-column-count:4; column-count: 4;-webkit-column-count:4; -moz-column-gap:45px; column-gap:45px; -webkit-column-gap:45px;">										<dl class="product-m-info">											<dt>												<a href="/datadown/5254.html" target="_self">													<span>甲烷传感器</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/1116.html" target="_self">													<span>Modbus数码管</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5255.html" target="_self">													<span>丙烷传感器</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5256.html" target="_self">													<span>温湿度变送器</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5258.html" target="_self">													<span>一氧化碳传感器</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5257.html" target="_self">													<span>空气质量模块</span>												</a>											</dt>										</dl>										<dl class="product-m-info">											<dt>												<a href="/datadown/5259.html" target="_self">													<span>电子罗盘磁场传感器模块</span>												</a>											</dt>										</dl>									</div>								</div>							</div>							</div>						</div>					</div></li>
                        




                </ul>
                
            </div>
          </div>
        <div class="menuBtn" id="menu-handler">
            <span class="burger burger-1"></span>
            <span class="burger burger-2"></span>
            <span class="burger burger-3"></span>
        </div>
        <div class="menu-down">
            <section class="edition clearfix">
               <div class="edites clearfix" style="display:none"><a class="now" href="/">中文版</a><a href="https://www.cdebyte.com/" target="_blank" rel="nofollow">English</a></div>
                <div class="search clearfix">
                    <input type="text" placeholder="关键词检索" id="txt_key" /><input type="button" onclick="toseach()" /> </div>
            </section>
            <section class="mobile-menu">
                <ul class="menu-list">
                    
                            <li>
                                <a href="/" target="_self">
                                    首页</a>
                                </li>
                        
                            <li>
                                <a href="/product.html" target="_self">
                                    suncitygroup太阳集团网址</a>
                                </li>
                        
                            <li>
                                <a href="/product-selecte.html" target="_self">
                                    产品选型</a>
                                </li>
                        
                            <li>
                                <a href="/apple-technology.html" target="_self">
                                    客户支持</a>
                                <ol class="iphone-menu clearfix">
	<li><a href="/apple-technology.html" target="_self">问题提交</a></li>
	<li><a href="/Question/SPISoC.html" target="_self">常见问题</a></li>
	<li><a href="/application.html" target="_self">样品申请</a></li>
</ol>
</li>
                        
                            <li>
                                <a href="/OEM.html" target="_self">
                                    OEM业务</a>
                                </li>
                        
                            <li>
                                <a href="/yingyonganli.html" target="_self">
                                    应用方案</a>
                                <ol class="iphone-menu clearfix">
	<li><a href="/jishuyingyong.html" target="_self">技术应用</a></li>
	<li><a href="/kepushipin.html" target="_self">科普视频</a></li>
	<li><a href="/shipinjiaocheng.html" target="_self">视频教程</a></li>
	<li><a href="/yingyonganli.html" target="_self">应用案例</a></li>
	<li><a href="/kehuanli.html" target="_self">客户案例</a></li>
</ol>
</li>
                        
                            <li>
                                <a href="/AboutUS.html" target="_self">
                                    关于我们</a>
                                <ol class="iphone-menu clearfix">
	<li><a href="/qiyedongtai.html" target="_self">企业动态</a></li>
	<li><a href="/chanpindongtai.html" target="_self">产品动态</a></li>
	<li><a href="/AboutUS.html" target="_self">企业简介</a></li>
	<li><a href="/honor.html" target="_self">荣誉资质</a></li>
	<li><a href="/shehuizeren.html" target="_self">社会责任</a></li>
	<li><a href="/join.html" target="_self">加入我们</a></li>
	<li><a href="/Cooperation.html" target="_self">校企合作</a></li>
	<li><a href="/Contact_Us.html" target="_self">联系我们</a></li>
</ol>
</li>
                        
                            <li>
                                <a href="/datadown/943.html" target="_self">
                                    资料下载</a>
                                <ol class="iphone-menu clearfix">
	<li><a href="/datadown/943.html" target="_self">无线模块</a></li>
	<li><a href="/datadown/gongyejisuan.html" target="_self">工业计算</a></li>
	<li><a href="/datadown/modem.html" target="_self">通信设备</a></li>
	<li><a href="/datadown/antenna.html" target="_self">天线</a></li>
	<li><a href="/datadown/946.html" target="_self">电源</a></li>
	<li><a href="/datadown/1115.html" target="_self">传感与探测</a></li>
</ol>
</li>
                        
                </ul>
            </section>
        </div>
    </section>
</header>
<div id="scorllloa"></div>






<div class="mtop" >
</div>

<script>

    //function to_pro_select_tk() {
    //    var keys = $('#to_pro_select_tk').val(); if (keys == '') { alert('请输入搜索词！'); $('#to_pro_select_tk').focus(); return false; }
    //    window.location = '/product-class.html?key=' + keys;
    //} jQuery(function () { $('#to_pro_select_tk').keyup(function (event) { if (event.keyCode == "13") { to_pro_select_tk(); return false; } }); });

    function to_pro_t_select() {
        var keys_pro = $('#txt_n_pro').val(); if (keys_pro == '') { alert('请输入搜索词！'); $('#txt_n_pro').focus(); return false; }
        window.location = '/product-all-serch.aspx?key=' + keys_pro;
    } //jQuery(function () { $('#txt_n_pro').keyup(function (event) { if (event.keyCode == "13") { to_pro_select(); return false; } }); });

/*
  jQuery(function () {
            $('#txt_n_pro').keyup(function (event) {

                if (event.keyCode == "13") {
                    to_pro_t_select();
                    return false;
                }

            });
        })*/



// 使用事件委托绑定回车事件
$(document).on('keyup', '#txt_n_pro', function(event) {
    if (event.key === "Enter") {
        // 回车执行查询
       to_pro_t_select();
    }
});

// 使用事件委托绑定keydown事件
$(document).on('keydown', '#txt_n_pro', function(e) {
    var code = e.key || e.keyCode || e.which;
    if (code === "Enter" || code === 13) {
        // 回车执行查询
       to_pro_t_select();
    }
});




     //回车事件绑定
    function n_pro_keydownEvent() {

            var e = window.event || arguments.callee.caller.arguments[0];

            if (e && e.keyCode == 13) {

                to_pro_t_select();

            }

        }



    function to_pro_date() {
        var keys_pro = $('#txt_n_date').val(); if (keys_pro == '') { alert('请输入搜索词！'); $('#txt_n_date').focus(); return false; }
        window.location = '/data-download-serch.aspx?key=' + keys_pro;
    } jQuery(function () { $('#txt_n_date').keyup(function (event) { if (event.keyCode == "13") { to_pro_date(); return false; } }); });



</script>


    <section class="aboute-box">
    <section class="box_404">
        <div class="box">            
            <h1>抱歉，您要访问的页面出现了问题！</h1>
            <a href="/">返回首页</a>
        </div>   </section> 
    </section> 
    
   
     
     
     <div class="suspension">
			<ul class="suspension-li">
				
				<li>
					<a rel="nofollow" target="_block">
						<img src="/img/xy.png" alt="太阳集成suncity官网"/>
						<div class="eq-pop">
							<figure><span>4000-330-990</span></figure>
						</div>
					</a>
				</li>
				<li>
					<a href="https://yibaite.tmall.com/index.htm?spm=a1z10.1-b-s.w5002-21814129208.2.7e3d775dcm1yEk" target="_block" rel="nofollow" >
						<img src="/img/gm.png" alt="购买无线数传模块"/>
						<div class="eq-pop">
							<figure><span>样品购买</span></figure>
						</div>
					</a>
				</li>
				<li>
				<a href="javascript:;"  rel="nofollow" >
						<img src="/img/wx1.png" alt="成都太阳集成suncity官网"/>
						<div class="eq-pop eq-pop1">
							<figure><img src="/img/eq1.jpg" alt="太阳集成suncity官网公众号"/></figure>
						</div>
					</a>
				</li>
				<li class="top"><a href="javascript:;"><img src="/img/tp.png" alt="太阳集成suncity官网官网"/></a></li>
			</ul>
		</div>
     
     
    
      
          
<section class="footers">
    <div class="footer-wrap">
        <div class="footer-top">
            <div class="footer-navs">

                

                        <dl class="footer-items">
                            <dt><a href="javascript:;"        >无线模块系列</a></dt>
                            <dd>
                                <p><a href="/product/lora.html"  >LoRa模块</a></p><p><a href="/product/LoRaWAN.html"  >LoRaWAN</a></p><p><a href="/product/ble.html"  >蓝牙模块</a></p><p><a href="/product/WiFi.html"  >WiFi模块</a></p><p><a href="/product/zigbee.html"  >zigbee模块</a></p><p><a href="/product/UART.html"  >UART串口模块</a></p><p><a href="/product/SPI-SoCModule.html"  >SPI/SOC无线射频模块</a></p><p><a href="/product/leida.html"  >毫米波雷达模组</a></p><p><a href="/product/Kit.html"  >辅助开发及测试</a></p>
                            </dd>
                        </dl>

                    

                        <dl class="footer-items">
                            <dt><a href="javascript:;"        >无线通信设备</a></dt>
                            <dd>
                                <p><a href="/product/DTU.html"  >数传电台</a></p><p><a href="/product/yaokongkaiguan.html"  >遥控开关</a></p><p><a href="/product/chuankoufuwuqi.html"  >串口服务器</a></p><p><a href="/product/profinet.html"  >Profinet网关</a></p><p><a href="/product/CAN.html"  >CAN总线</a></p><p><a href="/product/wuxianIO.html"  >远程I/O模块</a></p><p><a href="/product/Gateway.html"  >工业通信网关</a></p><p><a href="/product/4G-DTU.html"  >4G DTU</a></p><p><a href="/product/gps.html"  >GNSS卫星定位模组</a></p>
                            </dd>
                        </dl>

                    

                        <dl class="footer-items">
                            <dt><a href="javascript:;"        >更多产品</a></dt>
                            <dd>
                                <p><a href="/product/distributedIO.html"  >分布式IO</a></p><p><a href="/product/signaling.html"  >信号对传/同步开关</a></p><p><a href="/product/Ethernet-Module.html"  >以太网模组</a></p><p><a href="/product/hexinban.html"  >嵌入式核心板</a></p><p><a href="/product/danbanji.html"  >嵌入式单板机</a></p><p><a href="/product/sensor.html"  >传感器</a></p><p><a href="/product/antenna.html"  >天线设备</a></p><p><a href="/product/Power.html"  >电源模块</a></p>
                            </dd>
                        </dl>

                    

                        <dl class="footer-items">
                            <dt><a href="javascript:;"   rel="nofollow"     >快速通道</a></dt>
                            <dd>
                                <p><a href="/qiyedongtai.html"  rel="nofollow" >企业动态</a></p><p><a href="/chanpindongtai.html"  rel="nofollow" >产品动态</a></p><p><a href="/jishuyingyong.html"  rel="nofollow" >技术应用</a></p><p><a href="/Contact_Us.html"  rel="nofollow" >联系我们</a></p><p><a href="/Cooperation.html"  rel="nofollow" >校企合作</a></p><p><a href="/join.html"  rel="nofollow" >人才招聘</a></p><p><a href="/Question/SPISoC.html"  rel="nofollow" >常见问题</a></p><p><a href="/application.html"  rel="nofollow" >样品申请</a></p><p><a href="/Contact_Us.html"  rel="nofollow" >投诉建议</a></p>
                            </dd>
                        </dl>

                    



            </div>
            <div class="footer-hotline">
                <div class="footer-tel">
                  <p>7 X 24 销售服务热线</p>
<b>4000-330-990</b>
                </div>
                <div class="footer-address" id="footer-container">
                
                </div>
                <div class="footer-add">
                  
                </div>
            </div>
        </div>
        <div class="friendship">
            <span>友情链接：</span>
            <ul class="friendship-list">
                

 <li><a href="https://www.vansefans.cn/" target="_blank">大型工业吊扇</a></li>

                    

 <li><a href="https://www.gdyunjie.cn/" target="_blank">海外专线</a></li>

                    

 <li><a href="https://www.ydd17.com/" target="_blank">检测仪器</a></li>

                    

 <li><a href="http://www.zykjedu.com/" target="_blank">智慧校园平台</a></li>

                    

 <li><a href="https://cd.114biao.com/" target="_blank">114黄页网站</a></li>

                    

 <li><a href="https://www.jianyu360.cn/" target="_blank">招标信息</a></li>

                    

 <li><a href="https://www.52solution.com/" target="_blank">我爱方案网</a></li>

                    

 <li><a href="http://www.cntronics.com/" target="_blank">电子元件技术网</a></li>

                    

 <li><a href="https://www.eechina.com/communications.php" target="_blank">通信网络技术</a></li>

                    

 <li><a href="https://www.icgoo.net/" target="_blank">ICGOO在线商城</a></li>

                    

               
              
            </ul>
        </div>
        <div class="footer-copy">
            <p>©© CHINA·太阳集成suncity-品牌官网【版权所有】   <a href="https://beian.miit.gov.cn/" target="_blank" style="color:#fff">蜀ICP备13019384号</a></p>
        </div>
    </div>
</section>
          
           
          <div class="ybt-telbox">
                        <p class="txt">
                                <a href="tel:4000-330-990">
                                        <span class="txt">点击拨打：</span>
                                        <img src="/img/tel.svg" class="vm" alt="太阳集成suncity官网官网"/>
                                        <span class="txt">4000-330-990</span>
                                </a>
                        </p>
                </div>
          
      <div style="display:none">
        <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y3LZ0271KY"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-Y3LZ0271KY');
</script>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?d7b990f23c0db9db2e68d2c54fcf87b8";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
          </div>



<script>
   $(function() {
       const $footer = $("#footer-container");
       $footer.html('加载中...');

       // 处理路径：若 getfoottxt.aspx 在根目录，直接写路径；若在子目录，需调整（如 "../getfoottxt.aspx"）
       const footUrl = "/getfoottxt.aspx"; // ASPX 根路径解析（推荐，避免路径错误）

       $.ajax({
           url: footUrl,
           type: "GET",
           dataType: "html",
           success: function(html) {
               $footer.html(html); // 输出 HTML 内容
           },
           error: function() {
               $footer.html('');
           }
       });
   });
</script>



     



</body><div style="clear:both;padding:10px;text-align:center;margin:5"><a href="/sitemap.xml" target="_blank">XML 地图</a>
    <script src="/js/plugin.js"></script>
<script src="/js/page.js"></script>
<script language=javascript>
var LiveAutoInvite0='您好，来自%IP%的朋友';
var LiveAutoInvite1='来自首页的对话';
var LiveAutoInvite2=' 网站商务通 主要功能：<br>1、主动邀请<br>2、即时沟通<br>3、查看即时访问动态<br>4、访问轨迹跟踪<br>5、内部对话<br>6、不安装任何插件也实现双向文件传输<br><br><b>如果您有任何问题请接受此邀请以开始即时沟通</b>';
</script>
</html>