Benutzer-Werkzeuge

Webseiten-Werkzeuge


offen:programmierung

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
offen:programmierung [2024/01/02 14:09]
itbs
offen:programmierung [2025/01/03 01:58] (aktuell)
itbs [Programmier Ideen]
Zeile 1: Zeile 1:
 ====== Programmier Ideen ====== ====== Programmier Ideen ======
 +https://docs.m5stack.com/en/uiflow/m5burner/intro
 +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 /opt/M5Burner-v3-beta
 +ls -la ./bin/chrome-sandbox 
 +-rwxr-xr-x 1 benutzer users 50696 Jul 13  2023 ./bin/chrome-sandbox
 +sudo chown root:users ./bin/chrome-sandbox  
 +sudo chmod 4755  ./bin/chrome-sandbox 
 +ls -la ./bin/chrome-sandbox 
 +-rwsr-xr-x 1 root users 50696 Jul 13  2023 ./bin/chrome-sandbox
  
-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.+./M5Burner 
 + 
 +</code> 
 + 
 +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://github.com/fossasia/pslab-desktop aber Hardware auf **16bit µC mit 256kB Flash MCU~5€** ((esp32-c3 1,5€ incl. wifi)) 
 + 
 +  - https://www.youtube.com/@viteconf 
 +  - https://www.kincony.com/ 
 +  - https://stackblitz.com/edit/nativescript-stackblitz-templates-naqdzl?file=app%2Fmain-page.xml&title=NativeScript%20Starter%20JavaScript
   - https://www.electronjs.org https://github.com/electron/electron/tree/v28.1.0/docs/fiddles/quick-start   - https://www.electronjs.org https://github.com/electron/electron/tree/v28.1.0/docs/fiddles/quick-start
-  - ( Heltec WIFI Kit 32 https://github.com/atmoner/esp32-electron )+  - ( Heltec WIFI Kit 32 mit 128x64 Monochrom Display  https://github.com/atmoner/esp32-electron )
   - https://reactjs.org   - https://reactjs.org
   - https://pslab.io   - https://pslab.io
   - https://app.gitter.im/#/room/#fossasia_pslab:gitter.im   - https://app.gitter.im/#/room/#fossasia_pslab:gitter.im
 +  - esptool Electron App https://github.com/giobauermeister/esptool-gui-electron-vue
 +  - Nerdminer online flashes https://valerio-vaccaro.github.io/diyflasher/
 +  - 
  
 https://www.heise.de/ratgeber/ESP32-Projekt-Zugangskontrolle-mit-RFID-selbst-einrichten-7224274.html https://www.heise.de/ratgeber/ESP32-Projekt-Zugangskontrolle-mit-RFID-selbst-einrichten-7224274.html
 +
 +Routergehäuse: https://thingpulse.com/product/espgateway-ethernet-esp32-wifi-ble-gateway-with-rj45-ethernet-connector/
  
 === Flow UI Anleitung === === Flow UI Anleitung ===
Zeile 79: Zeile 108:
 https://supabase.com/ https://supabase.com/
  
 +=== Smartwatch 2016-2024 ===
 +https://github.com/pebble-dev/mobile-app
 +
 +https://rebble.io/
/volume1/web/dokuwiki/data/attic/offen/programmierung.1704200958.txt.gz · Zuletzt geändert: 2024/01/02 14:09 von itbs