| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |
| offen:playground:programmierung [2025/12/08 14:51] – itbs | offen:playground:programmierung [2025/12/08 22:09] (aktuell) – itbs |
|---|
| | https://docs.rust-embedded.org/book/ |
| | |
| | ====== Programmier Ideen ====== |
| | |
| | https://esp32.implrust.com |
| | |
| | https://rustpython.github.io ( onlineCodeing https://js99er.net ) |
| | |
| | https://www.heise.de/ratgeber/ESP32-Projekt-Zugangskontrolle-mit-RFID-selbst-einrichten-7224274.html |
| | |
| | === Flow UI Anleitung === |
| | |
| | http://translate.google.com/translate?u=https://m5stack.github.io/UIFlow_doc/en/en/Start_programming/Program_structure.html |
| | |
| | 192.168.4.1/configure?ssid=Haus2_2.4&password=BLM%20Geotest%20GmbH%231 |
| | |
| | --- |
| | |
| | [[.:m5stamppico]] |
| | ==== weitere Links ==== |
| | |
| | ESP32-Cam modified code that supports LED control ("I spy" Software um mehere cams zu verwalten) |
| | https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbFg2T1UtUDdHYktRY1M0azlKOTdZTjJWbTZHZ3xBQ3Jtc0trWnh3SFVXUTZ5OVQ1Uzlwdl93LVBBaVdrUG9iYXhxdF9xdURVUnJjQlppV01CbW5NQndYbnJVTUJ3bUF5UHhSemFia2FkcEpKZDYzaUx3YS1MNlh1Zjk4dkZYSnZ6WEthNXpHdGVOaENlQkZSSkdHbw&q=https%3A%2F%2Fgithub.com%2Felectrical-pro%2FESP32CAM&v=MKiITEsOwRA |
| | |
| | eigen gebaute Stromversorgung |
| | https://www.youtube.com/watch?v=XXG0BqxGmOI |
| | |
| | === 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 ===== |
| | T-Watch 2020 |
| | Stable release link: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
| | Development release link: \\ |
| | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json |
| | |
| | https://dl.espressif.com/dl/package_esp32_index.json |
| | |
| | http://arduino.esp8266.com/stable/package_esp8266com_index.json |
| | http://digistump.com/package_digistump_index.json |
| | http://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json |
| | https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json |
| | |
| | |
| | |
| | für ganz aktuell esp32 \\ |
| | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
| | |
| | |
| | |
| | https://espressif.github.io/arduino-esp32/package_esp32_index.json |
| | https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/download/0.0.7/package_heltec_esp32_index.json |
| | |
| | ---- |
| | ==== 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. |
| |