Connection diagram of microcontroller module and DS18B20

Publisher:CelestialGardenLatest update time:2014-02-10 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
The connection circuit diagram of STC89C52RC microcontroller module and DS18B20 is shown in the figure below:
Connection diagram of STC89C52RC microcontroller module and DS18B20
Figure 1. Connection circuit diagram of STC89C52RC microcontroller module and DS18B20
Reference address:Connection diagram of microcontroller module and DS18B20

Previous article:Circuit connection diagram of TC35I and microcontroller
Next article:Asynchronous SRAM memory interface circuit design (Altera FPGA development board)

Recommended ReadingLatest update time:2024-11-16 15:37

MCU DS18B20 Thermometer C Language Program
//Function: negative temperature display, high precision grid can display -9.99C to 99.99C //           With alarm device //           When the temperature is positive, display the tens, units, tenths and percentiles //          When the temperature is negative, display the negative sign, tens, units and tenth
[Microcontroller]
51 MCU Basics DS18B20 Temperature Sensor
Appearance: Code: main.c file   #include "smg.h" #include "ds18b20.h"     /******************************************************************************* * Function name: main * Function : Main function * Input: None * Output    : None ***************************************************************************
[Microcontroller]
51 MCU Basics DS18B20 Temperature Sensor
STM32 Series Chapter 29 --DS18B20
Features: The unique single bus interface mode only requires one line when DS18B20 is connected to the microprocessor to achieve two-way communication between the microprocessor and DS18B20, which greatly improves the anti-interference ability of the system. The temperature measurement range is -55℃~+125℃, with an a
[Microcontroller]
STM32 Series Chapter 29 --DS18B20
1602LCD liquid crystal + DS18B20 to realize digital electronic clock
         Haha, I finally realized a digital electronic clock with relatively complete functions according to my own ideas.           LCD display content: 2012-02-02 14'C // Line 1                                        00:20:38 Thurs // Line 2          This clock can display both the temperature and the day of th
[Microcontroller]
ARM Litian Electronics LPC2148 Detailed explanation of the temperature acquisition experimental procedure based on DS18b20
1#include NXP/iolpc2148.h 2#include stdio.h 3#include "uart.h" //System clock 4#define Fosc 12000000UL //Crystal oscillator clock 5#define Fcclk (Fosc * 5) //System frequency, must be an integer multiple of Fosc (1~32) and = 60MHZ 6#define Fcco (Fcclk * 4) //CCO frequency must be 2, 4, 8, or 16 times of Fcclk, ra
[Microcontroller]
AVR microcontroller reads DS18B20 temperature and uploads it to the serial port program
#include avr/io.h          #include util/delay.h #include avr/interrupt.h //Interrupt function header file //×××××××××××××pin macro definition×××××××××××××× //18B20 definition #define SET_DQ (PORTE) |= (1 (PE7)) // 18b20 high level #define CLR_DQ (PORTE) &=~(1 (PE7)) // 18b20 low level #define DQ_IN (PINE) & (1 (PE
[Microcontroller]
51 MCU Learning Notes: DS18B20 Temperature Measurement Program
C Code   #include "my51.h"   #include "smg.h"   #include "ds18b20.h"      void main() //Test, 6-digit digital tube displays temperature value   {       u8 i=0;       u16 temp=0;       while(1)       {              temp=ds18b20_readTemperaData();           for(i=0;i 100;i++)           {               di
[Microcontroller]
51 MCU Learning Notes: DS18B20 Temperature Measurement Program
Preliminary understanding of 51 single-chip microcomputer-2.3 single-chip microcomputer control DS18B20 temperature sensor module
Through the previous example of LCD1602, I believe that we have a basic understanding of the control and delay of the IO port. Now let's take another example of a temperature sensor, which also only requires IO port operation and delay. First, let's introduce the DS18B20 temperature sensor. Since it is a temperature se
[Microcontroller]
Preliminary understanding of 51 single-chip microcomputer-2.3 single-chip microcomputer control DS18B20 temperature sensor module
Latest Analog Electronics Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号