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:11] – [Wifi-Examples:] 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 | + | === 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/products/development-tools/software/usb-to-uart-bridge-vcp-drivers |
- | * https://github.com/micropython/micropython-lib | + | |
- | ==== Wifi-Examples: ==== | + | === Programmieren des ESP32 (Mac): === |
+ | |||
+ | <code bash> | ||
+ | # esptool installieren: | ||
+ | $ pip install --user esptool | ||
+ | # Board vorbereiten (Flash Speicher löschen) | ||
+ | $ / | ||
+ | # Board mit einem MicroPython-Image beschreiben: | ||
+ | $ /Users/xxx/ | ||
+ | </code> | ||
+ | |||
+ | Zugriff auf das Board über die serielle Verbindung mit '' | ||
+ | <code bash> | ||
+ | screen / | ||
+ | screen | ||
+ | screen -r # Re-Attach | ||
+ | </ | ||
+ | |||
+ | === MicroPython auf ESP8266/ | ||
+ | |||
+ | * [[iot: | ||
+ | |||
+ | |||
+ | === Pinout ESP32: === | ||
+ | |||
+ | * https://ouilogique.com/pinouts/ | ||
+ | |||
+ | === ESP32 Live GPIO Monitoring === | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | |||
+ | ==== Wifi ==== | ||
+ | |||
+ | === Probleme mit Spannungsversorgung: | ||
+ | |||
+ | :!: **Abhilfe**: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | |||
+ | === Examples: | ||
* https:// | * https:// | ||
Zeile 28: | Zeile 72: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
+ | * [[https:// | ||
==== Mesh Networking ==== | ==== Mesh Networking ==== | ||
* [[https:// | * [[https:// | ||
* https:// | * https:// |
iot/expressiv.1551417118.txt.gz · Zuletzt geändert: 2019/03/01 05:11 von admin