data sensor

Upload: vadhya-boevie

Post on 03-Mar-2016

236 views

Category:

Documents


0 download

DESCRIPTION

sensor tekana udara, sensor suhu,sensor kelembapan

TRANSCRIPT

BMP180 Pressure Sensor GY-68BMP 180 Pressure Sensor GY-68harga untuk 1 unit

Measuring the absolute pressure of the enviroment using a digital barometersuch as this has some interesting applications. By converting the pressure measured into altitude, you have a reliable sensor for determining the height of your robot, plane or projectile!

Using a sensor as capable as the BMP180 you can achieve accurary of 1m, with noise of only 17cm in ultra high resolution noise. The device will operate at only 0.3uA meaning low current draw for battery powered applications.

The BMP180 comes fully calibrated and ready to use. As the device operates over I2C we ve added optional I2C pull ups that can be enabled using the PU (pull up) jumper on the board for your convenience and ease during breadboarding.

Using I2C, the device provides pressure and temperature as 16bit values, which are used along with calibration data within the device are used to provide a temperature compensated altitude calculation.

This device is really easy to use, if your thinking of using it with an Arduino then you need to check out our BMP180 arduino tutorial!

Features:1.8V to 3.6V Supply VoltageLow power consumption - 0.5uA at 1HzI2C interfaceMax I2C Speed: 3.5MhzVery low noise - up to 0.02hPa (17cm)Full calibratedPressure Range: 300hPa to 1100hPa (+9000m to -500m)Weight: 1.18gSize: 21mm x 18mm

Harga Rp. 70.000,-Stok: 1 item

DHT11 Temperature and Humidity SensorDHT11 Temperature and Humidity Sensoruntuk link beli, bentuk modul sensor :http://indo-ware.com/produk-2050-sensor-module-dht11.html

datasheet pdf

ADHT11Class for Arduino.Code sample dengan arduino ada di link ini:http://playground.arduino.cc/main/DHT11LibA sketch shows how the library can be used to read the sensor:

A sketch shows how the library can be used to read the sensor:// // FILE: dht11_test1.pde// PURPOSE: DHT11 library test sketch for Arduino////Celsius to Fahrenheit conversiondouble Fahrenheit(double celsius){return 1.8 * celsius + 32;}// fast integer version with rounding//int Celcius2Fahrenheit(int celcius)//{// return (celsius * 18 + 5)/10 + 32;//}//Celsius to Kelvin conversiondouble Kelvin(double celsius){return celsius + 273.15;}// dewPoint function NOAA// reference (1) : http://wahiduddin.net/calc/density_algorithms.htm// reference (2) : http://www.colorado.edu/geography/weather_station/Geog_site/about.htm//double dewPoint(double celsius, double humidity){// (1) Saturation Vapor Pressure = ESGG(T)double RATIO = 373.15 / (273.15 + celsius);double RHS = -7.90298 * (RATIO - 1);RHS += 5.02808 * log10(RATIO);RHS += -1.3816e-7 * (pow(10, (11.344 * (1 - 1/RATIO ))) - 1) ;RHS += 8.1328e-3 * (pow(10, (-3.49149 * (RATIO - 1))) - 1) ;RHS += log10(1013.246);// factor -3 is to adjust units - Vapor Pressure SVP * humiditydouble VP = pow(10, RHS - 3) * humidity;// (2) DEWPOINT = F(Vapor Pressure)double T = log(VP/0.61078); // temp varreturn (241.88 * T) / (17.558 - T);}// delta max = 0.6544 wrt dewPoint()// 6.9 x faster than dewPoint()// reference: http://en.wikipedia.org/wiki/Dew_pointdouble dewPointFast(double celsius, double humidity){double a = 17.271;double b = 237.7;double temp = (a * celsius) / (b + celsius) + log(humidity*0.01);double Td = (b * temp) / (a - temp);return Td;}#include dht11 DHT11;#define DHT11PIN 2void setup(){Serial.begin(115200);Serial.println("DHT11 TEST PROGRAM ");Serial.print("LIBRARY VERSION: ");Serial.println(DHT11LIB_VERSION);Serial.println();}void loop(){Serial.println("");int chk = DHT11.read(DHT11PIN);Serial.print("Read sensor: ");switch (chk){case DHTLIB_OK: Serial.println("OK"); break;case DHTLIB_ERROR_CHECKSUM: Serial.println("Checksum error"); break;case DHTLIB_ERROR_TIMEOUT: Serial.println("Time out error"); break;default: Serial.println("Unknown error"); break;}Serial.print("Humidity (%): ");Serial.println((float)DHT11.humidity, 2);Serial.print("Temperature (C): ");Serial.println((float)DHT11.temperature, 2);Serial.print("Temperature (F): ");Serial.println(Fahrenheit(DHT11.temperature), 2);Serial.print("Temperature (K): ");Serial.println(Kelvin(DHT11.temperature), 2);Serial.print("Dew Point (C): ");Serial.println(dewPoint(DHT11.temperature, DHT11.humidity));Serial.print("Dew PointFast (C): ");Serial.println(dewPointFast(DHT11.temperature, DHT11.humidity));delay(2000);}//// END OF FILE//In setup() The version string (a define) is displayed. This is for debugging purpose only.In loop() the sensor is read and the fields temperature and humidity are filled. The return value of the read function is checked and displayed. Then the temperature and humidity is shown in various formats, and the dew point is calculated and displayed.Harga Rp. 40.000,-Stok: 30 item

