Skip to content

hybrs/MeshWeather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project try to build a distributed network with ESP-01 chips. This network is used by some weather station proudly powered with Arduino. All data are sent to server that analyze the values in order to know how set external operator (e.g. pump, windows of greenhouse...)

Ideal Space Organization

Hardware

In order to build system, we use

  • 2 ESP-01 connected to Arduino Weather Station
  • 6 ESP-01 used to build a mesh network
  • 2 Arduino used to read and send sensors values
  • 1 Raspberry used as gateway that sends all data to external server

Software

To build the mesh network we have used easyMesh library. On this library we wrote a layer that sends packets to server from source Arduino node using a route discovery with best effort choice (src/network/ESPMesh/ESPMesh.ino)

More info (in italian)

How use/execute this code

Flash your ESP-01

In order to flash your chip, follow this tutorial (in italian).

To use ESP-01 without Arduino, we have used this circuite (for flashing) and this one for normal usage mode.

About

A mesh network to analyse a Arduino Weather Station data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • CSS 36.2%
  • HTML 12.8%
  • Other 1.5%
  • Other 0.1%