Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
656 B

5 years ago
  1. MSP-EXP430G2 LaunchPad User Experience gcc project readme
  2. 1. File listing:
  3. - launchpad.c: main application code
  4. - makefile: makefile customized for the project
  5. 2. Compiler requirements
  6. - msp430gcc compiler should be installed
  7. - msp430gcc header files should be installed with their include path added to the OS environment.
  8. 3. Using provided makefile:
  9. - Build with: make
  10. - Clean with: make clean
  11. - Packge & Distribution with: make dist
  12. 4. Debug with:
  13. - mspdebug rf2500 [The emulator & usb drivers for the LaunchPad are similar to the ones for the ez430-rf2500]
  14. - Use mspdebug to start a gdbproxy & use msp430-gdb to connect & debug