Close
0%
0%

Pocket Weather Station

A portable mini pocket weather station made using an Arduino Nano board and featuring an OLED display and a DHT11 module.

Similar projects worth following
Hi, in this tutorial, you will learn to build a pocket weather station using an Arduino Nano board. It will be a compact device that you can carry anywhere around, right in your pocket and will be capable of displaying the live temperature and humidity on the OLED display present on it. This is a great self-care device as you will always know when to take an umbrella out with you, both for the rain and the scorching heat!

Hi, in this tutorial, you will learn to build a pocket weather station using an Arduino Nano board. It will be a compact device that you can carry anywhere around, right in your pocket and will be capable of displaying the live temperature and humidity on the OLED display present on it. This is a great self-care device as you will always know when to take an umbrella out with you, both for the rain and the scorching heat!

You can carry it around as it has an inbuilt rechargeable 160mAh lipo battery. It is a really great project for learning and is also really fun to make. It might come out really handy sometimes.

When we start experimenting with a DHT11 temperature sensor, what we do is take a breadboard and some jumper wires and some kind of a display and start experimenting with some random code. Instead of doing that, I gave the DHT11 module a professional and comfortable home and made a much more realistic project for learning.

ino - 8.98 kB - 04/19/2021 at 08:47

Download

Standard Tesselated Geometry - 108.58 kB - 04/19/2021 at 08:46

Download

Standard Tesselated Geometry - 90.71 kB - 04/19/2021 at 08:46

Download

  • 1 × Arduino Nano
  • 1 × DHT11 Temperature Sensor Module
  • 1 × 0.96" OLED Display Module

  • 1
    Gather Components

    The first thing to do when beginning with any project is gathering the required components. The required components for this project are as follows:

    1.1 Components:

    1.2 Tools (according to need / optional):

    I always prefer Quartz Components to buy all kinds of electronic components and tools!

    Gather all the required stuff and move ahead to the next step!

  • 2
    Stacking Components

    Now we need to plan the position of all the components inside the enclosure. I wanted to keep the device as thin as possible so it is actually convenient to carry in a pocket. Thus I spread all the components out and did not go with a multiple component-layer structure as that would decrease the X and Y dimensions of the device but eventually increase the Z dimension which is nothing but the thickness of the device!

    You can refer to the image attached above to check how I have stacked the components inside my pocket weather station or you can also come up with your own unique and creative ideas 💡 of stacking the components in ways that reduce the size of the device even further!

    After you are done planning your preferred arrangement, head straight over to the next step!

  • 3
    Schematic

    Now we need to draft out a schematic for our pocket weather station. The schematic for this project is very simple as there are very few modules and have to be just connected together without the need for any external modifiers. I have attached the schematic diagram above, as an image. You can refer to it if required.

    We need to connect the battery to the battery charging module and the output of the battery charging module to the Arduino Nano board. I have used an Arduino Nano board because of its size which is perfect and preferable for this project!

    Next, connect the temperature sensor module and the OLED display to the Arduino board.

    After completing the schematic, move ahead to the next step.

View all 12 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates