Information
Item weight
Barcode
Created time
Last updated on
Item description

หมายเหตุ : I2C address ของ BME280 จะมีสองรหัสคือ 0x76 0x77 ของตัวที่ร้านจะเป็น 0x76 ครับ หากต้องการเปลี่ยนเป็น 0x77 สามารถบัดกรี jumper บนตัวบอร์ด รายละเอียดดูได้จาก datasheet

ดังนั้นหากอุปกรณ์หาโดย library ไม่เจอ ให้เรากำหนดเป็น 
BME280_ADDRESS_ALTERNATE หรือใส่ตรง ๆ ว่า 0x76 ใน bme280.begin(0x76); 

รายละเอียดสินค้า

  • วัดอุณหภูมิในช่วง -40 ถึง 85°C
  • วัดความชื้นในช่วง 0 ถึง 100 %
  • วัดความดันบรรยากาศในช่วง 300 hPA ถึง 1100hPA
  • รองรับแรงดันไฟที่ 3.3-5v (แนะนำคือ 3.3V ครับ!!)
  • กระแส Standby อยู่ที่ 0.2 μA
  • กระแส Sleep Mode อยู่ที่ 0.1 μA
  • รูปแบบการเชื่อมต่อ : I2C , SPI

ME-BME280 is a Breakout Board featuring a Bosch Sensortec ME280 Temperature, Humidity & Pressure Sensor. 
The board has selectable I2C address jumper (solder link GS2), I2C pull-up resistors, 7 pin header 2.54mm, and two mounting holes 3.5mm .
Default setting of the board; single power rail Vdd = Vdd_IO (solder link GS1), pull-ups resistors (R2, R3) 10k, protocol selector resistor 0ohm (R1), decoupling capacitors 0.1uF on both power supply pins Vdd & Vdd_IO .
If you connect board to both power rails VDD_IO 1.8V and VDD 3.3V  be sure to remove the power rail jumper GS1!

BME280 Features

-Package 2.5 mm x 2.5 mm x 0.93 mm metal lid LGA
-Digital interface I2C (up to 3.4 MHz) and SPI (3 and 4 wire, up to 10 MHz)
-Supply voltage VDD main supply voltage range: 1.71 V to 3.6 V
   VDDIO interface voltage range: 1.2 V to 3.6 V
-Current consumption 1.8 uA @ 1 Hz humidity and temperature
   2.8 uA @ 1 Hz pressure and temperature
   3.6 uA @ 1 Hz humidity, pressure and temperature
   0.1 uA in sleep mode
-Operating range -40… +85 C, 0… 100 hundred rel. Humidity, 300… 1100 hPa- Humidity sensor and pressure sensor can be independently enabled / disabled

Bosch has stepped up their game with their new BMP280 sensor, an environmental sensor with temperature, barometric pressure that is the next generation upgrade to the BMP085 / BMP180 / BMP183. This sensor is great for all sorts of weather sensing and can even be used in both I2C and SPI!

This precision sensor from Bosch is the best low-cost, precision sensing solution for measuring barometric pressure with ± 1 hPa absolute accuraccy, and temperature with ± 1.0 ° C accuracy. Because pressure changes with altitude, and the pressure measurements are so good, you can also use it as an altimeter with ± 1 meter accuracy

The BME280 is the next-generation of sensors from Bosch, and is the upgrade to the BMP085 / BMP180 / BMP183-with a low altitude noise of 0.25m and the same fast conversion time. It has the same specifications, but can use either I2C  or  SPI. For simple easy wiring, go with I2C. If you want to connect a bunch of sensors without worrying about I2C address collisions, go with SPI.

ตัวอย่าง Code BME280 (Default I2C 0x76) บน Arduino UNO r3

* ใช้ Library ของ Sparkfun sparkfun/SparkFun BME280@^2.0.9

 

#include <Arduino.h>
/*
  Communicate with BME280s with different I2C addresses
  Nathan Seidle @ SparkFun Electronics
  March 23, 2015

  Feel like supporting our work? Buy a board from SparkFun!
  https://www.sparkfun.com/products/14348 - Qwiic Combo Board
  https://www.sparkfun.com/products/13676 - BME280 Breakout Board

  This example shows how to connect two sensors on the same I2C bus.

  The BME280 has two I2C addresses: 0x77 (jumper open) or 0x76 (jumper closed)

  Hardware connections:
  BME280 -> Arduino
  GND -> GND
  3.3 -> 3.3
  SDA -> A4
  SCL -> A5
*/

#include <Wire.h>

#include "SparkFunBME280.h"
BME280 mySensorB; //Uses I2C address 0x76

void setup()
{
  Serial.begin(115200);
  Serial.println("Example showing alternate I2C addresses");

  Wire.begin();

  mySensorB.setI2CAddress(0x76); //Connect to a second sensor
  if(mySensorB.beginI2C() == falseSerial.println("Sensor B connect failed");
}

void loop()
{
  
  Serial.print(" HumidityB: ");
  Serial.print(mySensorB.readFloatHumidity(), 0);

  Serial.print(" PressureB: ");
  Serial.print(mySensorB.readFloatPressure(), 0);

  Serial.print(" TempB: ");
  Serial.print(mySensorB.readTempC(), 2);
  // Serial.print(mySensorB.readTempF(), 2);

  Serial.println();

  delay(50);
}


เมื่อเปิด Serial monitor ด้วย Baudrate 115200 จะได้ค่าดังนี้





ตัวอย่างพร้อมคำอธิบายอย่างละเอียด 

Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,072,402 view(s)
Visitors1,333,128 time(s)
Last updatedSep 6, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
600
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me