Sensores Modulo Ambiental

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 10

Compatibilidad sensores Industriales con placa

Sensor Nivel UV
 SPR200-07 SENSOR COMPACTO DE RADIACIÓN UV

URL:
https://www.smartyplanet.com/productossmartyplanet/sensor-de-
radiacion-uv/

SPR200-07.-Sensor-
de-radiación-UV-1.pdf

 UV CURING SENSOR
URL: https://www.opsytec.com/products/uv-sensors/uv-curing-
sensors-xt

SPR200-07.-Sensor-
de-radiación-UV-1.pdf

 SU-100-SS: UV SENSOR
The SU-100 is an un-amplified analog sensor with a voltage output.
The sensor incorporates a photodiode that measures combined
UVA and UVB radiation. Typical applications include UV radiation
measurement in outdoor environments (sensor is not
recommended for long-term continuous outdoor deployment)
URL: https://www.apogeeinstruments.com/su-100-ss-uv-
sensor/#product-tab-description

SU-100-manual.pdf

 SU-420 Smart UV Sensor | USB Output


The new SU-420 smart UV sensor can be connected directly to a
computer via USB for taking spot measurements or graphing and
datalogging real-time measurements of UV radiation, using the
included software. The sensor can also act as a stand-alone
datalogger by simply connecting it to most standard 5 V DC USB
power plugs. Internal memory within the sensor head is capable of
storing 10,000 user-specified periodic measurements that can be
downloaded as a CSV file to a computer for analysis.
No Datalogger Required
The sensor can be connected to a desktop, laptop, or tablet computer
via USB 2.0 type A plug, to be used with the Apogee software
(windows compatible, XP and later; Mac compatible, 10.10 and later).
The included ApogeeConnect software gives the user control of data
logging and calibration settings, provides a real time output display
and graph of PPFD measurements and allows the data set to be saved
as a csv file.

URL: https://www.apogeeinstruments.com/su-420-smart-uv-
sensor-usb-output/#product-tab-description

SU-420-manual.pdf

 SENSOR SKU 440 UV INDEX ICT INTERNATIONAL


Este sensor tiene una respuesta que coincide estrechamente con
el Espectro de acción del eritema, la parte dañina del espectro de
radiación solar asociado con las quemaduras solares y el cáncer de
piel.
El sensor de índice UV proporciona una salida de tensión que
puede escalarse fácilmente a los valores UVI con un medidor
apropiado (p. Ej.: Skye Apollo Display Meter, SKA 400), donde los
valores UVI van desde 0 (bajo riesgo de quemaduras solares) hasta
11+ (niveles peligrosos de UV).
El sensor está calibrado contra una referencia trazable a los
estándares nacionales en condiciones de pleno sol, por lo que es
ideal para el registro de datos a largo plazo en estaciones
meteorológicas.
El SKU 440 es totalmente resistente al agua (IP67). Cada sensor
está provisto con su curva única de respuesta a la radiación y
Certificado de Calibración.

sensor-sku-440-uv-i
ndex-ficha-tecnica.pdf

URL: https://www.htsperu.com.pe/instrumentos-para-
monitoreo/instrumentos-para-monitoreo-de-aire/sensores-
uv/ficha-tecnica-sensor-sku-440-uv-index-ict-international

Sensores Nivel de Ruido


 Sensor de sonido SPT120
El sensor de ruido SPT120 es la solución ideal para la medición del ruido existente en una
ciudad inteligente. Tiene aplicaciones como la sensorización de ciudades inteligentes,
redes de vigilancia del ruido, protección de zonas tranquilas, etc. El sensor reúne en un
mismo equipo de dimensiones reducidas, la precisión de un sonómetro clase 1, la máxima
protección de un kit de intemperie profesional (IP65) y la conectividad total. Los datos
que recoge el sensor son precisos y fiables. Éstos son registrados y analizados
instantáneamente por la plataforma web Smartyplanet gracias a su total compatibilidad.
El mantenimiento que requiere el sensor de ruido es mínimo.

Figura 3. Sensor de sonido SPT120.

