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
656 views
end-flag
Atmospheric detector
This detector is able to monitor climatic variations
656
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.

Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW
ESP32-S3 4.3inch Capacitive Touch Display Development Board, 800×480, 5-point Touch, 32-bit LX7 Dual-core Processor
BUY NOW
Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW
Topic
- Comments(0)
- Likes(0)

Upload photo
0 / 10000
It looks like you have not written anything. Please add a comment and try again.
You can upload up to 5 images!
Image size should not exceed 2MB!
File format not supported!
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
-
-
Commodore 64 1541-II 1581 Floppy Disk Drive C64 Power Supply Unit USB-C 5V 12V DIN connector 5.25
188 1 3 -
Easy to print simple stacking organizer with drawers
93 0 0 -
-
-
-
-
-
-
Modifying a Hotplate to a Reflow Solder Station
1163 1 6 -
MPL3115A2 Barometric Pressure, Altitude, and Temperature Sensor
653 0 1 -