Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| projekt:huehnerstall [2025/06/19 21:18] – [Hühnerstall] wolfgang | projekt:huehnerstall [2026/07/24 13:00] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | [[projekt|Projekte]] | ||
| + | |||
| + | ====== Hühnerstall ====== | ||
| + | |||
| + | |||
| + | ===== Seed ===== | ||
| + | |||
| + | Pins haben 3V | ||
| + | |||
| + | * Seed https:// | ||
| + | |||
| + | |||
| + | ===== Display ===== | ||
| + | |||
| + | Nutzt I2C [[https:// | ||
| + | |||
| + | * Bibliothek u8g2 https:// | ||
| + | |||
| + | * Display {{ : | ||
| + | |||
| + | <code c> | ||
| + | #include " | ||
| + | // setup u8g object, please remove comment from one of the following constructor calls | ||
| + | // IMPORTANT NOTE: The following list is incomplete. The complete list of supported | ||
| + | // devices with all constructor calls is here: https:// | ||
| + | U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NO_ACK); | ||
| + | Velleman , UN-comment this line as it is now | ||
| + | </ | ||
| + | ====== Teile ======= | ||
| + | |||
| + | |||
| + | |||
| + | * https:// | ||
| + | |||
| + | ===== Batterie + Laden ===== | ||
| + | |||
| + | * Solarmodul | ||
| + | * SolarLaderegler https:// | ||
| + | * Windrad https:// | ||
| + | |||
| + | * Autobatterie (OK) | ||
| + | * Fuse Box https:// | ||
| + | * Evtl Batterie Ladeanzeige https:// | ||
| + | |||
| + | ===== Automatik ===== | ||
| + | |||
| + | * Hauptschalter BESTELLT | ||
| + | * 3A KFZ Flachsicherung | ||
| + | * 12V Gleichrichter https:// | ||
| + | |||
| + | * Platte (https:// | ||
| + | * Sicherung | ||
| + | * Mikrocontroller (Xiao Seed SAMD21 | https:// | ||
| + | * Wandler 3V (< | ||
| + | * Display (Display 0,96", OLED-Display, | ||
| + | * 3 Button (Micro Arcade Button | https:// | ||
| + | * Helligkeitssensor | ||
| + | * < | ||
| + | * Wiederstände 100k ohm (https:// | ||
| + | * Kabel | ||
| + | * 2 x Kontaktsensor | ||
| + | * Mosfet (https:// | ||
| + | * Pin Expander (PCF8574) https:// | ||
| + | |||
| + | ===== Motor ===== | ||
| + | |||
| + | * Erster Versuvh mit https:// | ||
| + | * Motorcontroller (L298N | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | === Motoren === | ||
| + | |||
| + | https:// | ||
| + | |||
| + | * Motor 1 (RS-550) | ||
| + | * Motor 2 | ||
| + | |||
| + | |||
| + | ==== Funktionen ==== | ||
| + | |||
| + | Anzeige | ||
| + | |||
| + | |||
| + | ^ Button 1 ^ Button2 ^ Button3 ^ | ||
| + | | Helligkeit Wert | + | - | | ||
| + | | Dunkelheit Wert | + | - | | ||
| + | | Motorgeschwindigkeit | + | - | | ||
| + | | Auf/ | ||
| + | | Hoch/ | ||
| + | |||
| + | |||
| + | Lichtsensor mit einem 1mΩ resistor | ||
| + | |||
| + | ===== Info ===== | ||
| + | |||
| + | Das 0,96-Zoll OLED-Display mit SSD1306 und das MCP23017 I/ | ||
| + | |||
| + | SSD1306 OLED-Display: | ||
| + | |||
| + | MCP23017 I/ | ||
| + | |||
| + | Da beide Geräte über I2C kommunizieren, | ||