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.

55 lines
2.9 KiB

5 years ago
  1. MSP-EXP430G2 Software Examples v2.03.00
  2. Texas Instruments, Inc.
  3. ********************************************************************************
  4. Welcome to the MSP-EXP430G2 LaunchPad!
  5. ********************************************************************************
  6. In this package, you will find software examples and source codes that can help
  7. you quickly get started in developing your own project.
  8. The software example projects are located in the 'Source' folder:
  9. 1. 430BOOST-SENSE1
  10. | CapTouch_BoosterPack_UserExperience | 430BOOST-SENSE1 Captouch Booster Pack User Experience
  11. 2. 430BOOST-SHARP96
  12. | 430BOOST-SHARP96_CapacitiveTouch | 430BOOST-SHARP96 capacitive touch source code
  13. | 430BOOST-SHARP96_GrlibExample_G2 | 430BOOST-SHARP96 Grlib Example
  14. 3. OutOfBox_MSP-EXP430G2
  15. | MSP-EXP430G2-LaunchPad | Out of box demo source code
  16. | LaunchPad_Temp_GUI | Out of box demo Temperature GUI
  17. Note: the MSP-EXP430G2_CapacitiveTouch example requires MSP430 Touch Pro GUI to be installed on your pc to function correctly. Please find the link to download in the Documentation folder
  18. In addition, prebuilt TI-TXT images are located in the 'Binary' folder. These
  19. images are ready to be downloaded onto your LaunchPad using a free MSP430
  20. programming interface, such as the included MSP430Flasher. Just run the
  21. "Program <Example>.bat" to download the corresponding project to your LaunchPad!
  22. You can also find various web links in the 'Documentation' folder pointing to
  23. the Tool Page, Quick Start Guide, User's Guide and MSP430 USB Developers Package.
  24. For more resources, be sure to visit http://www.ti.com/tool/MSP-EXP430F5529LP
  25. Also checkout the Wiki page at http://processors.wiki.ti.com/index.php/MSP430F5529_LaunchPad
  26. ********************************************************************************
  27. Revision History
  28. ********************************************************************************
  29. Ver 2.03.00 - September 26th, 2014
  30. - Fixed CapTouch_BoosterPack_UserExperience build error in CCS
  31. Ver 2.02.00 - March 8th, 2014
  32. - Updated to include BoosterPack software examples
  33. ********************************************************************************
  34. Project File Listing
  35. ********************************************************************************
  36. |--Documentation : Folder containing links to more resources
  37. |--Drivers : Folder containing driver for MSP430 emulation tools
  38. |--Source : Folder containing software examples
  39. |--430BOOST-SENSE1 : Capacitive Touch BoosterPack example source codes
  40. |--430BOOST-SHARP96 : Sharp LCD BoosterPack example source codes
  41. |--OutOfBox_MSP-EXP430G2 : G2 LaunchPad out-of-box source codes
  42. |--Readme.txt : This file