iot:expressiv
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
iot:expressiv [2018/10/01 03:59] – [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:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
+ | |||
+ | === Installation des Virtual-Com-Port (VCP) Treibers: === | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | === Programmieren des ESP32 (Mac): === | ||
+ | |||
+ | <code bash> | ||
+ | # esptool installieren: | ||
+ | $ pip install --user esptool | ||
+ | # Board vorbereiten (Flash Speicher löschen) | ||
+ | $ / | ||
+ | # 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:// | ||
+ | |||
+ | === ESP32 Live GPIO Monitoring === | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | |||
+ | ==== Wifi ==== | ||
+ | |||
+ | === Probleme mit Spannungsversorgung: | ||
+ | |||
+ | :!: **Abhilfe**: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | |||
+ | === Examples: === | ||
- | ==== Wifi-Examples: | ||
* https:// | * https:// | ||
Zeile 15: | Zeile 64: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | + | ||
+ | === Geschwindigkeitsmessung: | ||
+ | |||
+ | * https:// | ||
+ | ==== Power-Saving: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * [[https:// | ||
==== Mesh Networking ==== | ==== Mesh Networking ==== | ||
* [[https:// | * [[https:// | ||
* https:// | * https:// |
iot/expressiv.1538366368.txt.gz · Zuletzt geändert: 2018/10/01 03:59 von admin