Waveshare BME280 Environmental Sensor, Temperature, Humidity, Barometric Pressure
₹1,449.00
- Operating voltage: 3.3V/5V
- Communication interface: I2C/SPI
- Dimension: 27mm x 20mm
- Mounting hole size: 2.0mm
Did you like this product? Add to favorites now and follow the product.
Description
A tiny sensor breakout with BME280 onboard, sensing environmental temperature, humidity, and barometric pressure. It supports both I2C and SPI interfaces, also is compatible with 3.3V/5V voltage levels.
Due to its ultra small form factor, low power consumption, high precision with stability, the BME280 Environmental Sensor is suited for applications such as environment monitoring, weather forecast, altimeter, and IoT projects, and so on.
Features:
- Supports I2C (default), configurable slave address
- Supports SPI, switch to SPI via I/O setting
- Onboard voltage level translator, compatible with 3.3V/5V operating voltage
- Comes with development resources and manual (examples for Raspberry Pi/Arduino/STM32)
Package Includes:
1 x BME280 Environmental Sensor
1 x PH2.0 6PIN wire 20cm
Additional information
Operating Voltage(V) | 3.3V/5V |
---|---|
Communication Interface | I2C/SPI |
Operating Tempreture | -40~85°C (resolution 0.01°C, accuracy ±1°C) |
Humidity sensing | 0~100%RH (resolution 0.008%RH, accuracy ±3%RH, response time 1s, delay ≤2%RH) |
Barometric pressure sensing | 300~1100 hPa (resolution 0.18Pa, accuracy ±1hPa) |
Average Power Consumption (W) | <0.1mA@1Hz (H, P, T) |
Quick Comparison
Settings | Waveshare BME280 Environmental Sensor, Temperature, Humidity, Barometric Pressure remove | Wind Speed Sensor Current Type(4 to 20mA) Anemometer Kit (Waterproof & Industrial) remove | DFRobot Gravity: Multifunctional Environmental Sensor remove | Waveshare Environment Sensor HAT for Raspberry Pi, I2C Bus remove | Seeed Studio Grove – SEN54 All-in-One Environmental Sensor remove | AEM1000 Environmental monitoring box remove | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | Waveshare BME280 Environmental Sensor, Temperature, Humidity, Barometric Pressure remove | Wind Speed Sensor Current Type(4 to 20mA) Anemometer Kit (Waterproof & Industrial) remove | DFRobot Gravity: Multifunctional Environmental Sensor remove | Waveshare Environment Sensor HAT for Raspberry Pi, I2C Bus remove | Seeed Studio Grove – SEN54 All-in-One Environmental Sensor remove | AEM1000 Environmental monitoring box remove | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Image | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SKU | 1219057 | 949449 | 1254411 | 1219062 | 1299164 | 1288104 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rating | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Price | ₹1,449.00 | ₹4,499.00 | ₹3,299.00 | ₹4,039.00 | ₹4,999.00 | ₹5,099.00 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Stock | In Stock
| In Stock
| In Stock
| In Stock
| In Stock
| In Stock
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Availability | In Stock | In Stock | In Stock | In Stock | In Stock | In Stock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Add to cart | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
|
|
|
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content | A tiny sensor breakout with BME280 onboard, sensing environmental temperature, humidity, and barometric pressure. It supports both I2C and SPI interfaces, also is compatible with 3.3V/5V voltage levels. Due to its ultra small form factor, low power consumption, high precision with stability, the BME280 Environmental Sensor is suited for applications such as environment monitoring, weather forecast, altimeter, and IoT projects, and so on. Features:
Package Includes:1 x BME280 Environmental Sensor 1 x PH2.0 6PIN wire 20cm | are you wandering to build a device that is used to detect the direction of air in the atmosphere and the pressure of air? So, here is the solution for you. you can buy this sensor from Robu.in at a reasonable price The three Cups type Wind Speed Sensor Current Type(4 to 20mA) AnemometerKit is an instrument that can measure the wind speed. It is composed of a shell, the wind cup, and the circuit module. Photovoltaic modules, industrial microcomputer processors, the current generator, electric current, and so on are integrated into the internal drive. The materials of sensor shell and back color coted wind Cups are of aluminum alloy which uses the special mold precision casting technology, the size of the tolerance is very small. The precision of the surface is very high, and the internal circuit has been protection processed, the sensor has high strength, weather resistance, corrosion resistance, and is waterproof. The plug of the cable is a military plug, it has a good anticorrosive and prevents erosion performance that it can ensure the instrument used for a long time, at the same time, In the case of using relevant specifications that ensure the accuracy of the wind speed acquisition. The material of the circuit PCB is the military-grade A which ensure the stability of the parameters and the quality of the electrical properties; Electronic components are all industrial chip which makes overall has extremely reliable electromagnetic interference resistance and can ensure that the host can work normally in – 20 ℃ ~ + 50 ℃, humidity 35% ~ 85% (condensation). This product can be widely used in engineering machinery (crane, crawler crane, door crane, tower crane, etc.), railways, ports, docks, power plants, meteorological, cableway, the environment, greenhouse, breeding, air conditioning, energy monitoring, agriculture, health, clean room areas such as wind speed measurement, and the corresponding signal output. Robu.in brings you the anemometer sensors, its wind speed was judged by adopting the output in varying current in the range of 4mA to 20mA, users can easily read the level of wind speed by our instruction and sample code. Please make the external power (DC 12-24V) and the wiring to Arduino on the same ground, i.e. connect GND to Arduino as well as to external power’s GND. In the diagram, it was not indicated out. Connection
Pin Description Note: This Anemometer produces the current output in the range of 4 to 20mA We have another variant that produces voltage Output in the range of 0 to 5 V DC acc0rding to the speed of the wind. Click Here to see. To Explore more Environmental sensors, Click here Connection Diagram of wind Speed Sensor with Arduino:Please make the external power (DC 9-24V) and the wiring to Arduino on the same ground, i.e. connect GND to Arduino as well as to external power’s GND. In the diagram, it was not indicated out. Sample Code: /* Connect the voltage signal wire to Arduino analog interface: Yellow Cable<---->A0 */ void setup() { Serial.begin(9600); } void loop() { int sensorValue = analogRead(A0); float outvoltage = sensorValue * (5.0 / 1023.0); Serial.print("outvoltage = "); Serial.print(outvoltage); Serial.println("V"); int Level = 6*outvoltage;//The level of wind speed is proportional to the output voltage. Serial.print("wind speed is "); Serial.print(Level); Serial.println(" level now"); Serial.println(); delay(500); } Features :
Package Includes :1 x Wind Speed Sensor Voltage Type(0-5V) Anemometer. 1 x 5-Meter Connecting Cable with Crimped Connector. 1x Mounting Accessories set. | This multifunctional environmental sensor comprises SHTC3 temperature & humidity sensor, BMP280 barometric pressure sensor, VEML7700 ambient light sensor, and ML8511 UV sensor into one and offers 5 kinds of environmental parameters. Professional sensor chips are selected for each kind of parameter measurement. The reasonable layout and heat conduction of main chips are carefully considered in the circuit design, which effectively guarantees the accuracy of the data. The product has an MCU processing chip onboard that converts the sensor raw data into values with the standard unit so you can directly use them. For instance, ℃ and °F for temperature, % for humidity, Kpa for barometric pressure, lx for light illuminance, and mw/m² for UV light. The environmental sensor supports two communication methods(UART and I2C) and provides two versions: Gravity and Fermion(breakout), also complete Arduino and Python libraries are provided. Exquisite and small, you can use it to make indoor and outdoor environmental monitoring systems, or for your environmental monitoring topics. This DFRobot environmental sensor can greatly simplify the wiring and codes of your project.
Connection for UART and I2C Features:
APPLICATIONS
Specifications:
Barometric Pressure Sensor
Temperature & Humidity Sensor
UV Sensor
Ambient Light Sensor
Package Includes:1 x Gravity: Multifunctional Environmental Sensor 1 x Gravity 4P Connector | This environment sensors module gives Raspberry Pi the ability to collect environment data like temperature & humidity, air pressure, ambient light intensity, VOC, IR ray, UV ray, etc. It can also be used to build a robot that can detect motion and orientation Whats on Board:
Features:
Package Includes:1 x Environment Sensor HAT | Imagine you are in a poor air quality environment without knowing it, or you want a device that can detect harmful gases in real-time, that device can be easily deployed and used, for a way long time applying. Then this Grove-all-in-one environmental sensor will be the amazed Grove for you. Grove-all in one environmental sensor SEN54 powered is an integrated, superior Grove IIC ambient sensor, assembling PM, VOC, RH, Temperature sensing functionality, delivering up to 7 types of the environmental data signal, sensing in high accuracy and operating for long terms, born for HVAC(Heating, Ventilation, and Air Conditioning) and air quality long years detecting applications. Powered by Sensirion, it represents fine sensing performance, and there will be only one Grove cable needed between the sensor and the single board, such as Wio terminal, Seeeduino, Arduino expansion board, Raspberry Pi expansion board, and XIAO expansion board, as simplifying the edge in the wild. The sensor is equipped with sensing components that can change the magnitude of the current corresponding to a specific gas to measure VOC(Volatile Organic Compounds), where applies the same principle to sense Temp(Temperature), RH(Relative Humidity). There is a laser generator and a filter on the sensor as it utilizes the laser scattering method to calculate the particle size of the gas passing the sensor for precise PM1.0, PM2.5, PM4, and PM10 detection. It will continuously output 7 signals above and the sampling interval will be just 1 second. Based on the complex mathematical algorithm and model, the sensor has been designed to output calibrated digital signals to ensure superior sensing accuracy. Meanwhile, the sensing components on it possess high robustness which makes it cable of operating 24/7 for up to 10 years. There are three operating modes available for the user, which is helpful for edge deploying. It costs only 6.8 mA under RHT/Gas-Only Measurement Mode and 2.6 mA for Idle Mode while the full function of Measurement mode can be programmed to set on or off through the IIC function. Application
Features:
Note: For technical Details go through the datasheet in the attachments section Package Includes:1 x Grove – all in one environmental sensor SEN54 | AEM1000 is an environmental monitoring product, in which four sensors are integrated for the detection of temperature, humidity, VOC, CO2 andPM2.5. The communication protocol is standard Modbus RTU. Each product is fully calibrated and tested, and its performance is able to meet the application needs of customers. Applications:
Features:
Packages Includes:1 x AEM1000 Environmental monitoring box | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weight | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dimensions | N/A | N/A | N/A | N/A | N/A | N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Additional information |
|
|
|
|
