/ html / wiki / SBCs / raspi-zero-w / raspi-zero-w.html
raspi-zero-w.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: Raspberry Pi Zero W</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 Zero W</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 Zero W</span>
 51           </nav>
 52           <section class="post-content">
 53              <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
 54              <p>
 55                 The Raspberry Pi Zero W is ideal for small, cost-effective projects, offering wireless connectivity and versatility in a tiny form factor. 
 56                 It is perfect for Internet of Things (IoT) applications, DIY electronics projects, and educational purposes.
 57              </p>
 58              <p>
 59                 Thanks to its compact size and low power consumption, it suits portable and battery-powered projects.
 60                 The built-in Wi-Fi and Bluetooth capabilities enable easy networking and communication with other devices. 
 61                 With extensive GPIO support and compatibility with various Raspberry Pi HATs and accessories, it provides a flexible platform for experimentation and prototyping.
 62              </p>
 63              <h2>General Information</h2>
 64              <table>
 65                 <thead>
 66                    <tr>
 67                       <th>Feature</th>
 68                       <th>Details</th>
 69                    </tr>
 70                 </thead>
 71                 <tbody>
 72                    <tr>
 73                       <td>Processor</td>
 74                       <td>1 GHz single-core ARM11</td>
 75                    </tr>
 76                    <tr>
 77                       <td>RAM</td>
 78                       <td>512 MB LPDDR2</td>
 79                    </tr>
 80                    <tr>
 81                       <td>Networking</td>
 82                       <td>802.11 b/g/n Wi-Fi, Bluetooth 4.1 (BLE)</td>
 83                    </tr>
 84                    <tr>
 85                       <td>Ports</td>
 86                       <td>Mini HDMI, Micro USB OTG, Micro USB (power), CSI camera connector</td>
 87                    </tr>
 88                    <tr>
 89                       <td>Storage</td>
 90                       <td>MicroSD slot</td>
 91                    </tr>
 92                    <tr>
 93                       <td>GPIO</td>
 94                       <td>40-pin header (HAT-compatible, unpopulated)</td>
 95                    </tr>
 96                    <tr>
 97                       <td>Video Output</td>
 98                       <td>Composite video via test points</td>
 99                    </tr>
100                    <tr>
101                       <td>Camera Support</td>
102                       <td>CSI camera connector (requires adapter cable)</td>
103                    </tr>
104                    <tr>
105                       <td>Power Requirements</td>
106                       <td>5V/1.2A via Micro USB</td>
107                    </tr>
108                    <tr>
109                       <td>Size</td>
110                       <td>65mm x 30mm x 5mm</td>
111                    </tr>
112                    <tr>
113                       <td>Weight</td>
114                       <td>9 grams</td>
115                    </tr>
116                 </tbody>
117              </table>
118              <h2>Pinout</h2>
119              <img src="zero-w-pinout.png" style="max-height: 90%; max-width: 95%; width: 900px;">
120              <!-- --------------------------------------------------------------------------------------------------------------------------------- -->
121           </section>
122           <hr />
123           <footer class="post-footer">
124              <a href="/wiki/SBCs/SBCs.html" class="cta-button">← Back</a>
125           </footer>
126        </main>
127     </body>
128  </html>