Simple Fire Sensor - Getting started
Arduino library
To install the Arduino library, you can use the Arduino library manager or download it from the GitHub repository:
Simple fire sensor Arduino library
Simple fire sensor Arduino library by Soldered
ℹ️
First-time Arduino user? For a detailed tutorial on how to get started with Arduino, see this section of our docs:
Getting started with Arduino
A full, comprehensive tutorial on how to fully set up and upload code for the first time on an Arduino board, from scratch!
Connections
Below is an example connection diagram for Dasduino CONNECTPLUS. These pins will be used in the examples throughout this documentation.
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| IO14 (Any ADC pin) | A0 |
| IO15 (Any Digital pin) | D0 |
| VCC | 5V |
| GND | GND |
ℹ️
The digital version can use any digital input pin, while the analog version can use any analog input pin. Check the Pinout drawing for your specific board.
Connections (Qwiic)
Below is an example Qwiic (I2C) connection diagram for Dasduino CONNECTPLUS. These pins will be used in the examples throughout this documentation. To change the breakout board's address, check the Address selection.
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| Qwiic | Qwiic |
ℹ️
Qwiic versions also include UPDI headers for preprogramming the onboard ATTINY404 MCU. They are used for debugging purposes only!