Concept
The Accordion Sentry Model (ESH10000688) is a sensor-focused add-on module designed to attach to the Accordion Beacon Module. Power and bus communication are sourced entirely from the Beacon Module — the Sentry carries no independent power management or primary MCU.
Sensor Suite
| Domain | Target Component |
|---|---|
| Audio | MEMS microphone |
| Environmental | BME280 or BME680 (temperature, humidity, pressure) |
| Location | GPS module |
| Air quality | CO2 sensor |
| Motion & orientation | IMU (accelerometer / gyroscope) |
Design Goals
- Ultra low power — optimised for battery-backed operation via the Beacon Module supply rail.
- Sensor-centric — all board resources dedicated to optimal sensor performance and signal integrity.
- Headless — compute offloaded entirely to the MCU on the Beacon Module; no local application processor.
Milestones
No milestones defined.
Items (6)
| Code | Status | Severity | Kind | Title | Date |
|---|---|---|---|---|---|
| E-001 | open | info | concept | Audio capture — MEMS microphone selection | 2026-06-06 |
| E-002 | open | info | concept | Environmental sensing — temperature and humidity (scope reduced) | 2026-06-06 |
| E-003 | open | info | concept | GPS/GNSS — conditional, mobile assets only | 2026-06-06 |
| E-004 | open | info | concept | CO2 sensor selection | 2026-06-06 |
| E-005 | open | info | concept | Motion sensing — accelerometer for tamper and asset movement detection | 2026-06-06 |
| E-006 | open | info | concept | PIR sensor — passive infrared presence detection | 2026-06-06 |
Requirements
No requirements recorded.
Test Cases
No test cases recorded.
Verification Records
No verification records.
Concepts
Active exploration (6) — ideas still being shaped.
Hypothesis
Use a PDM MEMS microphone for audio capture. PDM preferred over I2S for simplicity and power efficiency. Audio processing offloaded entirely to Beacon Module MCU.
Alternatives considered
| Part | Interface | SNR | Standby | Highlight |
|---|---|---|---|---|
| Vesper VM1010 | PDM | 65 dBA | ~1 µA | Wake-on-sound zero-power mode |
| Knowles SPH0641LU4H | PDM | 64.3 dBA | ~70 µA (WoS) | WoS + established supply chain |
| Infineon IM69D130 | PDM | 69 dB | ~600 µA | Best SNR, wider dynamic range |
| ST MP34DT05 | PDM | 64 dBA | ~550 µA | Very common, cheap, ST ecosystem |
Vesper VM1010 and Knowles SPH0641LU4H are leading candidates due to wake-on-sound (WoS) hardware capability enabling near-zero standby current — well aligned with ultra-low-power design goal.
Open questions
- Always-on ambient monitoring, or event-triggered capture?
- SNR floor requirement?
- Mono sufficient, or stereo?
Next step
Settle use-case intent (ambient vs event-triggered) before selecting part. WoS capability is a strong differentiator if event-driven.
Hypothesis
Use a temperature and humidity sensor for environmental baseline monitoring. Pressure measurement is out of scope — not relevant to the remote surveillance use case.
Use case value: freeze alerts, fire/heat anomaly detection, humidity anomalies (e.g. water ingress on a boat, cabin door opened in cold weather).
BME680 VOC sensing remains conditionally relevant for fuel leak detection on boats — flagged as a variant, not the baseline.
Alternatives considered
| Part | Measures | Active current | Sleep | Notes |
|---|---|---|---|---|
| Bosch BME280 | T / RH / P | ~3.6 µA @ 1 Hz | ~0.1 µA | Includes pressure (unused), cheap, proven |
| Sensirion SHT4x | T / RH only | ~0.4 µA @ 1/min | ~0.1 µA | Best-in-class T/RH accuracy, no pressure, lower power |
| Bosch BME680 | T / RH / P / VOC | ~3.7 µA + ~900 µA (heater) | ~0.15 µA | VOC justified only for boat fuel leak variant |
SHT4x is the preferred baseline — lowest power, best T/RH accuracy, no unused pressure channel. BME680 as a variant for deployments where VOC/fuel leak detection is needed.
Open questions
- Is VOC/fuel leak detection a required variant (boat deployment)?
- Temperature anomaly threshold for alerting?
Next step
Confirm whether VOC variant is needed before finalising BOM. Baseline = SHT4x.
Hypothesis
GPS is not a standard fit for the Accordion Sentry Model. The device is placed at a known fixed location — GPS adds cost, board area, and is the highest-power sensor on the board (~10–30 mA active). It earns its place only when asset mobility is a use case.
Conditional inclusion: GPS is justified for boat deployments where drift detection or theft tracking is required. For cabin and woodland fixed installations, GPS is redundant.
Alternatives considered
| Module | Constellation | Tracking | Power-save mode | Highlight |
|---|---|---|---|---|
| u-blox MAX-M10S | GPS/GLONASS/Galileo/BeiDou | ~10 mA | ~0.5 mA (Super-E) | Best-in-class low-power, I2C/UART/SPI, external antenna |
| u-blox SAM-M10Q | GPS/GLONASS/Galileo/BeiDou | ~10 mA | ~1.5 mA | Integrated patch antenna, saves board area |
| Quectel L76L | GPS/GLONASS/Galileo | ~13 mA | ~1 mA | Lower cost, UART |
If included, u-blox M10 platform remains the preferred choice for low-power GNSS. A small backup supply is needed to retain almanac between duty cycles and reduce TTFF.
Open questions
- Is GPS a standard feature or a hardware variant (DNP for fixed installations)?
- Does Beacon Module provide a backup power rail for GNSS almanac retention?
Next step
Decide: standard fit vs DNP variant. Recommend treating GPS as optional/variant to keep baseline power budget lean.
Hypothesis
Use a photoacoustic NDIR sensor for true CO2 measurement. Photoacoustic technology offers the best balance of accuracy and low power. Traditional NDIR (~40 mA active) requires heavy duty-cycling; photoacoustic variants achieve low average current natively.
Note: MOX-based eCO2 sensors (CCS811, ENS160) are NOT true CO2 — they estimate from VOC readings. If actual CO2 ppm is required, NDIR or photoacoustic is mandatory.
Alternatives considered
| Part | Technology | Accuracy | Avg power (duty-cycled) | Interface | Highlight |
|---|---|---|---|---|---|
| Sensirion SCD41 | Photoacoustic NDIR | ±40 ppm | ~0.4 mA @ 1/30 s; single-shot | I2C | Best low-power true CO2, proven, single-shot mode |
| Sensirion SCD40 | Photoacoustic NDIR | ±50 ppm | ~0.4 mA @ 1/30 s | I2C | Slightly less accurate, lower cost |
| Infineon XENSIV PAS CO2 | Photoacoustic | ±30 ppm | ~30 µA average | I2C/UART | Lowest power, newer part, less field history |
| SenseAir S8 LP | NDIR | ±40 ppm | ~2 mA avg | UART | Established, larger footprint |
SCD41 in single-shot mode is the leading candidate — trigger measurement, wait ~5 s, sleep. Infineon XENSIV PAS CO2 is a strong contender if power budget is tight, but carries more supply chain and maturity risk.
Open questions
- True CO2 ppm required, or is eCO2 estimate acceptable?
- Measurement interval? (drives average current significantly)
- Concentration range requirements beyond standard indoor 400–5000 ppm?
Next step
Confirm true CO2 vs eCO2 requirement and measurement interval before selecting part.
Hypothesis
Use an accelerometer (not a full 6-DoF IMU) for tamper detection and asset movement monitoring. Gyroscope is out of scope — angular rate is not needed for the surveillance use case and draws ~5 mA active. Magnetometer remains conditional on heading requirement.
Use case value: detect if a boat is drifting or moved, a cabin door slammed, or the Sentry device itself is tampered with. Hardware wake-on-motion interrupt keeps the Beacon MCU asleep until movement is detected.
Alternatives considered
| Part | DoF | Power (low-rate) | Highlight |
|---|---|---|---|
| Bosch BMI270 | 6-DoF (gyro unused) | ~0.5 µA @ 6.25 Hz accel-only | HW wake-on-motion, step/gesture detection, I2C/SPI |
| ST LSM6DSOX | 6-DoF (gyro unused) | ~1.8 µA @ 52 Hz accel-only | On-chip ML core, HW activity detection |
| ST LIS2DH12 | Accel only | ~1 µA @ 1 Hz | Simple, cheap, wake-on-motion interrupt |
| Bosch BMA400 | Accel only | ~0.85 µA (step mode) | Auto wake/sleep, lowest power accel-only option |
BMA400 or LIS2DH12 are preferred — purpose-built accelerometers with no unused gyro die drawing power. BMI270 remains viable if future firmware needs gesture classification.
Open questions
- Is absolute heading (magnetometer) needed for any deployment scenario?
- Any specific vibration or shock threshold for tamper alerting?
Next step
Select between BMA400 (lowest power) and LIS2DH12 (simplest, most supported). Confirm magnetometer requirement.
Hypothesis
Add a PIR (Passive Infrared) sensor as a second presence detection tripwire alongside audio. PIR detects body heat movement without requiring visual line of sight through walls — it works within a space, at a doorway, or outdoors within range. Complements the MEMS microphone well: audio detects sound events, PIR detects thermal movement independently.
Use case fit: cabin entry detection, perimeter trigger in the woods, boat deck presence. Very low standby power; output is a simple digital interrupt — no bus traffic until triggered.
Alternatives considered
| Part | Detection range | Supply current (standby) | Output | Highlight |
|---|---|---|---|---|
| Panasonic EKMC / EKMB series | 5–12 m | ~170 µA (EKMC) / ~6 µA (EKMB) | Digital | EKMB ultra-low power variant, industry standard |
| Murata IRS-B210ST01 | ~5 m | ~14 µA | Digital | Compact, low power |
| Excelitas PYQ series | Configurable | ~20–50 µA | Digital (with ASIC) | Flexible sensitivity/range via config |
EKMB series (Panasonic) is the leading candidate — ~6 µA standby with digital interrupt output, no processing required on the Sentry side.
Open questions
- Indoor-only, outdoor-only, or both? (affects lens/Fresnel selection)
- Detection range requirement?
- Is PIR a standard fit or deployment-specific variant?
Next step
Confirm deployment environments and range requirement. PIR is low cost and near-zero power — lean towards including as standard.
Design Rule Status
■ No violations ■ Warning ■ Error ■ Waived