Wemos LOLIN32 mit OLED-Display
display.drawString(64,1,String(WiFi.localIP().toString())); |
Versuchsaufbau : Wemos LOLIN32 Download (.ino) - DS18B20 auf GPIO25 - DHT22 auf GPIO26 - Output auf GPIO12 bis 15 |
![]() |
Testprogramm für Windows Download (.exe) 2 32 012 001 = GPIO12 einschalten 2 32 015 000 = GPIO15 ausschalten 3 32 900 090 = Get DHT22 Temperatur 3 32 900 091 = Get DHT22 Humidity 3 32 900 092 = Get DS18B20 Temperatur Antworten sind ohne Kommastelle,also 225 = 22,5 C 581 = 58,1 % 2344 = 23,44 C |