Sensor Module DHT11untuk link beli, bentuk sensor saja(tanpa modul):http://indo-ware.com/produk-331-dht11-temperature-and-humidity-sensor.htmlDHT11 is a calibrated digital temperature and humidity sensor temperature and humidity combined sensors for digital signal output. Application-specific digital temperature and humidity sensor module acquisition technique and technology to ensure that products with high reliability and excellent long-term stability.Sensors include a wet component and an NTC resistive temperature measuring component, and is connected to a high-performance 8-bit microcontroller. So the products with excellent quality and super fast response, strong anti-jamming ability, cost performance is extremely high.Single-line serial interface, make it easy and quick to system integration. Ultra small size, extremely low power consumption. Product connected with power a total of just 3 wires.Product parameters:1, power supply voltage: 3.5V-5V2, temperature measuring range: 0-50 c3,. humidity range: 20-90%RHShipping Checklists:1, DHT11 sensor module one2, high quality DuPont line 3datasheet DHT11Harga Rp. 54.000,-

ink produk XBee / Bluetooth Bee Adapter USB Adapterhttp://indo-ware.com/produk-2684-xbee--bluetooth-bee-adapter-usb-adapter-.htmlThis is the XBee XB24-Z7WIT-004 module from Digi. Series 2 improves on the power output and data protocol. Series 2 modules allow you to create complex mesh networks based on the XBee ZB ZigBee mesh firmware. These modules allow a very reliable and simple communication between microcontrollers, computers, systems, really anything with a serial port! Point to point and multi-point networks are supported.These are essentially the same hardware as the older Series 2.5, but have updated firmware. They will work with Series 2.5 modules if you update the firmware through X-CTU.Note: If you are looking for a simple point-to-point configuration, you might want to try the Series 1 instead. The Series 2 requires considerable setup and configuration. We highly recommend Building Wireless Sensor Networks as a guide for setting up mesh networks.Note: Series 1 and Series 2 XBee modules have the same pin-out. However, Series 1 modules cannot communicate with Series 2 modules.

These are essentially the same hardware as the older Series 2.5, but have updated firmware. They will work with Series 2.5 modules if you update the firmware through X-CTU.Note: If you are looking for a simple point-to-point configuration, you might want to try the Series 1 instead. The Series 2 requires considerable setup and configuration. We highly recommend Building Wireless Sensor Networks as a guide for setting up mesh networks.Note: Series 1 and Series 2 XBee modules have the same pin-out. However, Series 1 modules cannot communicate with Series 2 modules.

