Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:mini [2015/01/13 23:34] – [Communications] darron | boards:mini [2021/09/12 06:33] (current) – darron | ||
---|---|---|---|
Line 2: | Line 2: | ||
<wrap right> | <wrap right> | ||
{{: | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
+ | \\ \\ | ||
+ | {{: | ||
</ | </ | ||
- | This example is a Pro Mini clone with an 8 Mhz XTAL, 3V3 VREG and ATMEGA328P micro-controller. | + | Two examples of Pro Mini clones, one with an 8 Mhz XTAL and 3V3 VREG and the other with a 16 Mhz XTAL and 5V VREG. Both have an ATMEGA328P micro-controller. |
=== Pinout === | === Pinout === | ||
Line 18: | Line 22: | ||
4 | 4 | ||
5 | 5 | ||
- | 6 | + | 6 |
- | 7 | + | 7 |
- | 8 | + | 8 |
9 | 9 | ||
PC6 PC7 | PC6 PC7 | ||
GND A6 A7 | GND A6 A7 | ||
</ | </ | ||
- | A difference between this cheap clone and the original | + | The above pinout |
=== Power === | === Power === | ||
- | We can power the board with VCC up to 5V or utilise the RAW input which will feed the 3V3 regulator. | + | We can power the boards |
=== Communications === | === Communications === | ||
- | A [[: | + | A [[: |
=== Boot loader === | === Boot loader === | ||
- | An arduino boot loader is present on this device | + | An arduino boot loader is present on these devices |
- | In the arduino IDE, the device is selected as an `Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATMEGA328' | + | In the arduino IDE, the 3V3 device is selected as an `Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATMEGA328' |
=== ISP === | === ISP === | ||
- | This device | + | The Pro Mini doesn' |
replace the boot loader, for example, with a [[interfaces: | replace the boot loader, for example, with a [[interfaces: | ||