-
The bcm2708 default clock stretching timeout is too short to allow waiting for conversions of sht21. Without this patch accesses to the sensor would result in an I/O-Error.
--- a/i2c-bcm2708.c
+++ b/…
-
Stacktrace from "journalctl -fl" before I lost my ssh connections.
This appears to be a 100% reproducible lockup when I run 'zfs destroy "$snapshot"'.
```
# zfs list -t snapshot | wc -l
269
```
Stac…
-
Versand der Logdaten kann z.B. in das logrotate Script (raspi-sht21) integriert werden.
Der Versand der Logdaten sollte nach Wunsch des Auftraggebers konfiguriert werden.
-
the current firmware does not include code for the BMP180 / SHT21 sensors.
-
Wenn nur eine Alarmierung für die Temperatur gewünscht ist, gibt es zwei Möglichkeiten die Luftfeuchtigkeitswarnung auszuschalten.
1. Extremwerte in einer Konfigurationsdatei eintragen, so dass keine …
-
Hi,
Any idea why even though there's no error during the boot process I have no wireless device?
```
U-Boot SPL 2016.03 (Apr 08 2016 - 09:51:22)
Trying to boot from MMC
U-Boot 2016.03 (Apr 08 201…
-
Die Überwachung funktioniert und mir werden im Browser auch die Werte angezeigt.
Aber in der nohup.out Datei erscheint folgende Meldung bei jedem Intervall:
(standard_in) 1: syntax error
./sht21.sh: …
-
# Funktionswunsch
Es soll möglich sein die Alarm-E-Mails an mehrere Emfänger versenden zu können. Dazu sollen Empfangsadressen für die Felder AN, CC und BCC konfiguriert werden können. Pro Feld solle…
-
Having an issue-- found it with both 3.14.58 and 4.1.15 so it must be systemic?
Hardware:
Beaglebone black with USB wireless (Novatel USB760).
I'm running a simple script that sends an "AT" to the …
-
Hi, i'm trying to read temperature from a sensor (sht21) with a raspberry pi, here is my working code:
var i2c = require('i2c');
var address = 0x40;
var wire = new i2c(address, {device: '/dev/i2c-1',…