Features 3.3V @ 40mA 250kbps Max data rate 2mW output (+3dBm) 400ft (120m) range Built-in antenna Fully FCC certified 6 10-bit ADC input pins 8 digital IO pins 128-bit encryption Local or over-air configuration AT or API command setDocuments Digi XBee Series 2 Page Datasheet Dimensional Drawings Digi Examples and Guides X-CTU SoftwareHarga Rp. 449.000,-, Stok: 11 item

XBee / Bluetooth Bee Adapter USB Adapter For ArduinoDescription :* A compact USB to serial adapter equipped with BEE (20pin 2.0mm) sockets* With integrated FT232RL IC it can be used for programming or communicating with board which basic Arduino* Support XBee interface* 3.3V and 5V dual power output* 3.3V and 5V IO compatible* USB 2.0 protocol* BitBang mode ready* Connected to PC via mini USB cable easily* XBee-setting support software X-CTUUsage :*PC via a USB cable directly connected with XBee adapters* Bluetooth Bee configure or use as a data-transmission* ARDUINO BOARD PRO MINI DownloaderPackage include:1 x Arduino BTBee/Bluetooth Bee USB to Serial Port Adapter FT232RL Compatible Xbee

Harga Rp. 170.000,-Stok: 47 item

Wireless remote control receiver module 220V single channel switch on offWireless remote control receiver module 220V single-channel remote control switch remote control receiver 315Mhz1 relay, hanya 1 kontrol relay.remote bisa memakai hanya dua tombol tombol 1 on, tombol kedua 2 off. (di remote tersedia 4 tombol, bisa kita pake 2 saja).frekuensi 315mhz.power supply yang di butuhkan 220v (di circuit sudah ada penurun tegangan 220 ke 24 volt dan ke 5 volt).Harga Rp. 120.000,-Stok: 10 item

WiFi Serial Transceiver Module ESP8266We release a tutorial for ESP8266.This is WiFi serial transceiver module, based on ESP8266 SoCThe SOC has Integrated TCP/IP protocol stackWe have a set of documents in Chinese. We are preparing tutorials and demo software to showcase utility of this module.Please buy this module only when you understand the existing documents.ESP8266 is a highly integrated chip designed for the needs of a new connected world. It offers a complete and self-contained Wi-Fi networking solution, allowing it to either host the application or to offload all Wi-Fi networking functions from another application processor.ESP8266 has powerful on-board processing and storage capabilities that allow it to be integrated with the sensors and other application specific devices through its GPIOs with minimal development up-front and minimal loading during runtime. Its high degree of on-chip integration allows for minimal external circuitry, and the entire solution, including front-end module, is designed to occupy minimal PCB area.Corresponding Interface: SDIO 2.0, SPI, UART 32-pin QFN package Integrated RF switch, balun, 24dBm PA, DCXO, and PMU Integrated RISC processor, on-chip memory and external memory interfaces Integrated MAC/baseband processors Quality of Service management I2S interface for high fidelity audio applications On-chip low-dropout linear regulators for all internal supplies Proprietary spurious-free clock generation architecture Integrated WEP, TKIP, AES, and WAPI enginesSpecification: 802.11 b/g/n Wi-Fi Direct (P2P), soft-AP Integrated TCP/IP protocol stack Integrated TR switch, balun, LNA, power amplifier and matching network Integrated PLLs, regulators, DCXO and power management units +19.5dBm output power in 802.11b mode Power down leakage current of 1000mHarga Rp. 150.000,-Stok: 38 item

BMP085 Barometric Pressure Sensor Module

Modul Barometric Pressure Sensor ini memiliki spesifikasi :- Menggunakan sensor BMP085- Komunikasi memakai I2C- On board regulator 2.5V- On board level converter, bisa bekerja pada Vcc 2.5V-5V- Ukuran board hanya 2x2cmHarga Rp. 199.000,-Stok: 9 item

