A series of articles about temperature measurement using Arduino controllers would be incomplete without a story about thermocouples. Moreover, there is nothing else to measure high temperatures.
Category Archives: Arduino lessons
Lesson 26. Connecting DS18B20 temperature sensors to the Arduino. OneWire Library. An accurate Arduino thermometer-recorder.
In the lesson we will learn how to connect a DS18B20 temperature sensor to the Arduino board, how to control it using the OneWire library. We will develop an accurate thermometer.
Lesson 25. Silicon thermal sensors of the KTY81 series in the Ardino system. A project of thermometer-recorder.
The lesson describes the use of silicon temperature sensors in the Arduino system. The working project of the thermometer is given. Along the way, the issue of measuring resistance in the Arduino system is considered.
Lesson 24. Connecting analog temperature sensors to Arduino (LM35, TMP35, TMP36, TMP37). The working project of the thermometer.
Lesson on connecting integral temperature sensors with analog output to the Arduino controller. The working draft of the thermometer is given, it is told about the software processing of information from thermal sensors.
Lesson 23. Connecting a character LCD display to the Arduino. LiquidCrystal library.
In the lesson we will talk about character LCD displays, about connecting them to the Arduino board and controlling them using the LiquidCrystal library.
Lesson 22. Work with time in Arduino. A sports stopwatch project.
We will consider the Arduino functions for working with time. Develop a sports stopwatch based on the Arduino board.
Lesson 21. Connecting a LED display and a matrix of buttons to Arduino, using common pins. The LedDigitsKeys.h library.
The lesson discusses the method of connecting a LED seven-segment display and a matrix of buttons to the Arduino board. A library for working with such a structure is presented.
Lesson 20. Connecting a seven-segment LED display to Arduino. A LED display control library.
In the lesson we will connect a seven-segment LED display to the Arduino board and learn how to control it using the Led4Digits.h library.
Lesson 19. Seven-segment LED displays. Control modes, connection to the microcontroller.
In the lesson we will learn about the diagrams for connecting seven-segment LED displays to microcontrollers, about how to control them.
Lesson 18. Connecting a matrix of buttons to Arduino. MatrixKeys library. Function tone ().
Let's learn how to connect a matrix of buttons to the Arduino board and use the standard tone() function to generate sound.