Auf Integrität aufbauen und
durch Innovation vorantreiben
German
English
German
Spanish
Portuguese
Russian
French
中文
Name
*
E-Mail
*
Tel
Nachricht
*
Einreichen
Produkte
Neue Produkte
Zertifizierte Module
FCC-Zertifizierung
CE-RED-Zertifizierung
IC-Zertifizierung
KC-Zertifizierung
TELEC-Zertifizierung
LoRaWAN-Gateway und -Knoten
Gateway und Knoten zur Sensorüberwachung
ASK-Module
ASK-Übertragungsmodule
Superheterodyne-Empfangsmodule
Drahtlose IO- und 4-20-mA-Module
LoRa- und LoRaWAN-Module (SPI)
LLCC68
SX1262
SX1268
SX1276
SX1278
SX1280
SX1281
LR1121
FSK-Frontend-Module
nRF24L01+ HF-Module
si4421 HF-Module
si4431 HF-Module
si4432 HF-Module
si4438 HF-Module
si4463 HF-Module
sx1212 HF-Module
cc1101 HF-Module
Walkie-Talkie-Module
DMR-Walkie-Talkie-Module
Analoge Walkie-Talkie-Module
Vollduplex-Walkie-Talkie-Module
Drahtlose Audiomodule
2,4G-Frontend-Module
Bluetooth-Module
BLE
Leuchtfeuer
Transparente drahtlose UART-Module
LoRa-Modulation
(G) FSK-Modulation
LoRa Mesh-Netzwerkserie
(G) FSK Mesh Network-Serie
Vollduplex-Datenübertragung
UWB-Module
3D-Schrittzählermodule und Chips
GPS-Module
SOC-Transceiver-Module
Spezifizierte Funktionsmodule
Signalreplikation
ANT+
FEM
HF-Antennen
315-MHz-Antenne
433-MHz-Antenne
470/490-MHz-Antenne
if(!file_pass){ alert("Bitte geben Sie das Passwort ein");return; } var id = $('#download_id').val(); var type = $('#download_type').val(); $.ajax({ url: '/get_file_path?id='+ id +'&type=' + type + '&file_pass=' + file_pass, type:"get", success:function(res){ console.log(res); if (res.code == 200) { $(".transparent").hide(); $(".video-popup").hide(); $('#file_password').val(''); window.location.href = '/download_file?path=' + res.data.path + '&file_name=' + res.data.file_name ; } else { alert(res.msg); } } }); } function showpop(id,type,sutaus) { if (sutaus == '1') { $('#download_id').val(id); $('#download_type').val(type); $(".video-popup").show(); $(".transparent").show(); return; }else{ $.ajax({ url: '/get_file_path?id='+ id +'&type=' + type, type:"get", success:function(res){ console.log(res); if (res.code == 200) { window.location.href = '/download_file?path=' + res.data.path + '&file_name=' + res.data.file_name ; } else { alert(res.msg); } } }); } } function hidepop() { $(".video-popup").hide(); $(".transparent").hide(); } $(function() { if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) { var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 0, mobile: true, live: true }); wow.init(); }; });