【Smart Kitchen】Environmental Sensor Schematic Design
[Copy link]
The smart kitchen uses two environmental sensors, one is SHT45, which is used to detect the temperature and humidity of the environment, and the other is ADPD188BI, which is used to detect the smoke concentration.
1. SHT45
SHT45 is built on a new optimized CMOSens chip with low power consumption and high accuracy specifications, and a supply voltage range of 1.08 V to 3.6 V, making it ideal for mobile and battery-driven applications. Typical accuracy can reach ΔRH = ±1% RH and ΔT = ± 0.1°C.
Communicate with the host through IIC, there are three communication modes, namely standard mode, fast mode, and fast mode plus
Typical application circuit:
2. ADPD188BI
The ADPD188BI integrated optical module is a complete optical system for smoke detection using optical dual-wavelength technology. The module integrates an efficient optical front end, two light-emitting diodes (LEDs), and two photodiodes (PDs). The module uses a custom package that prevents the light from the LED from directly irradiating the photodiode before entering the smoke detection cavity.
The front end of the application-specific integrated circuit (ASIC) includes a control block, a 14-bit analog-to-digital converter (ADC) with a 20-bit burst accumulator, and three flexible, individually configurable LED drivers. The control circuit includes flexible LED signal transmission and synchronous detection. The analog front end (AFE) has best-in-class signal offset and corruption suppression. Signal offset and corruption are usually caused by modulated interference caused by ambient light. Data output and function configuration are realized on a 1.8V I2C interface or a serial peripheral interface (SPI) port.
Typical application circuit, I2C communication mode:
SPI communication mode:
3. Schematic Design
The schematic diagram consists of 6 parts.
- Power supply part: responsible for system power supply, mainly composed of two LDOs.
- Smoke sensor cavity: covers the smoke sensor to reduce the impact of ambient light on the detection results of the smoke sensor.
- Interface: used for external connection. In order to make the interface as small as possible, both sensors use I2C communication.
- Temperature and humidity sensor: Temperature and humidity sensor circuit.
- Level conversion: Because the digital part of ADPD188BI is 1.8V voltage domain, and the STM32 development board is 3.3V, a level conversion is required. Because I2C communication is used, it is most appropriate to choose a 2-bit bidirectional voltage level converter suitable for open-drain and push-pull applications. Finally, TI's TXS0102 was selected, and the package is as small as 1 x 1.4mm, which is very suitable.
- Smoke sensor: Use I2C communication.
|