Categorías

Ref. 108.MD0035

MODULO SENSOR ANALAGICO DE SONIDO PARA ARDUINO/FUNDUINO

Stock: 0 Und. 
Ref. 108.MD0035
Precio (IVA incluido) 3,328 €
Unidades ≥ 10 ≥ 15 ≥ 20
DescuentoDescuentoprecio-3%-0,1003,228-5%-0,1663,161-8%-0,2663,061

Supply Voltage: 3.3V to 5V
Detecting sound intensity
Interface: Analog
Size: 30*20mm
Weight: 4g

Sample Code
void setup()
{
Serial.begin(9600); // open serial port, set the baud rate at 9600 bps
}
void loop()
{
int val;
val=analogRead(0); //connect mic sensor to Analog 0
Serial.println(val,DEC);// print the sound value to serial monitor
delay(100);
}
  • Periféricos de Cabo Vilán S.L. - C.I.F.: ESB70364260
  • Sofía Rivas, 1 - 15123 - Camariñas - A Coruña - España.