ESP8266 Weather Station and Weather Instrument Kit,NodeMCU ESP8266 Integrated 0.96'' OLED Board DHT-11 Temperature Humidity BMP-180 Atmospheric Pressure BH1750 Light Sensor for Arduino IoT Starter
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7

ESP8266 Weather Station and Weather Instrument Kit,NodeMCU ESP8266 Integrated 0.96'' OLED Board DHT-11 Temperature Humidity BMP-180 Atmospheric Pressure BH1750 Light Sensor for Arduino IoT Starter

Product ID: 82595530
Secure Transaction

Details

  • Brand
    ideaspark
  • Specific Uses For Product
    IoT starter
  • Power Source
    Battery
  • Special Feature
    IoT Real-time
  • Connectivity Technology
    I2C USB
  • Style
    Modern
📊Real-time IoT Data Upload
🔋Energy-efficient Battery Powered
🌡️±1°C Temp Accuracy

Description

🌦️ Own the Weather, Own the Moment!

  • PLUG PLAY SIMPLICITY - Micro USB powered with I2C/SPI compatibility—get your weather station up and running fast, no soldering or complex setup required.
  • ALL IN ONE SENSOR SUITE - DHT-11 for temperature & humidity, BMP-180 for atmospheric pressure, and BH1750 for light intensity—complete weather monitoring in one sleek kit.
  • PERFECT FOR IO T STARTERS - Step-by-step tutorials make mastering online data retrieval and sensor integration effortless—join the smart home revolution today.
  • SEAMLESS IO T INTEGRATION - Pull live weather data from openweathermap.org and upload local sensor readings to ThingSpeak for instant environmental insights.
  • CRYSTAL CLEAR OLED DISPLAY - 0.96-inch 128x64 high-res screen with SSD1306 driver ensures sharp, easy-to-read data without messy wiring or breadboards.

The ESP8266 Weather Station Kit by ideaspark combines a NodeMCU ESP8266 board with DHT-11, BMP-180, and BH1750 sensors to deliver precise temperature, humidity, pressure, and light data. Featuring a crisp 0.96-inch OLED display and seamless IoT connectivity, it enables real-time monitoring and uploads to ThingSpeak. Battery powered and beginner-friendly, this compact kit is ideal for professionals eager to integrate smart environmental sensing into their projects.

Large manufacture image 1
Small manufacture image 1Small manufacture image 2Small manufacture image 3Small manufacture image 4Small manufacture image 5Small manufacture image 6Small manufacture image 7Small manufacture image 8Small manufacture image 9

Specifications

Brandideaspark
Specific Uses For ProductIoT starter kits
Power SourceBattery Powered
Special FeatureIoT Capabilities, Real-time Monitoring, Energy-efficient Control System
Connectivity TechnologyI2C, USB
StyleModern
ColorWeather Station Kits
Included ComponentsCable, Instruction Manual
Temperature Accuracy+- 1 degree Celsius
Are Batteries IncludedNo
Sensor TechnologyDHT-11: Capacitive humidity sensor and thermistor; BMP-180: Piezoresistive pressure sensor; BH1750: Photodiode with integrated signal processing circuit
ManufacturerGeneric
ShapeRectangular
Display TypeLCD
UPC714453670504 781520959756
Standing screen display size0.96 Inches
Item model number8541612567
Operating SystemWindows
Item Weight3.52 ounces
Product Dimensions5.7 x 3.34 x 1.37 inches
Item Dimensions LxWxH5.7 x 3.34 x 1.37 inches
Processor BrandVIA
ASINB07GPBBY7F
Is Discontinued By ManufacturerNo
Date First AvailableAugust 21, 2018

Have a Question? See What Others Asked

How do I get the guidance document?
Does this kit scrape weather data through the internet, or display weather data based on the sensor readings?
where is the link to the vendor to get the user guide? The small CD will not fit in my mac.
The compiler links the libraries correctly, but i always get "error compiling for board nodemcu 0.9 (esp), any ideas?

Reviews

R**A

Buena estación meteorológica

Muy buen circuito me llegó muy rápido y con el código aprendí a programar mejor. Fue fácil de construir

S**N

Read other reviews - varying models received

Read the other reviews as there seem to be varying models from this page as the product goes in and out of stock. My model matched the documentation for all of the proper pin outs and setting up the code with the chipsets.Needs on your end to get this working properly:You do need to solder. For my kit this was two sensors.You do need to set up an account (free) on ThingSpeak to have the data logging of all the sensors (the "Weather Instrument").You do need to set up an account (free) on OpenWeatherMap to display local (or wherever you set the area) weather (the "Weather Station").You will need WiFi to connect the device to the internet, if you want to log directly to a service or pull weather information for whatever area you want to display.All in all, I got the kit up and running properly in less than 3 hours, so not bad! A note for ThingSpeak is that the free accounts can log every 15 seconds, where the source provided is set for every 120 seconds. You can change the given to the below:uploadTime > 15000Also, the weather station needs to have location and time, so you'll need to look up on OpenWeatherMap the area and pull the number of what that is, and set your time zone properly.TZ for UTC (negatives should work)OPEN_WEATHER_MAP_LOCATION_ID for the place you are and can be found on the web page when you look it up on that website.

