Productos

AD/DA Module - PCF8591

AD/DA Module - PCF8591

Módulo de conversión AD/DA. Posee 4 canales AD y un canal DA. Incorpora además un sensor de luz y otro de temperatura y soporta comunicación I2C

COD: ESOT00001A

Peso: 0.012 Kg

Disponibilidad: En Stock

Su correo electrónico:

ARS 12353.00

Cantidad:

El producto no está disponible para la venta en este momento

Características

Have you ever wanted more analog input pins on your Arduino project, but not wanted to fork out for a Mega? Or would you like to generate analogue signals? It solves both these problems as it has a single DAC (digital to analogue) converter as well as four ADCs (analogue to digital converters), all accessible via the I2C bus. If the I2C bus is new to you, please familiarise yourself with the readings here before moving forward.

This PCF8591 module operates on 3.3~5V,so can be used with an Arduino Due, Raspberry Pi or other 3.3 V development board. The DAC on the PCF8591 has a resolution of 8-bits, so it can generate a theoretical signal of between zero volts and the reference voltage (Vref) in 255 steps. There is also a temprature sensor and light sensor on the board so you get the current temp&light with this module.

Specification

  • I2C Address:0b1001000x(x:R/W)
  • 4 Channel 8-bit A/D convertor
  • One Channel D/A convertor
  • On-board temprature sensor(select with jumper P4) and light sensor(select with jumper P5)

Galería de Imágenes

Comentarios

Escribir Comentario

OpenHacks (08/07/2015 - 16:58)

Gabriel, todo depende de la distancia a la que quieras transmitir la información. Si son unos pocos metros te puede servir, sino hay que usar otros elementos. La amplitud máxima de la señal analógica de entrada será Vref, es decir la tensión de alimentación. La salida digital sera 0000 0000 cuando la amplitud sea GND, y sera 1111 1111 cuando la amplitud este llegando a Vref. La formula exacta está en el datasheet. Saludos!

Gabriel (08/07/2015 - 12:22)

Hola, este conversor me puede servir para leer un sensor que me entrega una señal analógica pequeña y transmitirla hasta el micro de forma digital sin ruidos? Muchas gracias