Weather Station for Drones

The project consists of a kit for drones that includes an electronic device that functions as a meteorological station.

Weather Station for Drones

Things used in this project

Hardware components

Arduino MKR1000
Arduino MKR1000
or Arduino/Genuino Zero + Arduino wifi shield 101
× 1
DHT22 Temperature Sensor
DHT22 Temperature Sensor
× 1
Jumper wires (generic)
Jumper wires (generic)
× 1
LED (generic)
LED (generic)
recommended one Green, one Yellow and one Red
× 3
Resistor 10k ohm
Resistor 10k ohm
× 1
Resistor 4.7k ohm
× 3
Pushbutton switch 12mm
SparkFun Pushbutton switch 12mm
× 1
Slide Switch
Slide Switch
× 1
GPS U-Blox NEO 7M
Or NEO 6M
× 1
SparkFun BMP180
× 1
SparkFun microSD Breakout
× 1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
× 1
3.7 V LiPo Battery
minimun 700mAh
× 1

Software apps and online services

Arduino IDE
Arduino IDE

Hand tools and fabrication machines

Soldering iron (generic)
Soldering iron (generic)
optional in the case of solder

Story

The project consists of a kit for drones that includes an electronic device that functions as a meteorological station used for monitoring the values of environmental temperature, of atmospheric pressure and of humidity. The whole device’ll work thanks to Arduino/Genuino MKR1000.

 

The electronic device will have inside a GPS locator so as to know the exact position of the analog readings of the different sensors.

The values acquired will be preserved in a KML files on a microSD and you can view them with Google Earth or Google Maps by simply importing the KML file.

They can be monitored in real time via Wi-Fi hotspot using a Smatphone, Tablet or PC.

In addition to the meteorological data, the device can acquire altitude, geographical coordinates and the speed of the drone in m/s.

The device consumes little power and can be powered by a 3.7V LiPo thanks to the potential of mkr1000 board.

In summary, the device will have the following characteristics:

You will be able to acquire:

  • Temperature
  • Atmospheric pressure
  • Humidity
  • Speed
  • Altitude drone
  • Geographic coordinates

SHOPPING LIST

Before proceeding with the assembly of the project, make sure you have the following components:

  • 1x Arduino MKR1000 (or Arduino Zero + Arduino WiFi Shield 101)
  • 1x MicroSD breakout board
  • 1x DHT22 or DHT21 or DHT11
  • 1x BMP180
  • 1x GPS UBLOX NEO-7M or NEO-6M
  • 3x LEDs (red, yellow and green)
  • 2x Resistor 4.7k
  • 1x Resistor 10k
  • 1x Button
  • 1x Switch
  • Wire

SCHEMATIC

Here the schematic to follow to assemble the entire project:


Weather Station for Drones schematics

After you have made all the connections, I recommend downloading the entire software part of my repository on GitHub and copy the libraries in Documents/Arduino/libraries/…

On GitHub you will find the sketch (WeatherStation_v1.0.ino) to upload on Arduino/Genuine MKR1000.

The MKR1000 board can be powered via USB or through a Lipo battery 3.7V and 700mAh minimum.

After having powered the whole project must wait the GPS signal.

Once the GPS will have captured the satellite you will notice the ignition of Green LED.

After that, if all went well, you must press the button to create the KML files and start writing data to SD. During this phase the Yellow LED will remain lit until the button will come pressed again in order to stop the writing on SD. The Red LED indicates an error of communication of sensors and microSD with Arduino. In the event that you were to turn on the Red LED, I suggest you check the connections.

In any case, to identify the problem more quickly you can connect the MKR1000 board to the PC via USB, and open the Serial Monitor present to Arduino IDE.

The Serial Monitor is also useful for debugging purposes.

SWITCH

Switch serves to select whether to show Data from the sensors and GPS on a HTML page via a Smatphone, Tablet or PC with WiFi, or decide to write data to SD.

By setting the switch to HIGH you can see the sensor data and GPS via web page by following these steps:

    1. Connect to the Wi-Fi hotspot “WeatherStation” through a device.

    2. Open any browsers

    3. Type, in the address bar, the following IP: 192.168.1.1

    4. Enjoy 🙂

Result:

KML file present on the SD, can be opened directly from Google Earth or imported on Google Maps by following this guide.

This is an example with google Earth:

Initially, the project was also designed to support the app “Windows Virtual Shield for Arduino” but due to a problem with the app itself I decided not to implement this function at the moment.

PS: I have also realize a PCB, you can find the whole project in the “eagle” folder on GitHub.

Code

Source : Weather Station for Drones


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top