Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altarians05/diyportableweatherstationwood

Development of a portable, open-source environmental monitoring station. This project enables real-time data collection and visualization using low-cost sensors. Designed for educational and research applications, it promotes learning about environmental monitoring technologies and programming.
https://github.com/altarians05/diyportableweatherstationwood

3d-printing arduino educational-project environmental-monitoring esp32 iot robotics weather-station

Last synced: about 2 months ago
JSON representation

Development of a portable, open-source environmental monitoring station. This project enables real-time data collection and visualization using low-cost sensors. Designed for educational and research applications, it promotes learning about environmental monitoring technologies and programming.

Awesome Lists containing this project

README

        

# WoodWeatherStationSENA

๐Ÿ“ข Important Notice ๐Ÿ› ๏ธ
This wooden version is the first prototype of our portable environmental monitoring station. ๐ŸŽ‰ While functional and great for learning, it lacks the advanced features of the latest version, such as WiFi connectivity and enhanced sensors. ๐ŸŒ๐Ÿ“ก

![Render2](https://github.com/user-attachments/assets/24a2be50-e630-4495-b90f-2cb2eebc8f3c)

โœจ Want to check out the complete and updated version?
Visit the link below to explore the final iteration with all the bells and whistles:

๐Ÿ”— Latest Version:
- ๐Ÿ“Œ [Thingiverse](https://www.thingiverse.com/thing:6854103)
- ๐Ÿ“Œ [Github](https://github.com/altarians05/DIYPortableweatherStation)

๐ŸŽฅ See the Prototype in Action!

Want to see the final prototype in action? ๐ŸŒŸ Head over to our YouTube video to get a full walkthrough of the Portable Environmental Monitoring Station, its features, and how it works!

๐Ÿ“น Watch here: [Prototype Video on YouTube](https://youtu.be/jpqpw_nJwng?si=KsxWxKCoQXddJWzs)

Thank you for your interest! ๐Ÿ’š Your support helps us continue innovating and contributing to the open-Source community! ๐ŸŒ

------------------------------------------------------------------------------------------------------------------------------------------------------------

This project is a portable environmental monitoring station designed for air quality analysis, weather tracking, and gas measurement. Built as an open-source solution ๐Ÿ› ๏ธ๐ŸŒ, it integrates IoT capabilities, making it ideal for educational projects, environmental research, and DIY enthusiasts. ๐Ÿค“๐Ÿ”ง

![Render3](https://github.com/user-attachments/assets/ebf0a9b1-ddd8-45e9-85fb-f642527b4037)

โœจ Key Features โœจ
- โœ… Multi-sensor integration for temperature, humidity, and gas concentration. ๐ŸŒก๏ธ๐Ÿ’งโšก
- โœ… Compact and lightweight portable design. ๐ŸŽ’๐Ÿ“
- โœ… Compatibility with Arduino ๐Ÿค– or NodeMCU for easy customization.
- โœ… Open-source documentation ๐Ÿ“‚ and designs ๐Ÿ–Œ๏ธ to encourage collaboration ๐Ÿค.
- โœ… Perfect for outdoor monitoring ๐Ÿž๏ธ and data logging ๐Ÿ“Š.
- โœ… MicroSD card ๐Ÿ“€ used for recorded data storage.
- โœ… DS3231 RTC module ๐Ÿ•’ records the time of each measurement.
- โœ… LCD 16x2 screen ๐Ÿ–ฅ๏ธ.
- โœ… Example Arduino scripts ๐Ÿ’ป for sensor integration.

![Prototype_FinalModel_WoodCutting_2](https://github.com/user-attachments/assets/d72cc02a-3a38-4128-b681-6bc79368132f)

Perfect for ๐Ÿ”ฌ Engineers, Makers ๐Ÿ› ๏ธ, and Researchers ๐Ÿ“š looking to explore environmental monitoring with cost-effective ๐ŸŒŸ and versatile tools.

------------------------------------------------------------------------------------------------------------------------------------------------------------

Download Includes:๐Ÿ“‚
- ๐Ÿ“œ Arduino Codes: Fully documented and ready to upload to your ARDUINO or ESP. ๐Ÿš€
- ๐Ÿ“ 3D Models: Enclosure and modular components in STEP format, perfect for editing and 3D printing. ๐Ÿ–จ๏ธ
- ๐Ÿ“ Technical Drawings: Fully dimensioned plans for mechanical components, making fabrication or modifications a breeze. โš™๏ธโœ๏ธ
- โšก Electronics Wiring Diagram: Comprehensive connection diagrams created in Fritzing, guiding the setup of all electronic components. ๐Ÿ”Œ๐Ÿ–ฅ๏ธ

๐Ÿ”— Download Links:
- ๐Ÿ“Œ [Tinkercad](https://www.tinkercad.com/things/6pniuVdfldQ-estacion-de-monitoreo-iot-rev4)
- ๐Ÿ“Œ [Grabcad](https://grabcad.com/library/diy-portable-weather-station-1)

------------------------------------------------------------------------------------------------------------------------------------------------------------

โšก๏ธ Connections:
- ๐ŸŒก๏ธ DHT11 Sensor: Pin D02 (Data), 5V, GND.
- ๐Ÿ›ข๏ธ MQ135 Sensor: Pin A01 (Analog), 5V, GND.
- ๐ŸŒž LDR (Light Sensor): Pin A02 (Analog), 5V, GND.
- ๐Ÿ’ก LED: Pin D04, GND.
- ๐Ÿ“Ÿ LCD 16x2 (I2C): SDA -> A04, SCL -> A05, 5V, GND.
- โฐ RTC DS1307: SDA -> A04, SCL -> A05, 5V, GND.
- ๐Ÿ’พ MicroSD Module: CS -> D10, MOSI -> D11, SCK -> D13, MISO -> D12, 5V, GND.

![Circuit_Diagram_ExpansionShield_ArduinoNano](https://github.com/user-attachments/assets/924fc218-f18f-4399-aa41-abec759e9505)

------------------------------------------------------------------------------------------------------------------------------------------------------------

๐Ÿ“š Libraries and Resources:
- ๐ŸŒก๏ธ DHT11:
- ๐Ÿ“‚ [Library](n9.cl/y3my5s)
- ๐Ÿ“– [Guide](n9.cl/2njn)
- ๐ŸŽ“ [Tutorial](n9.cl/o05e1)

- ๐Ÿ›ข๏ธ MQ135:
- ๐Ÿ“‚ [Library](acortar.link/z7te3A)
- ๐Ÿ“– [Guide](n9.cl/p2cqr)
- ๐ŸŽ“ [Tutorial](n9.cl/zewtn)

- ๐ŸŒž LDR (Light Sensor):
- ๐Ÿ“‚ Library: No library required.
- ๐Ÿ“– [Guide](n9.cl/5e9dl)
- ๐ŸŽ“ [Tutorial](n9.cl/w15fz)

- ๐Ÿ“Ÿ LCD 16x2 (I2C):
- ๐Ÿ“‚ [Library](n9.cl/4ulczq)
- ๐Ÿ“– [Guide](n9.cl/mczco)
- ๐ŸŽ“ [Tutorial](n9.cl/exs2ti)

- โฐ RTC DS1307:
- ๐Ÿ“‚ [Library](n9.cl/y3air)
- ๐Ÿ“– [Guide](n9.cl/xj3kw)
- ๐ŸŽ“ [Tutorial](n9.cl/nxks8)

- ๐Ÿ’พ MicroSD Module: Library and Tutorial
- ๐Ÿ“‚ [Library](n9.cl/z0hjuf)
- ๐Ÿ“– [Guide](n9.cl/nbez7)
- ๐ŸŽ“ [Tutorial](n9.cl/s88k9)

------------------------------------------------------------------------------------------------------------------------------------------------------------

๐Ÿ’ก Support the Project
If you find this project useful or inspiring, consider supporting it in each link by:
- โญ Following the project on all platforms.
- ๐Ÿ‘ Giving it a like to help boost its visibility.
- ๐Ÿ’ฌ Leaving a comment with your thoughts or suggestions.