Difference between revisions of "PIC32book"

From Mech
Jump to navigationJump to search
(Created page with "Welcome to the webpage for ''Mechatronics and Embedded Control with the PIC32 Microcontroller'', by Kevin Lynch, Nick Marchuk, and Matt Elwin. == Downloadable Chapters == Se...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''THIS PAGE REFERS TO A PRE-RELEASE VERSION OF THE NU32 PIC32 DEVELOPMENT BOARD. FOR INFORMATION, SAMPLE CODE, AND VIDEOS RELATED TO THE PRODUCTION VERSION (2016 AND LATER), AND TO THE CORRESPONDING BOOK "EMBEDDED COMPUTING AND MECHATRONICS WITH THE PIC32 MICROCONTROLLER," VISIT [[NU32|THE NU32 PAGE]].'''

<!--
Welcome to the webpage for ''Mechatronics and Embedded Control with the PIC32 Microcontroller'', by Kevin Lynch, Nick Marchuk, and Matt Elwin.
Welcome to the webpage for ''Mechatronics and Embedded Control with the PIC32 Microcontroller'', by Kevin Lynch, Nick Marchuk, and Matt Elwin.


== Downloadable Chapters ==
== Downloadable Chapters ==


Several chapters are available for download.
[[Media:book-draft-April1-2015.pdf|Several chapters are available for download.]]


== Videos ==
== Videos ==
Line 15: Line 18:
== Sample Code ==
== Sample Code ==


All sample code in the book can be downloaded here.
All sample code in the book can be downloaded as a single zip file here.


== Errata ==
== Errata ==

Errata will go here.


== Supplemental Resources ==
== Supplemental Resources ==


Updates, further reading, data sheets, online resources, and other user-contributed code will be posted here.
Updates, further reading, data sheets, online resources, and other user-contributed code will be posted here, by chapter.


=== Chapter 1: Quickstart ===
=== Chapter 1: Quickstart ===
Line 54: Line 59:
# [[Media:PIC32NewMakefile.zip|'''Updated NU32 Makefile!''']] Rename this file as Makefile, edit the first six lines to have the correct paths (taken from your old Makefile), and place it in your skeleton folder, replacing your old Makefile.
# [[Media:PIC32NewMakefile.zip|'''Updated NU32 Makefile!''']] Rename this file as Makefile, edit the first six lines to have the correct paths (taken from your old Makefile), and place it in your skeleton folder, replacing your old Makefile.


== Chapter 4: Using Libraries ==
=== Chapter 4: Using Libraries ===


#[[Media:HD44780_LCD_ds.pdf|Data sheet for the HD44780 16x2 character LCD.]] There are many pin-compatible 16x2 character LCDs that will work, such as the KS0066U and HJ1602A.
#[[Media:HD44780_LCD_ds.pdf|Data sheet for the HD44780 16x2 character LCD.]] There are many pin-compatible 16x2 character LCDs that will work, such as the KS0066U and HJ1602A.
-->

Latest revision as of 06:52, 16 January 2016

THIS PAGE REFERS TO A PRE-RELEASE VERSION OF THE NU32 PIC32 DEVELOPMENT BOARD. FOR INFORMATION, SAMPLE CODE, AND VIDEOS RELATED TO THE PRODUCTION VERSION (2016 AND LATER), AND TO THE CORRESPONDING BOOK "EMBEDDED COMPUTING AND MECHATRONICS WITH THE PIC32 MICROCONTROLLER," VISIT THE NU32 PAGE.