Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.96 KB

File metadata and controls

48 lines (39 loc) · 1.96 KB

📦 D‑Scope Modules

This directory contains all embedded firmwares that implement the D‑Scope protocol.
Each module is autonomous, specialized, and communicates using the key=value format.

Available Modules

Comfort Module

Environmental measurements:

  • Temperature (TIN)
  • Humidity (RHIN)
  • Air quality
  • Periodic transmission

Flow Module

Flow and temperature measurements:

  • Water flow
  • Air flow
  • Associated temperatures

Energy Module

Electrical monitoring:

  • Instant power
  • Cumulative energy
  • Voltage / current
  • Power factor

HVAC/PAC Module

Heat pump monitoring:

  • Supply/return temperatures
  • Pressures
  • Operating states
  • Error codes

Hub Module

System core:

  • Radio reception
  • Frame enrichment
  • MQTT publication
  • Optional local API

PIC Module

Ultra‑low‑power sensor module:

  • Simple sensors
  • Radio transmission
  • XC8 firmware + Makefile

Each module includes its own documentation, wiring, and firmware.