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/09 17:08]
darron [Power]
boards:nano [2016/07/21 18:43] (current)
Line 6: Line 6:
 This example is a clone with a [[interfaces:ch340g|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 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     15|   PB4 PB5    |16 D13 LED SCK D12 MISO     15|   PB4 PB5    |16 D13 LED SCK
                +--------------+                +--------------+
-ISP 
-=== 
-D12 MISO PB4 |1 2| VDD 
-D13 SCK  PB5 |3 4| D11 MOSI PB3 
-RESET        |5 6| GND 
 </code> </code>
  
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 V3 pin on the CH340G (4) is used to generate the external 3V3 power on pin 17. The maximum current capability is unknown.+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 ===
Line 48: Line 43:
 === Boot loader === === Boot loader ===
  
-An arduino boot loader is present on this device by default running at 57600 baud. Installation of optiboot is recommended to increase this speed to 115200.+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 === === ISP ===
  
-A 6-pin ATMEL ISP header is present. This will require ISP adapter for the [[:interfaces:usbasp|USBasp]].+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 
 +D13 SCK  PB5 |3 4| D11 MOSI PB3 
 +RESET        |5 6| GND 
 +</code>