CSC-ATAMO Dusty Project
0.6a

Overview

  • Table of Contents
  • Background
  • Hand-Over
  • Project How-To’s
  • Quick Reference

System Design

  • System Design
  • System Deployment

Implementation

  • Sensor Host Design
    • Sensor Host Design
    • Sleep Management
    • Sensor Host Configurations
    • Dusty-to-M7 Interface
    • Dusty API UART
    • Code Organization
    • Sensor Host Modules
    • System Timing
    • dp_conf.h
    • dp_sm.h
    • dp_port.h
    • usart/ISerial.h
    • usart/usart_flow.h
    • usart/usart_vars.h
    • sample/sample.h
    • sample/frame.h
    • sample/sensor.h
    • sample/0x00_AccelMagno/AccelMagno.h
  • Network Manager
  • DynamoDB
  • Django Web Application
  • Testing
CSC-ATAMO Dusty Project
  • Docs »
  • Sensor Host Design
  • View page source

Sensor Host Design¶

Sensor-Host Design

  • Sensor Host Design
    • Program Logic
    • State Control
  • Sleep Management
  • Sensor Host Configurations
    • Background
    • Configuration Lookup
    • Device Configuration
    • Parameters
    • Implementation
  • Dusty-to-M7 Interface
    • GPIO Pinout
    • External I/O Pinout
    • Serial Pinout
    • Common Module Pinout
  • Dusty API UART
    • Abstract
    • API vs CLI
    • Serial Modes
    • Flow Control
    • Power Consumption of the I/F
    • References

Contributing to Source

  • Code Organization
    • Entry Point
    • Globals
  • Sensor Host Modules
    • Adding Modules
  • System Timing
    • Watchdog

Source

  • dp_conf.h
  • dp_sm.h
  • dp_port.h
  • usart/ISerial.h
  • usart/usart_flow.h
  • usart/usart_vars.h
  • sample/sample.h
  • sample/frame.h
  • sample/sensor.h
  • sample/0x00_AccelMagno/AccelMagno.h
Next Previous

© Copyright 2017, C7C.

Built with Sphinx using a theme provided by Read the Docs.