Skip to content

Commit

Permalink
Add about timeout and how to fix it (#111)
Browse files Browse the repository at this point in the history
* Add about timeout and how to fix it

* Update README.md

Co-authored-by: Hannes Ljungberg <hannes@5monkeys.se>
  • Loading branch information
iShift and hannseman committed Jul 10, 2020
1 parent ab6ae34 commit 4835200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -280,6 +280,7 @@ Using that you can make rules like "If temperature drops below 21C and someone i
## Known problems
Some hardware combinations are problematic and may cause weird troubles like sensor timeout after some time etc.
* Asus BT-400 bluetooth dongle (at least in combination with older RPi 2B)
* Raspbian Stretch is known to get recurring timeouts with certain RPi-models. Upgrade to Buster or newer and if not possible one can mitigate this by triggering a `hcitool lescan`. Automate this by adding the following to your crontab file: `0 * * * * sudo timeout -s INT 1s hcitool lescan`.

## Legal

Expand Down

0 comments on commit 4835200

Please sign in to comment.