offen:programmierung
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| offen:programmierung [2026/03/29 18:38] – itbs | offen:programmierung [2026/03/29 18:40] (aktuell) – [Programmier Ideen] itbs | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Programmier Ideen ====== | ||
| + | [[cowork: | ||
| + | |||
| + | ==== Esp32 Projekte ==== | ||
| + | |||
| + | https:// | ||
| + | Download entpacken ((.tar Dateien können Sie diesen Befehl benutzen: | ||
| + | tar xfv M5Burner-v3-beta-linux-x64.tar | ||
| + | .gz Dateien entpacken Sie mit | ||
| + | gunzip M5Burner-v3-beta-linux-x64.gz | ||
| + | .bz2 Dateien lassen sich mit diesem Befehl entpacken: | ||
| + | bunzip2 M5Burner-v3-beta-linux-x64.bz2)) | ||
| + | <code shell> | ||
| + | unzip -d M5Burner-v3-beta M5Burner-v3-beta-linux-x64.zip | ||
| + | cd / | ||
| + | ls -la ./ | ||
| + | -rwxr-xr-x 1 benutzer users 50696 Jul 13 2023 ./ | ||
| + | sudo chown root:users ./ | ||
| + | sudo chmod 4755 ./ | ||
| + | ls -la ./ | ||
| + | -rwsr-xr-x 1 root users 50696 Jul 13 2023 ./ | ||
| + | |||
| + | ./M5Burner | ||
| + | |||
| + | </ | ||
| + | |||
| + | PSLab Desktop application. It is using ElectronJS running React on top as UI renderer and uses Python scripts under the hood for device communication. The goal of PSLab is to create an Open Source hardware device (open on all layers) and software applications that can be used for experiments by teachers, students and scientists. gutes openSource Projekt https:// | ||
| + | |||
| + | - https:// | ||
| + | - https:// | ||
| + | - https:// | ||
| + | - https:// | ||
| + | - ( Heltec WIFI Kit 32 mit 128x64 Monochrom Display | ||
| + | - https:// | ||
| + | - https:// | ||
| + | - https:// | ||
| + | - esptool Electron App https:// | ||
| + | - Nerdminer online flashes https:// | ||
| + | - Heimautomatisierung mit ESP32 Telegram https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Routergehäuse: | ||
| + | |||
| + | === Flow UI Anleitung === | ||
| + | |||
| + | http:// | ||
| + | |||
| + | 192.168.4.1/ | ||
| + | |||
| + | --- | ||
| + | |||
| + | [[.: | ||
| + | ==== weitere Links ==== | ||
| + | |||
| + | online esp flashtool https:// | ||
| + | |||
| + | ESP32-Cam modified code that supports LED control ("I spy" Software um mehere cams zu verwalten) | ||
| + | https:// | ||
| + | |||
| + | eigen gebaute Stromversorgung | ||
| + | https:// | ||
| + | |||
| + | === Arduino IDE Einstellungen === | ||
| + | |||
| + | sudo usermod -a -G dialout < | ||
| + | |||
| + | http:// | ||
| + | |||
| + | rst:0x10 (RTCWDT_RTC_RESET), | ||
| + | configsip: 0, SPIWP:0xee | ||
| + | clk_drv: | ||
| + | mode:DIO, clock div:1 | ||
| + | load: | ||
| + | load: | ||
| + | load: | ||
| + | load: | ||
| + | entry 0x400806ac | ||
| + | Hello from DFRobot ESP-WROOM-32 | ||
| + | |||
| + | |||
| + | ===== Arduino IDE ===== | ||
| + | T-Watch 2020 | ||
| + | Stable release link: https:// | ||
| + | Development release link: \\ | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | http:// | ||
| + | http:// | ||
| + | http:// | ||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | für ganz aktuell esp32 \\ | ||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | https:// | ||
| + | https:// | ||
| + | |||
| + | ---- | ||
| + | ==== Esp32 Keyboard Installation ==== | ||
| + | (Make sure you can use the ESP32 with the Arduino IDE. Instructions can be found here.) | ||
| + | |||
| + | Download the latest release of this library from the release page. | ||
| + | In the Arduino IDE go to " | ||
| + | You can now go to " | ||
| + | |||
| + | === Datenbanken === | ||
| + | https:// | ||
| + | |||
| + | === Smartwatch 2016-2024 & epaper Display === | ||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | https:// | ||
/volume1/web/dokuwiki/data/pages/offen/programmierung.txt · Zuletzt geändert: von itbs