Difference between revisions of "Projects:2015s1-40 Flexible ad-hoc Network A: Physical Layer"

From Projects
Jump to: navigation, search
Line 58: Line 58:
 
- Describe the inner working of each layer, include flowcharts and global/important variables  
 
- Describe the inner working of each layer, include flowcharts and global/important variables  
  
'''Physical Layer'''
+
=== Physical Layer ===
  
'''Link Layer'''
+
=== Link Layer ===
  
'''Network Layer'''
+
=== Network Layer ===
  
 
== Development Tools ==
 
== Development Tools ==
Line 70: Line 70:
 
=== Software ===
 
=== Software ===
  
'''Code Composer Studio'''
+
==== Code Composer Studio ====
  
 
- TI Compiler version
 
- TI Compiler version
  
'''SmartRF Studio'''
+
==== SmartRF Studio ====
  
 
- Used in RX/TX dBM measurement and RF configuration register generation
 
- Used in RX/TX dBM measurement and RF configuration register generation
Line 80: Line 80:
 
- Provide a quick description of how to use this tool for readers
 
- Provide a quick description of how to use this tool for readers
  
'''Related documentation'''
+
=== Related documentation ===
  
 
== Application Development Guide ==
 
== Application Development Guide ==

Revision as of 22:53, 12 August 2015

Introduction

Overview

- Project name

- Supervisors

- Group members

Significance

Comparison with other technologies

- Why we're rolling out our own

Objectives and Deliverables

- Objective

- Deliverable

High Level Design

(basically the proposal document and v0.1 SDD)

Layers

Physical Layer

- Description

- Significance

Link Layer

- Description

- Significance

Network Layer

- Description

- Significance

Packet Format

- Photo/Table of the packet

- Size and limitation of the packet

- Description of each byte in the packet

Detailed Design

- Describe the inner working of each layer, include flowcharts and global/important variables

Physical Layer

Link Layer

Network Layer

Development Tools

Hardware

Software

Code Composer Studio

- TI Compiler version

SmartRF Studio

- Used in RX/TX dBM measurement and RF configuration register generation

- Provide a quick description of how to use this tool for readers

Related documentation

Application Development Guide

Main Program Design Guide

Code Convention

Code Explanation

Code walk-through for various layers

Predefined Definitions

What they are for, why they exist, when to use them

Usage Scenarios

Migration Advice

- How to port code from this project to other MCU architectures

Reflection and Improvement

Reference