Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:nano [2015/01/08 17:42] – darron | boards:nano [2016/07/21 18:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | This example is a clone with a CH340G USB UART. | + | This example is a clone with a [[interfaces: |
- | The clones are very cheap and are nano 3.0 compatible with a ATMEGA328P micro-controller. | + | These clones are very cheap and are nano 3.0 compatible with an ATMEGA328P micro-controller |
=== Pinout === | === Pinout === | ||
Line 13: | Line 13: | ||
| | ||
| | ||
- | | + | |
D1 TX | D1 TX | ||
D0 RX | D0 RX | ||
- | RESET | + | RESET |
GND | GND | ||
D2 INT0 | D2 INT0 | ||
Line 30: | Line 30: | ||
D12 MISO | D12 MISO | ||
| | ||
- | ISP | + | </ |
- | === | + | |
+ | === Power === | ||
+ | This device is either powered from the USB bus of from VIN which feeds a 5V LDO regulator. | ||
+ | |||
+ | The V3 pin on the CH340G (4) is used to generate the external 3V3 power on pin 17. Chip documentation suggests that this pin was not designed for this task and its maximum current capability is unknown. | ||
+ | |||
+ | === 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 | D12 MISO PB4 |1 2| VDD | ||
D13 SCK PB5 |3 4| D11 MOSI PB3 | D13 SCK PB5 |3 4| D11 MOSI PB3 | ||
RESET |5 6| GND | RESET |5 6| GND | ||
</ | </ | ||
- | |||
- | === Resources === | ||
- | [[interfaces: | ||