iot:expressiv
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| iot:expressiv [2019/10/11 02:44] – [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 |
| Zeile 11: | Zeile 11: | ||
| * https:// | * https:// | ||
| - | === MicroPython für esp8266 / esp32 === | + | === Installation des Virtual-Com-Port (VCP) Treibers: |
| - | * http:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https://learn.adafruit.com/micropython-basics-loading-modules/ | + | * https://www.silabs.com/products/ |
| - | * https:// | + | |
| === Programmieren des ESP32 (Mac): === | === Programmieren des ESP32 (Mac): === | ||
| Zeile 38: | Zeile 33: | ||
| </ | </ | ||
| - | Erstes Programm: | + | === MicroPython auf ESP8266/ |
| - | <code python> | + | * [[iot: |
| - | from machine import Pin | + | |
| - | from time import sleep | + | |
| - | led = Pin(2, Pin.OUT) # sets PIN 2 as Output (most boards have an LED connected) | ||
| - | |||
| - | while True: | ||
| - | led.value(not led.value()) | ||
| - | sleep(0.25) | ||
| - | </ | ||
| === Pinout ESP32: === | === Pinout ESP32: === | ||
| Zeile 55: | Zeile 42: | ||
| * https:// | * https:// | ||
| - | == MQTT auf dem ESP32: == | + | === ESP32 Live GPIO Monitoring === |
| + | |||
| + | * https:// | ||
| + | |||
| + | |||
| + | ==== Wifi ==== | ||
| + | |||
| + | === Probleme mit Spannungsversorgung: | ||
| + | |||
| + | :!: **Abhilfe**: | ||
| - | | + | * https://github.com/espressif/ |
| - | == DHT11 und ESP32: == | + | * https:// |
| - | * https:// | ||
| - | == MicroPython to AWS-IOT | + | === Examples: === |
| - | * https:// | ||
| - | ==== Wifi-Examples: | ||
| * https:// | * https:// | ||
| Zeile 79: | Zeile 72: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * [[https:// | ||
| ==== Mesh Networking ==== | ==== Mesh Networking ==== | ||
| * [[https:// | * [[https:// | ||
| * https:// | * https:// | ||
iot/expressiv.1570761855.txt.gz · Zuletzt geändert: von admin
