Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:nano [2015/01/08 17:42]
darron
boards:nano [2016/07/21 18:43] (current)
Line 4: Line 4:
 </wrap> </wrap>
  
-This example is a clone with a CH340G USB UART.+This example is a clone with a [[interfaces:ch340g|CH340G USB UART]].
  
-The clones are very cheap and are nano 3.0 compatible with ATMEGA328P micro-controller.+These clones are very cheap and are nano 3.0 compatible with an ATMEGA328P micro-controller and 16 MHz XTAL.
  
 === Pinout === === Pinout ===
Line 13: Line 13:
                  5 3 1 ISP  |                  5 3 1 ISP  |
                  6 4 2      |                  6 4 2      |
-                            |+                RX TX PW L  |
 D1 TX         1|   PD0        |30 VIN D1 TX         1|   PD0        |30 VIN
 D0 RX         2|   PD1        |29 GND D0 RX         2|   PD1        |29 GND
-RESET         3|              |28 RESET+RESET         3|     RESET    |28 RESET
 GND           4|              |27 5V GND           4|              |27 5V
 D2 INT0       5|   PD2 ADC7   |26 A7 D2 INT0       5|   PD2 ADC7   |26 A7
Line 30: Line 30:
 D12 MISO     15|   PB4 PB5    |16 D13 LED SCK D12 MISO     15|   PB4 PB5    |16 D13 LED SCK
                +--------------+                +--------------+
-ISP +</code> 
-===+ 
 +=== 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 [[:tools:optiboot|Optiboot]] is recommended to increase this speed to 115200. 
 + 
 +=== ISP === 
 + 
 +A 6-pin ATMEL ISP header is present. This will require an ISP adapter for the [[:interfaces:usbasp|USBasp]]. 
 + 
 +<code>
 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
 </code> </code>
- 
-=== Resources === 
-[[interfaces:ch340g|USB UART]]