Difference between revisions of "NU32 Electronics and Mechatronics Kits"

From Mech
Jump to navigationJump to search
(Created page with "To complete basic projects in the book [[NU32|"Embedded Computing and Mechatronics with the PIC32 Microcontroller"] (Lynch/Marchuk/Elwin, Newnes 2015), we recommend a minimum ...")
 
 
(54 intermediate revisions by the same user not shown)
Line 1: Line 1:
To complete basic projects in the book [[NU32|"Embedded Computing and Mechatronics with the PIC32 Microcontroller"] (Lynch/Marchuk/Elwin, Newnes 2015), we recommend a minimum electronics kit consisting of the following:
To complete projects in the book [[NU32|"Embedded Computing and Mechatronics with the PIC32 Microcontroller"]] (Lynch/Marchuk/Elwin, Newnes 2015), we recommend purchasing the following parts.

* a wire stripper
==Minimum Electronics Kit==
* a digital voltmeter
We recommend this set of parts for simple interfacing with the NU32, as described throughout the book. These are available from many vendors; below are some examples where they can be purchased.
* 22 AWG solid hook-up wire, including black (ground), red, and at least one other color
* [https://www.sparkfun.com/products/12630 a wire stripper] and [https://www.sparkfun.com/products/8022 22 AWG solid hook-up wire], typically including black (ground), red, and at least one other color; alternatively you can use a [https://www.sparkfun.com/products/124 jumper wire kit (a pre-cut assortment of wires)]
* a selection of 1/4 W through-hole resistors, but at least ('''these resistances''')
* [https://www.sparkfun.com/products/12966 a digital multimeter]
* a selection of breadboard-ready 1/4 W through-hole resistors; for example, [https://www.sparkfun.com/products/10969 a kit like this], or individual resistors between 100 ohms and 100K ohms should suffice
* a selection of breadboard-ready through-hole ceramic capacitors; for example, [https://www.sparkfun.com/products/13698 a kit like this], or a few 0.1uF (100nF) and 0.01uF (10nF) capacitors should suffice
* [http://www.digikey.com/product-detail/en/SFH%20310%20FA-2%2F3/475-1444-ND/1228087 SFH 310 FA-2/3 NPN phototransistor] (or any phototransistor with good sensitivity to red light, wavelength around 650 nm)
* [http://www.digikey.com/product-detail/en/WP7113SRC%2FDU/754-1274-ND/1747673 Kingbright WP7113SRC/DU red LED] (or any bright red LED, wavelength around 650 nm)
You might also consider [https://www.sparkfun.com/products/10003 a kit of basic electronic parts] for further exploration.

==The Brushed DC Motor Control Kit==
These items are needed to complete the projects associated with a brushed DC motor.
* a brushed DC motor with no gearhead that draws less than 1 A at stall when powered by 6 V, with an incremental encoder (as many counts per revolution as possible, preferably at least hundreds). No gearhead makes it easier to characterize the motor without having to worry about high friction in the gearhead. You can search surplus and other sites for such motors (e.g., [http://aliexpress.com aliexpress.com], [http://ebay.com ebay.com], etc.). As of January 2016, [http://www.aliexpress.com/item/New-MABUCHI-RS-385PH-motor-high-speed-with-Encoder-448-AB-phase-encoder-motor-high-quality/32218842791.html this Mabuchi RS-385PH motor and 448-line incremental encoder is available on aliexpress for less than 10 USD].
* [https://www.sparkfun.com/products/12083 a 4xAA battery holder] and 4 AA batteries for a 6 V power supply (6 V is not critical; other voltages are possible, provided the motor does not draw much more than about 1 A at stall at this voltage)
* A [[motor control board|motor control board]], consisting of a TI DRV8835 H-bridge chip, the MAX9918 current-sense amplifier, and a dsPIC33FJ64MC802-I/MM microcontroller that is used to count encoder and report its count via SPI
* [http://www.digikey.com/product-detail/en/AC05000002009JAC00/PPC5W20.0CT-ND/596701 20 ohm 5 W power resistor] (used for calibration of the motor current sensor)
* a motor mount to mount the motor securely to the table
* an inertia bar to attach to the motor to vary its load


==Optional Components with Source Code==
The following equipment is used in code samples in the book. Most products are available from many vendors; below are examples.
* a portable oscilloscope and function generator, such as the [http://nscope.org/ nScope]
* [https://www.sparkfun.com/products/255 a 16x2 LCD screen (HD44780-compatible controller chip)]
* [http://www.digikey.com/product-detail/en/23K256-I%2FP/23K256-I%2FP-ND/2001112 Microchip 23K256 SPI Serial SRAM]
* [https://www.pololu.com/product/2127 STMicroelectronics LSM303D accelerometer/magnetometer]
* [https://www.crystalfontz.com/product/cfal12864nab4-module-128x64-graphic-oled 128x64 OLED screen with SSD1306 driver]
* [http://www.digikey.com/product-detail/en/MCP2562-E%2FP/MCP2562-E%2FP-ND/4079966 Microchip MCP2562 CAN transceiver]
* [http://www.digikey.com/product-search/en?pv69=80&FV=fff40027%2Cfff802d2&k=l6234 L6234 three phase brushless motor driver]


==Other Components Referenced or Used in the Book==
These components, referenced in the book, can be sourced from various suppliers:
* Chapter 21
** [[Media:PDV-P5002.pdf|Advanced Photonix PDV-P5002 photocell]]
** [[Media:OP906.pdf|OPTEK Technology OP906 photodiode]]
** [[Media:QED123.pdf|Fairchild Semiconductor QED123 LED]]
** [[Media:OPB370T51.pdf|OPTEK Technology photointerrupter]]
** [[Media:OPB742.pdf|OPTEK Technology OPB742 reflective object sensor]]
** [[Media:WAL305.pdf|Contelec WAL305 potentiometer]]
** [[Media:AEAT-9000-1GSH1.pdf|Avago Technologies AEAT-9000-1GSH1 absolute optical encoder]]
** [[Media:AD2S90.pdf|Analog Devices AD2S90 resolver to digital converter chip]]
** [[Media:LD320.pdf|Omega LD320 linear variable differential transformer]]
** [[Media:ADXL362.pdf|Analog Devices ADXL362 three-axis accelerometer]]
** [[Media:L3GD20H.pdf|STMicroelectronics L3GD20H three-axis gyro]]
** [[Media:ASM330LXH.pdf|STMicroelectronics ASM330LXH inertial measurement unit (IMU)]]
** [[Media:TCS20DPR.pdf|Toshiba TCS20DPR digital Hall effect switch]]
** [[Media:AEAT-6600-T16.pdf|Avago Technologies AEAT-6600 angular magnetic encoder IC]]
** [[Media:GP2YA60SZ.pdf|Sharp infrared distance sensor]]
** [[Media:B57164K.pdf|TDK B57164K103J negative temperature coefficient thermistor]]
** [[Media:TMP37.pdf|Analog Devices TMP37 temperature sensor]]
** [[Media:MAX9918.pdf|Maxim Integrated MAX9918 current-sense amplifier]]
** [[Media:ACS711.pdf|Allegro ACS711 Hall-effect current sensor]]
* Chapter 29
** [[Media:TIP120.pdf|Fairchild Semiconductor TIP120 NPN transistor]]
** [[Media:1N4001.pdf|Fairchild Semiconductor 1N4001 diode]]
** [[Media:NCC-05-11-011-1PBS.pdf|H2W Technologies NCC-05-11-011-1PBS moving coil voice coil actuator]]
** [[Media:DRV8825.pdf|Texas Instruments DRV8825 stepper motor controller IC]]
** [[Media:Pittman-ELCOM-SL-4443S013.pdf|Pittman ELCOM-SL-4443S013 brushless motor]]

Latest revision as of 21:51, 11 April 2016

To complete projects in the book "Embedded Computing and Mechatronics with the PIC32 Microcontroller" (Lynch/Marchuk/Elwin, Newnes 2015), we recommend purchasing the following parts.

Minimum Electronics Kit

We recommend this set of parts for simple interfacing with the NU32, as described throughout the book. These are available from many vendors; below are some examples where they can be purchased.

You might also consider a kit of basic electronic parts for further exploration.

The Brushed DC Motor Control Kit

These items are needed to complete the projects associated with a brushed DC motor.

  • a brushed DC motor with no gearhead that draws less than 1 A at stall when powered by 6 V, with an incremental encoder (as many counts per revolution as possible, preferably at least hundreds). No gearhead makes it easier to characterize the motor without having to worry about high friction in the gearhead. You can search surplus and other sites for such motors (e.g., aliexpress.com, ebay.com, etc.). As of January 2016, this Mabuchi RS-385PH motor and 448-line incremental encoder is available on aliexpress for less than 10 USD.
  • a 4xAA battery holder and 4 AA batteries for a 6 V power supply (6 V is not critical; other voltages are possible, provided the motor does not draw much more than about 1 A at stall at this voltage)
  • A motor control board, consisting of a TI DRV8835 H-bridge chip, the MAX9918 current-sense amplifier, and a dsPIC33FJ64MC802-I/MM microcontroller that is used to count encoder and report its count via SPI
  • 20 ohm 5 W power resistor (used for calibration of the motor current sensor)
  • a motor mount to mount the motor securely to the table
  • an inertia bar to attach to the motor to vary its load


Optional Components with Source Code

The following equipment is used in code samples in the book. Most products are available from many vendors; below are examples.


Other Components Referenced or Used in the Book

These components, referenced in the book, can be sourced from various suppliers: