raspi400.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 400</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">Raspbery Pi 400</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">Raspbery Pi 400</span> 51 </nav> 52 <section class="post-content"> 53 <h2>Raspberry Pi 400: A Compact Personal Computer</h2> 54 <p>The Raspberry Pi 400 is a product from the Raspberry Pi Foundation, essentially a personal computer built into a keyboard. Reminiscent of classic home computers like the Commodore 64, it integrates all the components of a typical Raspberry Pi system into a compact keyboard form factor. Powered by the same Broadcom BCM2711 quad-core Cortex-A72 processor used in the Raspberry Pi 4 Model B, it offers ample performance for various computing tasks, from web browsing to programming.</p> 55 <h2>General Information</h2> 56 <ul> 57 <li><strong>Processor:</strong> Broadcom BCM2711 quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.8GHz</li> 58 <li><strong>Memory:</strong> 4GB LPDDR4-3200</li> 59 <li> 60 <strong>Connectivity:</strong> 61 <ul> 62 <li>Dual-band (2.4GHz and 5.0GHz) IEEE 802.11b/g/n/ac wireless LAN</li> 63 <li>Bluetooth 5.0</li> 64 <li>BLE Gigabit Ethernet</li> 65 <li>2x USB 3.0 and 1x USB 2.0 ports</li> 66 </ul> 67 </li> 68 <li><strong>GPIO:</strong> Horizontal 40-pin GPIO header</li> 69 <li> 70 <strong>Video & Sound:</strong> 71 <ul> 72 <li>2x Micro HDMI ports (supports up to 4Kp60)</li> 73 <li>Multimedia: H.265 (4Kp60 decode), H.264 (1080p60 decode, 1080p30 encode)</li> 74 <li>OpenGL ES 3.0 graphics</li> 75 </ul> 76 </li> 77 <li><strong>SD Card Support:</strong> MicroSD card slot for operating system and data storage</li> 78 <li><strong>Keyboard:</strong> 78-, 79-, or 83-key compact keyboard (depending on regional variant)</li> 79 <li><strong>Power:</strong> 5V DC via USB connector</li> 80 <li><strong>Operating Temperature:</strong> 0°C to +50°C</li> 81 <li><strong>Dimensions:</strong> 286 mm x 122 mm x 23 mm (maximum)</li> 82 </ul> 83 <h2>PinOut</h2> 84 <p>The pinout for the Raspberry Pi 400 is shown below:</p> 85 <div class="image-box"> 86 <img src="pi-400-pinout.png" style="height: max-height: 90%; max-width: 95%; width: 900px" alt="Raspberry Pi 400 PinOut"> 87 </div> 88 </section> 89 <footer class="post-footer"> 90 <a href="/wiki/SBCs/SBCs.html" class="cta-button">← Back</a> 91 </footer> 92 </main> 93 </body> 94 </html>