Sensores Modulo Ambiental
Sensores Modulo Ambiental
Sensores Modulo Ambiental
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
URL: https://www.apogeeinstruments.com/su-420-smart-uv-
sensor-usb-output/#product-tab-description
SU-420-manual.pdf
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
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/
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
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
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
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/