Vibration-11
From Erbessd Instruments
Aquí puedes poner toda la información del sensor de vibracion V 11 Gen 3
<a href="#" onclick="downloadPhantom(); return false;">Descargar Datasheet</a>
<script> function downloadPhantom() {
const a = document.createElement('a');
a.href = 'https://static.erbessd-instruments.com/datasheets/phantom/phantom_g3_datasheet.pdf';
a.download = 'phantom_g3_datasheet.pdf'; // Puedes cambiar el nombre del archivo aquí
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
</script> }