Pololu Orangutan Скачать руководство пользователя страница 1

Pololu Orangutan USB

Programmer User's Guide

1. Overview  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  2
2. Contacting Pololu  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  3
3. Module Pinout and Components  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  4
4. USB-to-Serial Drivers .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  7
5. Getting Started Using Windows  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  8

5.a. Using AVR Studio  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  8
5.b. AVR Studio in More Detail  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  12
5.c. Configuring Your Programmer for AVR Studio  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  14
5.d. Using AVRDUDE  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  16

6. Getting Started Using Linux  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  17
7. Troubleshooting  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  19
8. Updating Your Programmer’s Firmware  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  21

8.a. Upgrade Preparations  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  21
8.b. Uploading the New Firmware  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  26

Pololu Orangutan USB Programmer User's Guide

© 2001–2010 Pololu Corporation

Page 1 of 29

Содержание Orangutan

Страница 1: ...5 a Using AVR Studio 8 5 b AVR Studio in More Detail 12 5 c Configuring Your Programmer for AVR Studio 14 5 d Using AVRDUDE 16 6 Getting Started Using Linux 17 7 Troubleshooting 19 8 Updating Your Pr...

Страница 2: ...t receives its power via the USB A to mini B cable http www pololu com catalog product 130 that connects it to a personal computer This cable is not included with your programmer if you do not already...

Страница 3: ...cts and about your experience with the Orangutan USB programmer You can contact us http www pololu com contact directly or post on our forum http forum pololu com Tell us what we did well what we coul...

Страница 4: ...grammer PGM02A and PGM02B The programmer s revision number is written along the right side of the bottom of the PC board The newer PGM02B revision has two key improvements over the original PGM02A 1 i...

Страница 5: ...P port located just behind the right wheel as shown above Connecting to Your Orangutan Baby Orangutan ISP pins Orangutan SV 168 SV 328 and LV 168 ISP pins Orangutan ISP pins The Orangutan USB programm...

Страница 6: ...which can in turn permanently disable your Orangutan see Fuses in Section 5 b If your programmer version is PGM02B the programmer will not let you program an unpowered device you will see the red sta...

Страница 7: ...om docs 0J7 for the programmer s CP2102 USB to UART bridge Once you have successfully installed your this driver you should see the green USB status LED near the mini B connector lit whenever it is co...

Страница 8: ...w you step by step how to use AVR Studio to make the red user LED blink on your Orangutan Orangutan SV 168 Orangutan SV 328 Orangutan LV 168 Baby Orangutan or 3pi robot Please note that this program w...

Страница 9: ...ich chip your Orangutan or 3pi has Click Finish Creating a new AVR Studio project step 2 3 Write your program in BlinkLED c as seen in the screen shot below and click the Build button on the toolbar o...

Страница 10: ...g to the Tools menu and selecting Program AVR Connect Connecting to the programmer with AVR Studio 5 This will bring up a programmer selection dialog The platform should be AVRISP The Orangutan USB pr...

Страница 11: ...y please refer to our troubleshooting advice Section 7 for help getting your connection working Reading the device signature in AVR Studio s Main ISP tab 7 Now it is time to program your target device...

Страница 12: ...if you are trying this on a 3pi robot and you haven t yet soldered in the optional through hole LEDs you will need to turn your 3pi robot over to see the flashing LED as the surface mounted LEDs are l...

Страница 13: ...2 5 kHz This ISP frequency is so low that AVR Studio times out when it tries to program flash or EEPROM but it can be used to program fuses and lock bits You should be able to program any device runn...

Страница 14: ...enting further flash writing or reading The lock bits can be reset to a fully unlocked state by performing a chip erase i e by clicking the Erase Device button in the Program tab Lock bits are usually...

Страница 15: ...15 200 baud with 8 bit characters no parity and one stop bit This is occasionally represented as 115200 8 N 1 In the screen shots below we use Hyper Terminal for this Once the connection is made type...

Страница 16: ...nto a command console cd C BlinkLED default avrdude p m168 P COM2 c avrispv2 e U flash w BlinkLED hex The argument following the p is the part number and should be m328p m168 or m48 The argument follo...

Страница 17: ...linkLED_m48 zip file_id 0J188 9k zip mega168 BlinkLED zip http www pololu com file download BlinkLED_m168 zip file_id 0J189 9k zip mega328 BlinkLED zip http www pololu com file download BlinkLED_m328...

Страница 18: ...es of flash written avrdude verifying flash memory against BlinkLED hex avrdude load data flash data from input file BlinkLED hex avrdude input file BlinkLED hex auto detected as Intel Hex avrdude inp...

Страница 19: ...ersions of AVR Studio running make sure that you have closed the AVRISP programming dialogs in all of them When the AVRISP dialog is open that instance of AVR Studio has an open serial connection to y...

Страница 20: ...short or cut trace somewhere on your target device The ideal way to test for this would be to try programming a different device with your Orangutan USB programmer or conversely try using a different...

Страница 21: ...g product 975 which all have motor driver control lines that double as programming lines Version 1 2 could cause motors connected to these devices to briefly kick during programming Version 1 3 will n...

Страница 22: ...mend Tera Term Pro v2 3 available for free at http hp vector co jp authors VA002416 teraterm html http hp vector co jp authors VA002416 teraterm html Installation instructions are included in the down...

Страница 23: ...erfere with the upgrading process For example if you have AVR Studio open make sure the AVRISP programming window is closed as this window ties up the COM port your programmer is using Pololu Oranguta...

Страница 24: ...vice Manager on the left and then expand the Ports COM LPT list on the right Make note of the COM port associated with Pololu USB to serial adapter If you have another Pololu device that uses the CP21...

Страница 25: ...tton At the bottom of the next dialog box is a drop down list labeled COM Port Number When you select this list you can see all the ports available to you You need to select a port from COM1 to COM4 t...

Страница 26: ...in the future if you ever simultaneously connect your programmer and the other device that is configured to use that port Once you have chosen your new port click OK on both the Advanced and Propertie...

Страница 27: ...ing your own COM port The baud rate should be 115200 with 8 bit data no parity one stop bit and no flow control You do not need any transmit delays The only settings you should have to change from the...

Страница 28: ...ond period expires and the two status LEDs turn off As you type the string you will see the uppercase version of the letters you type echoed back so as you type fwbootload you will see FWBOOTLOAD If y...

Страница 29: ...LED below the reset button flickering as the firmware update progresses When the upload is complete the programmer will transmit SUCCESS to indicate success If there is a problem the programmer will...

Отзывы: