Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 687 Bytes

atmosensor

This is a simple project for measuring and recording air quality data from an embedded device.

Components

  • atmosensor-fw This contains the embedded firmware application which reads from the sensors and communicates the data over USB.
  • atmosensor-host-apps Linux-based applications for interacting with the firmware app.
    • atmosensor-tui Text user interface for sending and receiving commands via USB.
  • atmosensor-kicad KiCAD schematic and PCB layout for the hardware which connects to the sensors.
  • usb-protocol Documentation of the protocol being used for communicating between the host application and the embedded firmware.