anet-board-master

所属分类:C#编程
开发工具:UNIX
文件大小:45KB
下载次数:1
上传日期:2018-05-06 12:59:46
上 传 者gjor
说明:  the thing for a thing thing ming ting

文件列表:
hardware (0, 2018-03-02)
hardware\anet (0, 2018-03-02)
hardware\anet\avr (0, 2018-03-02)
hardware\anet\avr\boards.txt (1573, 2018-03-02)
hardware\anet\avr\bootloaders (0, 2018-03-02)
hardware\anet\avr\bootloaders\atmega (0, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\ATmegaBOOT_168.c (30998, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\ATmegaBOOT_168_atmega1284p.hex (5722, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\ATmegaBOOT_168_atmega1284p_8m.hex (5722, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\ATmegaBOOT_168_atmega644p.hex (5574, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\Makefile (14562, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\boot.h (34011, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\optiboot.c (24915, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\optiboot_atmega1284p.hex (1500, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\pin_defs.h (1964, 2018-03-02)
hardware\anet\avr\bootloaders\atmega\stk500.h (1636, 2018-03-02)
hardware\anet\avr\platform.local.txt (8, 2018-03-02)
hardware\anet\avr\platform.txt (6542, 2018-03-02)
hardware\anet\avr\variants (0, 2018-03-02)
hardware\anet\avr\variants\sanguino (0, 2018-03-02)
hardware\anet\avr\variants\sanguino\pins_arduino.h (8415, 2018-03-02)
hardware\anet\avr\variants\standard (0, 2018-03-02)
hardware\anet\avr\variants\standard\pins_arduino.h (6045, 2018-03-02)

# Introduction This project provides a board definition which enables the Arduino IDE to compile firmware (such as Marlin) for Anet 3D printers. It is used in the SkyNet3D Marlin distribution for Anet printers, but can be used independently to, for example, build Marlin from source. ## Installation Instructions Copy the included 'anet' folder into the 'hardware' folder of your Arduino installation. 1. Download the most recent version from the 1.8.x branch of the Arduino IDE from https://www.arduino.cc/en/main/software 2. Download a zip file of the master branch of this project using the 'Clone or Download' button 3. Install the Arduino IDE using the default options Then: #### Windows 4. Open your `Documents` folder in Windows Explorer 5. Open the `Arduino` folder, then the `hardware` sub-folder. If neither of these folders exist, create them. 6. Open the anet-board zip file you downloaded in step 2 and copy the 'anet' folder into `Documents\Arduino\hardware` #### OS X 4. Click on "Documents" in Finder and look for the `Arduino` directory inside it. The full path is `~/Documents/Arduino/hardware` 5. Open the anet-board zip file you downloaded in step 2 and copy the 'anet' folder into `~/Documents/Arduino/hardware` ## Using the Board Definition 1. Open the Arduino IDE 2. Open the Tools->Board menu and select either of the Anet V1.0 boards 3. Open the Tools->Port menu and select the appropiate COM port (the one which appeared when you plugged your printer into a USB port) **Note:** The Optiboot board option is highly recommended as the Optiboot bootloader uses much less space than the standard Atmega 1284p bootloader, allowing more flash space for the firmware. If you choose to use the Optiboot option you **MUST** burn the Optiboot bootloader before uploading firmware, otherwise you risk overwriting the bootloader. When uploading firmware, use Sketch->Upload (Ctrl+U), which uploads over the USB connection, **not** Sketch->Upload Using Programmer (unless you're actually using an Arduino programmer and know what you're doing). ## Burning the Bootloader Burning the bootloader to the board requires either an Arduino programmed as an ISP, or a USBasp. The programmer is connected to the middle six pins of the J3 connector on the Anet v1.0 board. Burning the bootloader to an Arduino always erases the flash memory. Once the bootloader has been burned using a programmer the programmer should be disconnected and firmware uploaded using the serial-over-USB connection. With the programmer connected: 1. Launch the Arduino IDE 2. Select the appropriate board from the Tools->Boards menu - either `Anet V1.0` or `Anet V1.0 (Optiboot)` 3. Click Tools -> Burn Bootloader 4. The board will reset when complete, and the LCD display will be blank Assuming there were no errors, at this point the firmware has been erased and will need to be re-uploaded. The programmer should be disconnected.

近期下载者

相关文件


收藏者