Sensores Nivel de Polvo


 Sensor de polvo SPR300-02
Está basado en el principio de dispersión laser. Las partículas que detecta deben tener el
tamaño de 1micra como mínimo. Tiene aplicaciones para la medición de la calidad del
aire, Existen dos tipos, uno diseñado para habitaciones cerradas y otro para entornos al
aire libre. Gracias a su compatibilidad con la plataforma web Smartyplanet, los datos
registrados pueden ser analizados instantáneamente.
Figura 1. Sensor de polvo SPR300-02.

Características técnicas:
 Rango: 0 – 1000ug/m3
 Exactitud: ±3%FS@25°C
 Alimentación: 12 – 24VDC
 Salidas: 4 – 20mA, 0 – 5V, 0 - 10V, RS485
 Consumo de energía: Max: 150mA, Avg: 90mA
 Tiempo de calentamiento: 3min
 Tiempo de respuesta: <90s
 Temperatura de funcionamiento: -20℃ a +50℃@15-80%RH

Resumen:
https://www.smartyplanet.com/productossmartyplanet/sensor-de-
radiacion-uv/

Los sensores de smartyplanet, por información de Eisharc Jaquet


Conectar entradas tipo USB arduino
Boards

 All official Arduino AVR boards (Uno, Duemilanove, Mega, Mega 2560, Mega ADK,
Leonardo etc.)
 Arduino Due, Intel Galileo, Intel Galileo 2, and Intel Edison
o Note that the Intel Galileo uses pin 2 and 3 as INT and SS pin respectively
by default, so some modifications to the shield are needed. See the
"Interface modifications" section in the hardware manual for more
information.
o Note native USB host is not supported on any of these platforms. You will
have to use the shield for now.
 Teensy (Teensy++ 1.0, Teensy 2.0, Teensy++ 2.0, Teensy 3.x, and Teensy LC)
o Note if you are using the Teensy 3.x you should download this SPI library as
well: https://github.com/xxxajk/spi4teensy3. You should then
add #include <spi4teensy3.h> to your .ino file.
 Balanduino
 Sanguino
 Black Widdow
 RedBearLab nRF51822
 Digilent chipKIT
o Please see: https://chome.nerpa.tech/mcu/usb/running-usb-host-code-on-
digilent-chipkit-board.
 STM32F4
o Currently the NUCLEO-F446RE is supported featuring the STM32F446. Take
a look at the following example
code: https://github.com/Lauszus/Nucleo_F446RE_USBHost.
 ESP8266 is supported using the ESP8266 Arduino core
o Note it uses pin 15 and 5 for SS and INT respectively
o Also please be aware that:
 GPIO16 is NOT usable, as it will be used for some other purposes.
For example, reset the SoC itself from sleep mode.
 GPIO6 to 11 is also NOT usable, as they are used to connect SPI
flash chip and it is used for storing the executable binary content.
 ESP32 is supported using the arduino-esp32
o GPIO5 : SS, GPIO17 : INT, GPIO18 : SCK, GPIO19 : MISO, GPIO23 : MOSI

The following boards need to be activated manually in settings.h:

 Arduino Mega ADK
o If you are using Arduino 1.5.5 or newer there is no need to activate the
Arduino Mega ADK manually
 Black Widdow

Simply set the corresponding value to 1 instead of 0.


HID Libraries

HID devices are also supported by the library. However these require you to write your own
driver. A few example are provided in the examples/HID directory. Including an example for
the SteelSeries SRW-S1 Steering Wheel.

MIDI Library

The library support MIDI devices. You can convert USB MIDI keyboard to legacy serial MIDI.

 USB_MIDI_converter.ino
 USB_MIDI_converter_multi.ino

For information see the following page: http://yuuichiakagawa.github.io/USBH_MIDI/.

PS Buzz Library

This library implements support for the Playstation Buzz controllers via USB.

Xbox Libraries
PS3 Library
PS4 Library
SPP library
BTHID library
Bluetooth libraries
URL:
http://felis.github.io/USB_Host_Shield_2.0/

You might also like