iot:expressiv
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
iot:expressiv [2019/03/01 05:12] – [ESP8266] admin | iot:expressiv [2024/02/04 10:37] (aktuell) – [ESP8266 / ESP32] admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Expressiv ESP8266 / ESP32 ====== | ====== Expressiv ESP8266 / ESP32 ====== | ||
- | ==== ESP8266 ==== | + | ==== ESP8266 |
* https:// | * https:// | ||
+ | * https:// | ||
* http:// | * http:// | ||
* https:// | * https:// | ||
Zeile 10: | Zeile 11: | ||
* https:// | * https:// | ||
- | === MicroPython für esp8266 / esp32 === | + | === Installation des Virtual-Com-Port (VCP) Treibers: |
- | * http://docs.micropython.org/en/latest/esp8266/general.html | + | |
- | * https://learn.adafruit.com/micropython-basics-loading-modules/frozen-modules | + | * https://www.silabs.com/ |
- | * https:// | + | |
+ | === Programmieren des ESP32 (Mac): === | ||
+ | |||
+ | <code bash> | ||
+ | # esptool installieren: | ||
+ | $ pip install --user esptool | ||
+ | # Board vorbereiten (Flash Speicher löschen) | ||
+ | $ /Users/xxx/Library/Python/3.7/ | ||
+ | # Board mit einem MicroPython-Image beschreiben: | ||
+ | $ / | ||
+ | </ | ||
+ | |||
+ | Zugriff auf das Board über die serielle Verbindung mit '' | ||
+ | <code bash> | ||
+ | screen / | ||
+ | screen -ls # List Screen sessions | ||
+ | screen -r # Re-Attach | ||
+ | </ | ||
+ | |||
+ | === MicroPython auf ESP8266/ | ||
+ | |||
+ | * [[iot: | ||
+ | |||
+ | |||
+ | === Pinout ESP32: === | ||
+ | |||
+ | * https://ouilogique.com/ | ||
+ | |||
+ | === ESP32 Live GPIO Monitoring === | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | |||
+ | ==== Wifi ==== | ||
+ | |||
+ | === Probleme mit Spannungsversorgung: | ||
+ | |||
+ | :!: **Abhilfe**: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | |||
+ | === Examples: === | ||
- | * https:// | ||
- | ==== Wifi-Examples: | ||
* https:// | * https:// | ||
Zeile 30: | Zeile 72: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * [[https:// | ||
==== Mesh Networking ==== | ==== Mesh Networking ==== | ||
* [[https:// | * [[https:// | ||
* https:// | * https:// |
iot/expressiv.1551417175.txt.gz · Zuletzt geändert: 2019/03/01 05:12 von admin