[go: up one dir, main page]

Menu

Tree [r37] / trunk /
 History

HTTPS access


File Date Author Commit
 .settings 2016-09-17 dale_scott [r35] re-ordered cli commands for clarity
 doc 2016-01-25 dale_scott [r13] added project icon and grouped project meta
 driverlib 2016-04-04 steven-pye [r20] Fixed P2MAP compiler warning. Fixed parenthese...
 i2cDevices 2016-09-19 dale_scott [r37] header and comment corrections
 sdCard 2016-04-25 dale_scott [r28] edited for clarity
 targetConfigs 2015-12-30 dale_scott [r2] using MSP-EXP432P401R Out-of-Box experience for...
 testUtilities 2015-12-30 dale_scott [r3] zip-01 2015-12-28T10:06
 .ccsproject 2015-12-30 dale_scott [r3] zip-01 2015-12-28T10:06
 .cproject 2016-01-25 steven-pye [r11] 1) Increased clock speed to 48MHz
 .project 2015-12-30 dale_scott [r5] changed project name to msp432logger
 README.md 2016-04-21 dale_scott [r27] header cleanup and licensing clarity
 fifo.c 2015-12-30 dale_scott [r3] zip-01 2015-12-28T10:06
 fifo.h 2015-12-30 dale_scott [r3] zip-01 2015-12-28T10:06
 main.c 2016-09-19 dale_scott [r37] header and comment corrections
 main.h 2016-09-17 dale_scott [r35] re-ordered cli commands for clarity
 msp432_startup_ccs.c 2015-12-30 dale_scott [r2] using MSP-EXP432P401R Out-of-Box experience for...
 msp432_startup_ccs_gcc.c 2016-02-04 steven-pye [r15] 1) Beefed-up I2C driver
 msp432p401r.cmd 2015-12-30 dale_scott [r2] using MSP-EXP432P401R Out-of-Box experience for...
 msp432p401r.lds 2015-12-30 dale_scott [r3] zip-01 2015-12-28T10:06
 uartCommand.c 2016-09-19 dale_scott [r37] header and comment corrections
 uartCommand.h 2016-02-03 steven-pye [r14] 1) Re-factored by adding uartCommand.c

Read Me

msp432logger

msp432logger is a high-speed multi-sensor embedded data logger based on the TI MSP-EXP432P401R Launchpad eco-system, storing sensor data to a microSD card.

msp432logger is in active development and is likely not suitable for production use at this time.

msp432logger is developed as an open source project and uses the permissive business-friendly BSD 2-Clause License, although included TI driver code limits use to TI microprocessor devices only (see Legal for more information).

The goal of the msp432logger project is develop a superior high-speed multi-sensor data logger, providing high sensor data bandwidth, large data storage capacity, and low power consumption. A serial command line interface is provided, IoT protocols are supported for remote command and control, and a web GUI is developed as part of the project.

The Phase 1 development platform consists of:

  • TI MSP-EXP432P401R LaunchPad.
  • TI BOOSTXL-SENSHUB BoosterPack.
  • 43oh SDCardReader (modified for UCB2 instead of UCB0).
  • Custom I2C breakout PCB.
  • Newark BOOSTXL-BATTPACK

Getting Started

The standard development environment uses TI Code Composer 6 (CCS) for editing and debugging, and TortoiseSVN for source revision control.

  1. Checkout code somewhere convenient using either svn+ssh protocol (svn+ssh://sourceforge_username@svn.code.sf.net/p/msp432logger/code/trunk) or https protocol (URL: https://svn.code.sf.net/p/msp432logger/code/trunk).

  2. Start CCS and import the code you checked-out from Sourceforge as a CCS project. Specify that files NOT be copied to your workspace.

  3. Build the project and debug on target hardware like any other project.

Issue Tracking

Issues (and project milestones) are tracked in the msp432logger Tickets tool.

Communication Channels

The official communication channel is the msp432logger Discussion tool.

Project Documentation

Project documentation is maintained in the map432logger Wiki.

Developer Guidelines

All development is currently in the trunk.

  • Check-out the msp432logger code trunk.
  • Edit/update/merge/check-in......

Please solicit discussion on changes you are considering by creating a ticket, and reference the ticket in your final commit message before checking in code.

msp432logger source is copyright by its authors, as recorded in the msp432logger repository commit log and in file headers (if present). The msp432logger project does not use a Contributor License Agreement (CLA) or a Copyright Assignment Agreement (CAA). By submitting work to the project, you are agreeing to provide your code under the terms of the BSD 2-Clause License.

msp432logger includes code from external sources:

  • FatFs FAT file system module by ChaN (BSD-like license)
  • FatFs control module for MSP-EXP432P401R (https://github.com/bluehash/MSP432Launchpad, license presumably same as FatFs)
  • Texas Instruments FatFs SPI driver (BSD license)
  • Texas Instruments msp432ware device drivers (BSD license)
  • Texas Instruments Tivaware I2C device drivers (TI license for TI microcontrollers only)

Support

If you require assistance:

If you create a ticket, try to include answers to the following questions:

  • What are you trying to achieve?
  • What symptoms are you experiencing? Why do the symptoms represent a problem?
  • Which commit of msp432logger are you using?
  • Include as an example the simplest code segment or sequence of operations that results in the symptoms you are reporting.

Attributions