Description
Application developers look to Redis and RedisTimeSeries to work with real-time internet of things (IoT) sensor data—here’s how to make it work.
Summary
- Thanks for Subscribing Imagine you’re an air-conditioner manufacturing company that sells millions of smart AC units to consumers.
- Get your sensor working After wiring the sensors, we recommend running I2C detection with i2cdetect to verify that you see the device: The first module, bme680, allows you to easily write Python code that reads the humidity, temperature, and pressure from the sensor.
- The _filter protects sensor readings against transient changes in conditions, e.g.
- a door slamming that could cause the pressure to change momentarily, and the IIR filter removes these transient spiky values.