Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:nano [2015/01/09 17:04] – darron | boards:nano [2016/07/21 18:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
This example is a clone with a [[interfaces: | This example is a clone with a [[interfaces: | ||
- | The clones are very cheap and are nano 3.0 compatible with a ATMEGA328P micro-controller and 16 MHz XTAL. | + | These clones are very cheap and are nano 3.0 compatible with an ATMEGA328P micro-controller and 16 MHz XTAL. |
=== Pinout === | === Pinout === | ||
Line 30: | Line 30: | ||
D12 MISO | D12 MISO | ||
| | ||
- | ISP | ||
- | === | ||
- | D12 MISO PB4 |1 2| VDD | ||
- | D13 SCK PB5 |3 4| D11 MOSI PB3 | ||
- | RESET |5 6| GND | ||
</ | </ | ||
Line 40: | Line 35: | ||
This device is either powered from the USB bus of from VIN which feeds a 5V LDO regulator. | This device is either powered from the USB bus of from VIN which feeds a 5V LDO regulator. | ||
- | The CH340G chip on pin4 (V3) supplies | + | The V3 pin on the CH340G |
+ | |||
+ | === Communications === | ||
+ | |||
+ | Communications is via the built-in CH340G usb to serial bridge. This device can achieve 115200 baud. | ||
+ | |||
+ | === Boot loader === | ||
+ | |||
+ | An arduino boot loader is present on this device by default running at 57600 baud. Installation of [[: | ||
+ | |||
+ | === ISP === | ||
+ | |||
+ | A 6-pin ATMEL ISP header is present. This will require an ISP adapter for the [[: | ||
+ | |||
+ | < | ||
+ | D12 MISO PB4 |1 2| VDD | ||
+ | D13 SCK PB5 |3 4| D11 MOSI PB3 | ||
+ | RESET |5 6| GND | ||
+ | </ | ||