Rauchklickbrett
Rauchklickbrett
Das Smoke Click Board™ verfügt über den hochempfindlichen optischen Sensor Maxim MAX30105 zur Raucherkennung.
Das Smoke Click Board™ ist für den Betrieb mit einer 3,3-V- oder 5-V-Stromversorgung ausgelegt. Es kommuniziert mit der Ziel-MCU über die I2C-Schnittstelle, wobei zusätzliche Funktionen über den INT-Pin auf der MikroBUS-Leitung bereitgestellt werden.
The Smoke Click Board™ carries the MAX30105 high-sensitivity optical sensor for smoke detection. The click is designed to run on either 3.3V or 5V power supply. It communicates with the target MCU over I2C interface with additional functionality provided by the INT pin on the mikroBUS™ line.
MAX30105 SENSOR FEATURES
The MAX30105 is an integrated particle-sensing module. It includes internal LEDs, photodetectors, optical elements, and low-noise electronics with ambient light rejection. The sensor can detect a wide variety of smoke particle sizes.
The MAX30105 also has an on-chip temperature sensor for calibrating the temperature dependence of the particle sensing subsystem. The temperature sensor has an inherent resolution 0.0625°C.
POWER CONSUMPTION
Power supply current in Shutdown mode is typically 0.7μA. The module can be shut down through software with zero standby current, allowing the power rails to remain powered at all times.
BUILDING AN IOT SMOKE DETECTION DEVICE
Adding WiFi connectivity to your smoke detection sensor is always a good idea. You can get a message as soon as the level of smoke goes over the set threshold. For example, Smoke click and WiFi ESP click together would do that job wonderfully.
SPECIFICATIONS
Type | Optical |
Applications | Smoke detection, fire alarms |
On-board modules | MAX30105 high-sensitivity optical sensor for smoke detection |
Key Features | Ultra-low Shutdown current (0.7μA, typ), excellent ambient rejection capability, integrated cover glass for optimal, robust performance |
Interface | GPIO,I2C |
Compatibility | mikroBUS |
Click board size | S (28.6 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
PINOUT DIAGRAM
This table shows how the pinout of the Smoke Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | NC | ||
NC | 2 | RST | INT | 15 | INT | Active-Low Interrupt (Open-Drain). | |
NC | 3 | CS | TX | 14 | NC | ||
NC | 4 | SCK | RX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | SCL2 | I2C Clock Input | |
NC | 6 | MOSI | SDA | 11 | SDA2 | 2C Clock Data, Bidirectional (Open-Drain) | |
Power supply | +3.3V | 7 | 3.3V | 5V | 10 | +5V | Power supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
Software Support
Code examples for Smoke click, written for MikroElektronika hardware and compilers are available on Libstock.
CODE SNIPPET
This snippet initializes the system and the Smoke Click Board™, sets the module in MultiLED mode, reads and shows data on UART.
01 void main( void ) 02 { 03 system_init(); 04 smoke_init(); 05 smoke_set_registers_default(); 06 07 while ( true ) 08 { 09 smoke_read_data(); 10 uart_show(); 11 Delay_ms( 1000 ); 12 } 13 }
Software Support
Code examples for Smoke click, written for MikroElektronika hardware and compilers are available on Libstock.
CODE SNIPPET
This snippet initializes the system and the Smoke Click Board™, sets the module in MultiLED mode, reads and shows data on UART.
01 void main( void ) 02 { 03 system_init(); 04 smoke_init(); 05 smoke_set_registers_default(); 06 07 while ( true ) 08 { 09 smoke_read_data(); 10 uart_show(); 11 Delay_ms( 1000 ); 12 } 13 }
Rauchklickbrett
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.