Construindo na Integridade
Impulsionando através da Inovação
Portuguese
English
German
Spanish
Portuguese
Russian
French
中文
Nome
*
E-mail
*
Telefone
Mensagem
*
Enviar
Produtos
Novos produtos
Módulos Certificados
Certificação FCC
Certificação CE-RED
Certificação IC
Certificação KC
Certificação TELEC
Gateway e nó LoRaWAN
Gateway e nó de monitoramento de sensor
Módulos ASK
Módulos de transmissão ASK
Módulos receptores super-heteródinos
Módulos IO sem fio e 4-20mA
Módulos LoRa e LoRaWAN (SPI)
LR1121
LLCC68
SX1262
SX1268
SX1276
SX1278
SX1280
SX1281
Módulos Front-End FSK
(!file_pass){ alert("Por favor insira a senha");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(); }; });