User Tools

Site Tools


amc2020:group_n:sn74hc595n

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
amc2020:group_n:sn74hc595n [2020/07/18 19:38] – [4.3 Combining the Sketches] jonas001amc2020:group_n:sn74hc595n [2021/08/24 17:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html>
 +  <left>
 +    <a href="https://wiki.eolab.de/doku.php?id=amc2020:group_n:start"; onmouseover="style.color='green'";>
 +      <span style="color:#2E71B8"; onmouseover="style.color='green'"; onmouseout="style.color='#2E71B8'";>
 +        &#8617 Back to the main page
 +      </span>
 +    </a>
 +  </left>
 +</html>
 +
 ====== SN74HC595(N) Shift Register ====== ====== SN74HC595(N) Shift Register ======
  
Line 52: Line 62:
 | Operating Temperature  | -40 – 125 °C                 | | Operating Temperature  | -40 – 125 °C                 |
 | Power consumption      | 80 μA (max at 6V)            |  | Power consumption      | 80 μA (max at 6V)            | 
 +
 +Further information can be found in the {{https://www.ti.com/lit/ds/symlink/sn74hc595.pdf?ts=1595095743394&ref_url=https%253A%252F%252Fwww.google.de%252F|SN74HC595 datasheet}}.
  
 ^ **//Table 2 //** SN74HC595(N) pin overview and description  ^^^^ ^ **//Table 2 //** SN74HC595(N) pin overview and description  ^^^^
Line 139: Line 151:
 This code can be combined with the code from the DHT-22 and the DS18B20s such that the sensors are only powered when they are supposed to measure and are switched off again afterwards. This code can be combined with the code from the DHT-22 and the DS18B20s such that the sensors are only powered when they are supposed to measure and are switched off again afterwards.
  
-The sensors and the shift register need to be connected like explained in their pages, respectively. Additionally, the VDD pin of the DHT-22 must be connected to QB of the shift register and the VDD of both DS18B20s must be connected to QC. Furthermore, if a red LED with a 330Ω resistor in series is connected to QA, it indicates when the sensors finish their measurements with a short blink.+The sensors and the shift register need to be connected like explained in their pages, respectively. Additionally, the VDD pin of the DHT-22 must be connected to QB of the shift register and the VDD of both DS18B20s must be connected to QC. Furthermore, if a red LED with a 330Ω resistor in series is connected to QA, it indicates when the sensors finish their measurements with a short blink (figure 3). 
 + 
 +^{{:amc2020:group_n:esp32_all_sensors_breadboard.png?direct&800|Figure 3}}^ 
 +|**//Figure 3//** ESP32 connected with DHT-22, DS18B20 and SN74HC595.|
  
 ==== 4.3.1 The Code combined ==== ==== 4.3.1 The Code combined ====
Line 370: Line 385:
  
 During this test, all sensors were in equilibrium, measuring the room temperature during a rather hot summer day, and all results are close together, indicating that the sensors are working properly. During this test, all sensors were in equilibrium, measuring the room temperature during a rather hot summer day, and all results are close together, indicating that the sensors are working properly.
 +
 +<html>
 +  <center>
 +    <span>
 +    <a href="javascript:self.scrollTo(0,0)"; onmouseover="style.color='green'";>
 +      <span style="color:#2E71B8"; onmouseover="style.color='green'"; onmouseout="style.color='#2E71B8'";>
 +        Back to the top &#10548
 +      </span>
 +    </a>
 +    </span>
 +  </center>
 +</html>
amc2020/group_n/sn74hc595n.1595093915.txt.gz · Last modified: 2021/08/24 17:34 (external edit)