I**.

Very simple, basic weather forecast display

This kit isn't so much a weather station as it is a weather display. While it does come with some sensors, it doesn't actually display any of them. The sensors are pushed to a cloud interface where they can be viewed and used, but the weather is actually pulled from an online forecasting service, and displayed on the little display.The function is OK, there is some extended setup, in a pretty poorly written manual. This project was taken from other, higher quality, online project sites, re-made, and every corner cut possible. The bread board it comes with isn't the one shown, but 2 mini ones to equal a normal half board, the whole things is kind of just for show. It's a neat idea, but has no real function besides displaying the time and forecast on the little screen.

C**

Don’t waste your time!

Directions and steps to follow are vague, was able to program it but did not show any weather data. Tried programming it for the sensors and it got stuck on hard resetting via rts pins and now will not power up. And can not be recognized by pc

J**R

not bad little kit...

All in all, not bad. ESP8266 boards can sometimes be a pain to flash..but after several goes.. all the code landed there. I had to update a library after compile failed, but this was noted in the manual. I followed insttructions and fixedOne thing that needs to be changed. No more forecasting is available without paid API key from OpenWeather. The current conditions are available for free and are read into the canned program, but ideally the script needs to be updated to remove that completely and better leverage the current daily conditions. I see in the github log, WU API was deprecated a while back in favor of OpenWeather. WU dropped this not the vendor. I am guessing that when this code was updated OW had more capabilities. Now it does not. Took a bit of reading to find why the forecast on the unit's screen was completely wrong.I would have thought the sensor data would show up on the OLED out of the box, but it appears to not be the case.You will need a little soldering to put the header pins on the boards, but easy enough.If you do not have everything properly attached the program will continuously reconnect to WiFi. Make sure the OLED board is setup first so you can see what is going on. I had a bad connection on the pressure sensor which caused it 'reboot' looking for it. Once found, it completes startup and runs fine, even if you lose a connection after the fact. So if you see Connecting...and it start to show data on OLED.. and the connects again.. there is a sensor that is not found. You can use Serial Log in Arduino IDE to monitor live and it will tell you what is not quite right. Kudos to team for putting text out on issues..Now to alter the OLED bits to get data to it since forecast is not available.

R**R

Real nice kit. Excellent documentation for the price.

Real nice kit. Good documentation; very good for the price. Lots of thought went into the product. Lots of example code. Documentation had lots of images and links to everything needed. Not fool-proof, but that's to be expected with an arduino-y kit. I had a breadboard with a couple shorted pins internally, and that stumped me for a little while. I figured it out and got it working exactly as advertised. Now, I have been customizing it for my purposes.

C**Y

Absolutely awesome project

I bought this for my kids with the intention of just giving it to them and letting them play around but I actually took it for myself and I had a lot more fun messing around with it putting it together and getting everything to work the way that I wanted to so that way I could use it as another payload system for my rocket That I would send up into the atmosphere and let it collect atmospheric data for me

A**.

Important to use old Arduino Libraries

Kit works great but must use older arduino libraries.I attached images of my platformio.ini, directory structure, and what other libraries I had to use to get it working.Once the kit is fully up and running you'll notice that the screen shows OpenWeather data and ThinkSpeak shows the actual sensor data.

Common Questions

Yes, all products are sourced directly from authorized retailers in the US, UK, UAE and India. We maintain strict quality control processes and verify each product before shipping. All items come with applicable manufacturer warranties and are covered by our standard return policy.
Delivery times vary by destination country, typically ranging from 3-9 business days. Each order is fully trackable through our system. We handle all customs clearance and use reliable courier partners for last-mile delivery. You'll receive regular updates about your order status via email and our app.
Desertcart is an international e-commerce platform operating since 2014. We securely process thousands of orders globally each day. Every product goes through our quality verification process before delivery, and we provide end-to-end order tracking, 24/7 customer support, and a comprehensive returns policy to ensure a safe shopping experience.
Our prices include the product cost, international shipping, import duties, customs clearance, and local delivery charges. We handle all customs and import procedures, ensuring there are no hidden fees upon delivery. PRO members receive additional benefits including free shipping.

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Anjali K.

The product quality is outstanding. Exactly what I needed for my work.

1 month ago

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving millions of shoppers across more than 100 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
6518 som

Duties & taxes incl.

Kyrgyzstanstore
1
Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Ask AI about this Product

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Suresh K.

Very impressed with the quality and fast delivery. Will shop here again.

4 days ago

Esp8266 Weather Station And Weather Instrument Kit Nodemcu Esp8266 Integrated | Desertcart Kyrgyzstan