A Gas/Air Quality (MEMS) sensor board for the tinyCore ESP32-S3 platform.
Measures Methane, Hydrogen, and Hydrogen Sulfide. Great for air-quality and environmental monitoring projects.
tinySniff uses the following tinyCore GPIO pins. These are active whenever the HAT is mounted, so avoid assigning them to other peripherals in your own sketches.
| Signal | GPIO | Description |
|---|---|---|
| H2 | A2 | GM-2021B (Hydrogen) Sensor |
| H2S | A1 | GM-602B (Hydrogen Sulfide) Sensor |
| CH4 | A0 | GM-402B (Combustible Gas / Methane) Sensor |
The tinySniff design files are provided as an Altium Designer project. Altium Designer is a professional electronic design automation (EDA) software package.
To open the files:
- Open Altium Designer (requires a commercial license or the free Altium Viewer. Free student licenses are available).
- Click File > Open Project...
- Navigate to the Hardware folder of this repository and select the
.PrjPcbproject file. - Once the project loads in the Projects panel, you can access:
- Schematic Editor - Double-click the
.SchDocfile to view the circuit design. - PCB Editor - Double-click the
.PcbDocfile to view the board layout.
- Schematic Editor - Double-click the
The project will open with all associated files (schematic, PCB, and libraries) ready to view and edit.
