Benutzer-Werkzeuge

Webseiten-Werkzeuge


offen:programmierung

Programmier Ideen

https://docs.m5stack.com/en/uiflow/m5burner/intro Download entpacken 1)

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
 
./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://github.com/fossasia/pslab-desktop aber Hardware auf 16bit µC mit 256kB Flash MCU~5€ 2)

  1. ( Heltec WIFI Kit 32 mit 128×64 Monochrom Display https://github.com/atmoner/esp32-electron )

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

Arduino IDE Einstellungen

sudo usermod -a -G dialout <username>

http://digistump.com/package_digistump_index.json,https://dl.espressif.com/dl/package_esp32_index.json

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:8896 load:0x40080400,len:5816 entry 0x400806ac Hello from DFRobot ESP-WROOM-32

Arduino IDE

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 „Sketch“ -> „Include Library“ -> „Add .ZIP Library…“ and select the file you just downloaded. You can now go to „File“ -> „Examples“ -> „ESP32 BLE Keyboard“ and select any of the examples to get started.

Datenbanken

Smartwatch 2016-2024

1)
.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
2)
esp32-c3 1,5€ incl. wifi
/volume1/web/dokuwiki/data/pages/offen/programmierung.txt · Zuletzt geändert: 2025/01/03 01:58 von itbs