Difference between revisions of "Pic32book"

From Mech
Jump to navigationJump to search
(The official webpage for the mechatronics book.)
Line 5: Line 5:
# Text editors (Choose one)
# Text editors (Choose one)
#* [http://notepad-plus-plus.org/ Notepad++] (Windows)
#* [http://notepad-plus-plus.org/ Notepad++] (Windows)
#* [http://www.barebones.com/products/textwrangler/download.html TextWrangler] (Mac
#* [http://www.barebones.com/products/textwrangler/download.html TextWrangler] (Mac)
#* [http://www.sublimetext.com/ Sublime Text] (Mac)
#* [http://wiki.gnome.org/Apps/Gedit Gedit] (Windows/Mac/Linux)
#* [http://wiki.gnome.org/Apps/Gedit Gedit] (Windows/Mac/Linux)
#** > sudo apt-get install gedit (Ubuntu)
#** > sudo apt-get install gedit (Ubuntu)

Revision as of 23:39, 12 January 2015

Welcome to the webpage for the book.

Chapter 1: Quickstart

  1. Text editors (Choose one)
    • Notepad++ (Windows)
    • TextWrangler (Mac)
    • Sublime Text (Mac)
    • Gedit (Windows/Mac/Linux)
      • > sudo apt-get install gedit (Ubuntu)
    • vim (Windows/Mac/Linux)
      • > sudo apt-get install vim-gtk (Ubuntu)
    • emacs (Windows/Mac/Linux)
      • > sudo apt-get install emacs (Ubuntu)
  2. The Native C compiler
    • MinGW (Windows)
    • Xcode (Mac)
    • Your distribution's package manager (Linux)
      • > sudo apt-get install build-essential (Ubuntu)
  3. Make
    • gnuWin32 Make (Windows)
    • Already installed with Xcode (Mac)
    • Your distribution's package manger (Linux)
      • Already installed with gcc (Ubuntu)
  4. Microchip XC32 compiler
  5. MPLAB Harmony
  6. FTDI virtual COM port
  7. Terminal Emulator:
    • PuTTY (Windows)
    • screen (Mac/Linux, probably already installed)
  8. PIC32quickstart.zip