The document contains two Arduino sketches: one for reading temperature and humidity from a DHT11 sensor and another for displaying static text on an SSD1306 OLED display. The first sketch initializes the DHT11 sensor and prints the readings to the Serial Monitor every two seconds. The second sketch sets up the OLED display, shows the name 'SURESH', and does not perform any further actions in the loop.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
arduino program
The document contains two Arduino sketches: one for reading temperature and humidity from a DHT11 sensor and another for displaying static text on an SSD1306 OLED display. The first sketch initializes the DHT11 sensor and prints the readings to the Serial Monitor every two seconds. The second sketch sets up the OLED display, shows the name 'SURESH', and does not perform any further actions in the loop.