Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- programmversion_0.1 @iot:innenraumthermometer
- 5 Treffer, Zuletzt geändert:
- d setup () {
// Serielle Schnittstelle
Serial.begin(115200);
delay(1000); //Take some time to open ... print Low 4bytes.
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// e-Pape... afruit GFX-Bibliothek ein
u8g2_for_adafruit_gfx.begin(display);
// BME280 initialisieren
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- programmversion_12 @iot:innenraumthermometer
- 5 Treffer, Zuletzt geändert:
- f
}
void setup () {
#if defined DEBUG
Serial.begin(115200);
delay(1000); ... ), HEX) + String((uint32_t)chipid, HEX));
Wire.begin(SDA_PIN, SCL_PIN); // SDA, ... int("Connecting to " + String(WIFI_SSID));
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
int wifiCounter = 0... afruit GFX-Bibliothek ein
u8g2_for_adafruit_gfx.begin(display);
// Sensor BME280 initialisieren
- programmversion_0.1 @iot:luftqualitaetsmonitor
- 5 Treffer, Zuletzt geändert:
- nter Delay für Display
void setup () {
Serial.begin(115200);
delay(1000);
Wire.begin(25, 26); // SDA, SCL
// e-Paper Display Waveshare 7... ne");
// Air Quality Sensor SGP30
if (! sgp.begin()){
Serial.println("Sensor not found :(");
... ssure Sensor BME280
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- programmversion_0.1 @iot:aussenthermometer
- 4 Treffer, Zuletzt geändert:
- d setup () {
// Serielle Schnittstelle
Serial.begin(115200);
delay(1000); //Take some time to open ... print Low 4bytes.
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... Serial.printf("Connecting to %s ", ssid);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CO... 280 initialisieren
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- programmversion_0.2 @iot:aussenthermometer
- 4 Treffer, Zuletzt geändert:
- d setup () {
// Serielle Schnittstelle
Serial.begin(115200);
delay(1000); //Take some time to open ... print Low 4bytes.
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... Serial.printf("Connecting to %s ", ssid);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CO... 280 initialisieren
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- programmversion_1.0 @iot:aussenthermometer
- 4 Treffer, Zuletzt geändert:
- // Serielle Schnittstelle
#ifdef DEBUG
Serial.begin(115200);
delay(1000); //Take some time to open ... nds");
#endif
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... tf("Connecting to %s ", ssid);
#endif
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CO... 280 initialisieren
bool status;
status = bme.begin();
if (!status) {
#ifdef DEBUG
Se
- programmversion_0.2 @iot:innenraumthermometer
- 4 Treffer, Zuletzt geändert:
- d setup () {
// Serielle Schnittstelle
Serial.begin(115200);
delay(1000); //Take some time to open ... print Low 4bytes.
// Initialisiert Wire
Wire.begin(25, 26); // SDA, SCL
// Verbindung... Serial.printf("Connecting to %s ", ssid);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CON... 680 initialisieren
bool status;
status = bme.begin();
if (!status) {
Serial.println("Could
- luftqualitaetsmonitor
- 1 Treffer, Zuletzt geändert:
- fruit_gfx;
void setup () {
u8g2_for_adafruit_gfx.begin(display);
}
</code>
==== Sensoren ====
=== Feinst