Arduino Compatible Arduino UNO R3 SMDFree USB CableArduino Compatible Arduino UNO R3 SMDDescription:This is the new Arduino Uno R3. In addition to all the features of the previous board, the Uno now uses an ATmega16U2 instead of the 8U2 found on the Uno (or the FTDI found on previous generations). This allows for faster transfer rates and more memory. No drivers needed for Linux or Mac (inf file for Windows is needed and included in the Arduino IDE), and the ability to have the Uno show up as a keyboard, mouse, joystick, etc.The Uno R3 also adds SDA and SCL pins next to the AREF. In addition, there are two new pins placed near the RESET pin. One is the IOREF that allow the shields to adapt to the voltage provided from the board. The other is a not connected and is reserved for future purposes. The Uno R3 works with all existing shields but can adapt to new shields which use these additional pins.Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements theProcessing/Wiringlanguage. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).Special SMD Version:Because Atmel is moving more and more of their production capacity to surface mount ICs, the DIP packaged ATmega is becoming more and more difficult to get. To keep up with demand, we now offer the Arduino Uno R3 with an SMD ATmega. The board is identical to the PTH version of the Uno, but you wont be able to remove the ATmega without some hot-air. This change shouldnt affect most users. Besides - when was the last time you managed to destroy an ATmega and needed to repair an Arduino board? Those things are nearly indestructible.Note:The Arduino Uno R3 requires theArduino 1.0drivers folder in order to install properly on some computers. We have tested and confirmed that the R3 can be programmed in older versions of the IDE. However, the first time using the R3 on a new computer, you will need to have Arduino 1.0 installed on that machine. If you are interested in reading more about the changes to the IDE, check out the officialArduino 1.0 Release notes!Features: ATmega328 microcontroller Input voltage - 7-12V 14 Digital I/O Pins (6 PWM outputs) 6 Analog Inputs 32k Flash Memory 16Mhz Clock SpeedDocuments: Product Page Arduino IDE DownloadHarga Rp. 190.000,-Stok: 31 item

Solar Cell Amorphous 5.2V 21Ma

Solar cell untuk kebutuhan outdoor.Spesifikasi:- Dimension 54.9mmx 29.2mm- Operating Voltage (Vop) 3.5V- Operating current (Iop) 16mA- Open Circuit Voltage (Voc) 5.2V- Short Circuit current (Isc) 21mA- Ketebalan 1.1mmHarga Rp. 50.000,-Stok: 0 item

http://indo-ware.com/produk-3085-bmp180-bmp-180-pressure-sensor-gy68-.htmltheBMP180is the new digital barometric pressure sensor of Bosch Sensortec, with a very high performance, which enables applications in advanced mobile devices, such as smart phones, tablet PCs and sports devices. It follows the BMP085 and brings many improvements, like the smaller size and the expansion of digital interfaces.The ultra-low power consumption down to 3 A makes theBMP180the leader in power saving for your mobile devices.BMP180is also distinguished by its very stable behavior (performance) with regard to the independency of the supply voltage.Applications Indoor navigation GPS-enhancement for dead-reckoning, slope detection, etc. Sport devices, e.g. altitude profile Weather forecast Vertical velocity indication (rise/sink speed)

ParameterTechnical data

Pressure range300 ... 1100 hPa

RMS noise expressedin pressure0.06 hPa, typ. (ultra low power mode)0.02 hPa, typ. (ultra high resolution mode)

RMS noise expressedin altitude0.5 m, typ. (ultra low power mode)0.17 m, typ. (ultra high resolution mode)

Relative accuracypressureVDD = 3.3 V950 ... 1050 hPa/ 0.12 hPa@ 25 C/ 1.0 m700 ... 900 hPa/ 0.12 hPa25 ... 40 C/ 1.0 m

Absolute accuracyp=300 ... 1100hPa(Temperature =0 ... +65C,VDD=3.3V)Pressure: -4.0 ... +2.0 hPaTemperature: 1 C, typ.

Average currentconsumption(1Hz data refresh rate)3 A, typical (ultra-low power mode)32 A, typical (advanced mode)

Peak current650 A, typical

Stand-by current0.1 A, typical

Supply voltage VDDIOSupply voltage VDD1.62 ... 3.6 V1.8 ... 3.6 V

Operation temp.range full accuracy-40 ... +85 C0 ... +65 C

Pressure conv. time5 msec, typical (standard mode)

IC datetransfer rate3.4 MHz, max.

Packagetype / pin no.LGA / 7

Package dimensions3.6 x 3.8 x 0.93 mm