/ html / wiki / SBCs / raspi3 / raspi3.html
raspi3.html
 1  <!DOCTYPE html>
 2  <html lang="de">
 3     <head>
 4        <meta charset="UTF-8" />
 5        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 6        <meta http-equiv="onion-location" content="http://bopbopl6lohkl2rts3ltesjnag4hzs4jrx2h6k6etgq5xasbpqekzlqd.onion" />
 7        <title>BOP Wiki: Raspbery Pi 3</title>
 8        <link rel="stylesheet" href="/assets/stylesheet.css" />
 9        <link rel="icon" type="image/x-icon" href="/assets/img/favicon.png">
10     </head>
11     <body>
12        <header>
13           <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
14           <script src="/assets/js/navbar-OpenClose.js"></script>
15           <script src="/assets/js/lightbox.js"></script>
16            <script src="/assets/js/copyCodeButton.js"></script>
17           <link rel="stylesheet" href="/resources/js-libraries/highlightJS/atom-one-dark.min.css">
18           <script src="/resources/js-libraries/highlightJS/highlight.min.js"></script>
19           <script src="/resources/js-libraries/highlightJS/highlightjs-line-numbers.min.js"></script>
20           <script>hljs.highlightAll();</script>
21           <script>hljs.initLineNumbersOnLoad();</script>
22           <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
23           <div class="branding">
24              <button class="toggle-btn-navbar" id="navbarOpenButton">☰</button>
25              <a href="/">
26              <img class="logo" src="/assets/img/logo.png">
27              </a>
28              <div class="typing-animation">BytesOfProgress</div>
29           </div>
30        </header>
31        <div id="navbarContainer" class="navbar-container">
32           <iframe class="navbar-iframe" src="/assets/navbar/navbar.html" frameBorder= "0"></iframe>
33        </div>
34        <main>
35           <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
36           <article class="site-post">
37              <header class="post-header">
38                 <h1 class="post-title">Raspberry Pi 3</h1>
39                 <div class="post-meta">
40                 </div>
41              </header>
42           </article>
43           <nav class="breadcrumb">
44              <a href="/">Home</a>
45              <span class="divider">›</span>
46              <a href="/wiki/">Wiki</a>
47              <span class="divider">›</span>
48              <a href="/wiki/SBCs/SBCs.html">Single Board Computers</a>
49              <span class="divider">›</span>
50              <span class="current">Raspberry Pi 3</span>
51           </nav>
52           <section class="post-content">
53              <h2>The Raspberry Pi 3: Model B vs. Model B+</h2>
54              <p>The Raspberry Pi 3 comes in two different versions: Model B and Model B+. Below are the key differences between them:</p>
55              <h2>Processor</h2>
56              <ul>
57                 <li><strong>Model 3B:</strong> Broadcom BCM2837 SoC @ 1.2GHz</li>
58                 <li><strong>Model 3B+:</strong> Broadcom BCM2837 SoC @ 1.4GHz</li>
59              </ul>
60              <h2>Ethernet</h2>
61              <ul>
62                 <li><strong>Model 3B:</strong> 100Base</li>
63                 <li><strong>Model 3B+:</strong> 1000Base (Gigabit Ethernet, though limited to 315 MBit/s due to USB 2.0 bottleneck)</li>
64              </ul>
65              <h2>WiFi</h2>
66              <ul>
67                 <li><strong>Model 3B:</strong> 802.11b/g/n</li>
68                 <li><strong>Model 3B+:</strong> Dual-Band 802.11ac</li>
69              </ul>
70              <h2>Power over Ethernet (PoE)</h2>
71              <ul>
72                 <li><strong>Model 3B:</strong> No</li>
73                 <li><strong>Model 3B+:</strong> Yes (with additional PoE HAT)</li>
74              </ul>
75              <h2>RAM</h2>
76              <ul>
77                 <li><strong>Both Models:</strong> 1GB LPDDR2</li>
78              </ul>
79              <h2>Ports</h2>
80              <ul>
81                 <li><strong>Both Models:</strong> 1x DSI, 1x RCA, 1x HDMI, 4x USB</li>
82              </ul>
83              <p>The B+ model also features a slightly faster revision of the Broadcom processor and improved networking hardware, including Gigabit Ethernet, PoE, and dual-band 802.11ac WiFi. The B+ model is designed to be compatible with the same cases and add-ons as the Model B, ensuring a smooth upgrade path. While the processor upgrade is modest and may not significantly impact performance for all use cases, the networking improvements make the B+ model more suitable for projects that require faster or more robust network connections.</p>
84              <h2>PinOut</h2>
85              <p>The 4 pins under the GPIO pins are only available on the Raspberry Pi 3B+ and are used for PoE.</p>
86              <div class="image-box">
87                 <img src="pinout.png" style="height: max-height: 90%; max-width: 95%; width: 900px" alt="Raspberry Pi 3 PinOut">
88              </div>
89           </section>
90           <footer class="post-footer">
91              <a href="/wiki/SBCs/SBCs.html" class="cta-button">← Back</a>
92           </footer>
93        </main>
94     </body>
95  </html>