Antonio06 Antonio06
ITALY • + Follow
Edit Project
Components
|
NHD-3.12-25664UCW2Newhaven Display Intl
|
x 1 | |
|
DHT11广州奥松
|
x 1 | |
|
BMP280 |
x 1 |
Tools, APP Software Used etc.
|
arduino IDEArduino
|
|
|
fritzing |
Description
Atmospheric detector
Hi, I'm Antonio I made this project to control atmospheric variations I used an arduino uno a dht 11 to measure the temperature and humidity and a bmp 280 these sensors are managed by a software that manages the values ??and communicates them to an lcd display in time real
Code
atmospheric detector
C/C++
#include<DHT.h>
#include<LiquidCrystal.h>
//#include <Ethernet.h>
int pinLed = 4;
DHT dht (7, DHT11);
const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
void setup() {
dht.begin();
lcd.begin(16,2);
pinMode(pinLed, OUTPUT);
analogWrite(pinLed, 10);
}
void loop() {
delay(1000);
int t = dht.readTemperature();
int h = dht.readHumidity();
lcd.clear();
lcd.setCursor(0,0);
lcd.print("Temp: " + String(t) + char(0xDF) + "C");
lcd.setCursor(0,1);
lcd.print("Umid: " + String(h) + "%");
}
Schematic and Layout
This zip file contains the presentation video of Atmosferic Detector
Video Atmosferic detector.zip
CAD-Custom parts and enclosures
Oct 19,2022
524 views
Atmospheric detector
This detector is able to monitor climatic variations
524
0
0
Published: Oct 19,2022
BOM(Bill of materials)
Other files for Assembly
Purchase
Donation Received ($)
PCBWay Donate 10% cost To Author
File Last Updated: 2023/01/30 (GMT+8)
File update record
2023-01-3023:13:28
Other files for Assembly are updated.
Only PCB
PCB+Assembly
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
Copy this HTML into your page to embed a link to order this shared project
Copy
Under the
Attribution-ShareAlike (CC BY-SA)
License.
Topic
- Comments(0)
- Likes(0)
You can only upload 1 files in total. Each file cannot exceed 2MB. Supports JPG, JPEG, GIF, PNG, BMP
0 / 10000
Remove
It looks like you have not written anything. Please add a comment and try again.
View More
View More
VOTING
0 votes
- 0 USER VOTES
0.00
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Design
1/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Usability
2/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Creativity
3/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Content
4/4
More by Antonio06 Antonio06
You may also like
-
-
-
3D printed Enclosure Backplate for Riden RD60xx power supplies
70 1 1 -
-
-
-
Sega Master System RGB Encoder Switcher Z80 QSB v1.2
68 0 0 -
18650 2S2P Battery Charger, Protection and 5V Output Board
95 0 0 -
High Precision Thermal Imager + Infrared Thermometer | OpenTemp
481 0 7 -
Sony PlayStation Multi Output Frequency Oscillator (MOFO) v1
140 0 2 -