Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
Measure and control temperature with OLED display and datalogging in SD card and Google sheet
What you'll learn
Learn different types of temperature sensors and where to use each type.
Measure temperature with Arduino/ESP32, record data in SD card, display on OLED and send to Google sheet.
Learn different methods for heating and cooling using off-shelf low-cost components.
Build complete temperature control system with minimal programming knowledge.
Learn how to utilize available resources (codes from examples and internet) and fit them into your project. Requirements
Basic programming skills using Arduino IDE.
Basic knowledge about Arduino hardware. Description
This is the second course in the DIY Lab Equipment with Arduino series. After we learnt the basics in the first course, now we APPLY the knowledge to measure and control the temperature for our experiment setup or project. Temperature is essential in almost any experiment and it is important to record it continuously. This is why we directly employed SD card module to save the records so that we can retrieve them and put them in Excel for example. We also included how to send the data to Google sheet so that online monitoring can be done anywhere. We also added OLED display to show the measurements so that the system can be used easily independent from the computer.After learning temperature measurement, we moved to explain different ways of heating and cooling. We made a complete setup to measure the temperature and use it to control heating and cooling of water as an example of experiment setup. We employed PWM to precisely control the temperature. Similar setup can be applied in different ways to fit to our experiment. Like other course, we use off-shelf...