Weather Click

Price:
Sale price A$38.72   Inc. GST
SKU:
MIKROE-1978
Out Of Stock

We will notify you when this product becomes available.

Weather click carries BME280 integrated environmental unit from Bosch. It’s a sensor that detects humidity, pressure, and temperature, specifically designed for low current consumption and long-term stability. The click is designed to work on a 3.3V power supply. It communicates with the target microcontroller over SPI or I2C interface.

MikroE Click Board sSensors Weather click

BME280 features

The BME280 is as combined digital humidity, pressure and temperature sensor based on proven sensing principles.

The BME280 IC has high accuracy and reliability for all three sensors. The humidity sensor has a response time of just one second and it’s accurate up to ±3% RH. The pressure sensor has sensitivity error of ±0.25% which is equivalent to 1m at 400m height change). The humidity and pressure sensors can operate independently from each other. Finally, the temperature sensor has a high resolution (up to 20 bit, when IIR filter is enabled) and low noise. The chip has three operating modes: sleep, forced, and normal.

Specifications

TypeEnvironmental
ApplicationsContext awareness, home automation control, personalized weather stations, sport and fitness tools and so on
On-board modulesBosch BME280
Key FeaturesThree sensors in one: pressure, humidity, temperature. Humidity sensor response time: 1 sec. Multiple operating modes: sleep, force, normal
InterfaceI2C,SPI
CompatibilitymikroBUS
Click board sizeS (28.6 x 25.4 mm)
Input Voltage3.3V

Pinout diagram

This table shows how the pinout on RS485 2 click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).

NotesPinMikrobus logo.pngPinNotes
 NC1ANPWM16NC 
 NC2RSTINT15NC 
Chip selectCS3CSTX14NC 
SPI clockSCK4SCKRX13NC 
SPI Master Input Slave OutputMISO5MISOSCL12SCLI2C Clock
SPI Master Output Slave InputMOSI6MOSISDA11SDAI2C Data
Power supply+3.3V73.3V5V10NC 
GroundGND8GNDGND9GNDGround

Jumpers and settings

DesignatorNameDefault PositionDefault OptionDescription
JP1, JP2, JP3 and JP5Interface SelectionRightI2CJumpers for selection between I2C or SPI communications
JP4ADDRLeftBit 0I2C Address bit = 0

Programming

Code examples Weather click, written for MikroElektronika hardware and compilers are available on Libstock.

Code snippet

The following code snippet shows the library functions for weather click, that are responsible for returning temperature and humidity.

01 /****************************************************************************************************/02 /* Returns temperature in DegC, resolution is 0.01 DegC. Output value of “5123” equals 51.23 DegC.  */03 /***************************************************************************************************/04 05 static long BME280_Compensate_T() {06   long temp1, temp2, T;07 08  temp1 = ((((adc_T>>3) -((long)cal_param.dig_T1<<1))) * ((long)cal_param.dig_T2)) >> 11;09   temp2 = (((((adc_T>>4) - ((long)cal_param.dig_T1)) * ((adc_T>>4) - ((long)cal_param.dig_T1))) >> 12) * ((long)cal_param.dig_T3)) >> 14;10   t_fine = temp1 + temp2;11   T = (t_fine * 5 + 128) >> 8;12   return T;13 }14 15 /************************************************************************************************************/16 /* Returns humidity in %RH as unsigned 32 bit integer in Q22.10 format (22 integer and 10 fractional bits). */17 /* Output value of “47445” represents 47445/1024 = 46.333 %RH */18 /************************************************************************************************************/19 20 static unsigned long BME280_Compensate_H() {21   long h1;22   h1 = (t_fine - ((long)76800));23   h1 = (((((adc_H << 14) - (((long)cal_param.dig_H4) << 20) - (((long)cal_param.dig_H5) * h1)) +24     ((long)16384)) >> 15) * (((((((h1 * ((long)cal_param.dig_H6)) >> 10) * (((h1 *25     ((long)cal_param.dig_H3)) >> 11) + ((long)32768))) >> 10) + ((long)2097152)) *26     ((long)cal_param.dig_H2) + 8192) >> 14));27   h1 = (h1 - (((((h1 >> 15) * (h1 >> 15)) >> 7) * ((long)cal_param.dig_H1)) >> 4));28   h1 = (h1 < 0 ? 0 : h1);29   h1 = (h1 > 419430400 ? 419430400 : h1);30   return (unsigned long)(h1>>12);31 }

Shipping rates Australia wide and New Zealand

Please add the items in cart and proceed to checkout to calculate shipping cost. We have range of shipping options once goods are ready to dispatch. 
1. Regular shipping: Goods will be shipped using Australia post regular shipping service. 
2. Express shipping: Goods will be shipped using Australia post EXPRESS shipping service. 
3. Express split shipping: Local stock from Melbourne will be shipped ASAP (1 business day) using EXPRESS shipment while remaining items from overseas stock when arrived in Melbourne shipped using second EXPRESS shipment. 
4. Pick up from Thomastown, Melbourne is available on appointment between 9 am to 3 pm during business days. 

  

FAQ:

  • How do I estimate shipping for my order?
    • Add products in the shopping cart and head to the checkout page to estimate the shipping.

Dispatch time

Unless expressly agreed otherwise with you, we will not commence delivery of an order until we have received cleared payment of the purchase price in full.

All orders placed before 11 am AEST (Monday to Friday) will ordinarily be processed on the same day.

We will endeavour to ship the Products by the applicable time indicated on the website, but all times are indicative only.  All shipping times are dispatch times only, and actual delivery dates will depend on the shipping method chosen, delivery address and delivery service provider. 

Note- Please make a note during purchase if you require any item urgently. However we cannot guarantee that we will be able to comply with any request

*Go to Australia post delivery time calculation to get various Australia post service in your area please use our shipping postcode Thomastown, 3074 as the "from" address - https://auspost.com.au/parcels-mail/delivery-times.html?ilink=tools-open-deliv-times.

Shipping Destinations

We ship all products throughout mainland Australia, Tasmania and New Zealand - Including Darwin, Melbourne, Sydney, Tasmania, Adelaide, Brisbane, Perth, all metro and regional areas but do not deliver to areas in Australia where the Australia Post delivery network is not available. 

Check Express shipping delivery coverage area at - http://auspost.com.au/parcels-mail/delivery-areas.html

Receipt of deliveries

Deliveries to post office boxes are not permitted where delivery is by courier. If delivery is by courier and nobody is available at the delivery address to accept delivery when delivery is attempted then the courier may either:

  • leave the relevant parcel at the unattended address (the courier will do so if specified in your delivery requirements); or
  • re-attempt delivery at a later time or date, in which case we may charge you an additional re-delivery fee. 

Note that if a delivery is left unattended at the shipping address and is subsequently stolen then the theft is your responsibility, not ours.

Payment & Security

Apple Pay Google Pay Mastercard PayPal Shop Pay Visa

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

You may also like