Skip to content

Instantly share code, notes, and snippets.

View hgross's full-sized avatar

Henning Groß hgross

View GitHub Profile
@hgross
hgross / Android-Broadcasts.md
Created February 6, 2023 11:47 — forked from MohammadSamandari/Android-Broadcasts.md
Broadcasts and Broadcast Receivers

Broadcasts

Broadcasts are messages that the Android system and Android apps send when events occur that might affect the functionality of other apps. For example, the Android system sends an event when the system boots up, when power is connected or disconnected, and when headphones are connected or disconnected. Your Android app can also broadcast events, for example when new data is downloaded.

In general, broadcasts are messaging components used for communicating across apps when events of interest occur. There are two types of broadcasts:

  • System broadcasts are delivered by the system.
@hgross
hgross / ikea-vindriktning-esphome-nodemcu.yml
Created November 30, 2024 13:12
An esphome yml file to connect the IKEA Vindriktning air quality sensor to home assistant with a NodeMCU (like this https://www.az-delivery.de/products/esp32-developmentboard).
# 3d-printer closet sensor esphome for nodemcu with pm1006 sensor (IKEA Vindriktning)
# for wiring see this comment: https://github.com/esphome/esphome/pull/2038#issuecomment-885122351
# You can use this file to create a new node in ESPHome dashboard and flash it to a nodemcu.
# Check out this guide for more information: https://esphome.io/guides/getting_started_hassio.html
# Check the documentation for more information: https://esphome.io/components/sensor/pm1006.html
esphome:
name: "ikea-vindriktning-esphome-nodemcu-1"
friendly_name: "IKEA Vindriktning air quality sensor"
esp8266: