Atmega328p

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://akekuqegify.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 
----
 
=[http://akekuqegify.co.cc CLICK HERE]=
 
----
 
</div>
 
 
Info on the ATMega328p hardware:
 
Info on the ATMega328p hardware:
  
&lt;h2&gt;data sheet&lt;/h2&gt;
+
<h2>data sheet</h2>
http://attie.co.uk/file/ATmega328p.pdf&lt;br&gt;
+
http://attie.co.uk/file/ATmega328p.pdf<br>
  
&lt;h2&gt;icsp pins&lt;/h2&gt;
+
<h2>icsp pins</h2>
  
&lt;h3&gt;connecting to [[bus pirate]] for use with [[avrdude]]&lt;/h3&gt;
+
<h3>connecting to [[bus pirate]] for use with [[avrdude]]</h3>
 
{|
 
{|
 
|-
 
|-
|align=&quot;right&quot; |brown
+
|align="right" |brown
|bgcolor=&quot;rgb(157,98,66)&quot; width=&quot;18px&quot; |
+
|style="background:rgb(157,98,66)" width="18px" |
 
|miso
 
|miso
 
|1
 
|1
|width=&quot;10px&quot; |
+
|width="10px" |
 
|2
 
|2
|align=&quot;right&quot; |vcc (3.3v)
+
|align="right" |vcc (3.3v)
|bgcolor=&quot;rgb(255,255,255)&quot; style=&quot;border:solid 1px #000;&quot; width=&quot;18px&quot; |
+
|style="background:rgb(255,255,255)" style="border:solid 1px #000;" width="18px" |
 
|white
 
|white
 
|-
 
|-
|align=&quot;right&quot; |yellow
+
|align="right" |yellow
|bgcolor=&quot;rgb(255,250,47)&quot; |
+
|style="background:rgb(255,250,47)" |
 
|sck
 
|sck
 
|3
 
|3
 
|
 
|
 
|4
 
|4
|align=&quot;right&quot; |mosi
+
|align="right" |mosi
|bgcolor=&quot;rgb(254,156,24)&quot; |
+
|style="background:rgb(254,156,24)" |
 
|orange
 
|orange
 
|-
 
|-
|align=&quot;right&quot; |red
+
|align="right" |red
|bgcolor=&quot;rgb(255,13,13)&quot; |
+
|style="background:rgb(255,13,13)" |
 
|reset
 
|reset
 
|5
 
|5
 
|
 
|
 
|6
 
|6
|align=&quot;right&quot; |gnd
+
|align="right" |gnd
|bgcolor=&quot;rgb(0,0,0)&quot; |
+
|style="background:rgb(0,0,0)" |
 
|black
 
|black
 
|}
 
|}
 
pin 2 can use the gray wire for 5v instead of 3.3v if your circuit is okay with that
 
pin 2 can use the gray wire for 5v instead of 3.3v if your circuit is okay with that
  
&lt;h2&gt;pin mapping:&lt;/h2&gt;
+
<h2>pin mapping:</h2>
[[File:Atmega168PinMap2.png]]&lt;br&gt;
+
[[File:Atmega168PinMap2.png]]<br>
 
source: http://arduino.cc/en/Hacking/PinMapping168
 
source: http://arduino.cc/en/Hacking/PinMapping168
  
&lt;h2&gt;firmwares:&lt;/h2&gt;
+
<h2>firmwares:</h2>
The arduino environment comes with a few variations of the firmware (&lt;code&gt;&amp;lt;path to arduino&amp;gt;/hardware/arduino/bootloaders/atmega&lt;/code&gt;)&lt;br&gt;
+
The arduino environment comes with a few variations of the firmware (<code>&lt;path to arduino&gt;/hardware/arduino/bootloaders/atmega</code>)<br>
load them like this:&lt;br&gt;
+
load them like this:<br>
&lt;pre&gt;
+
<pre>
 
$ avrdude -c buspirate -P /dev/ttyUSB1 -p m328p -U flash:w:ATmegaBOOT_168_atmega328_pro_8MHz.hex
 
$ avrdude -c buspirate -P /dev/ttyUSB1 -p m328p -U flash:w:ATmegaBOOT_168_atmega328_pro_8MHz.hex
&lt;/pre&gt;
+
</pre>
This table shows which arduino (that I own...) uses which firmware&lt;br&gt;
+
This table shows which arduino (that I own...) uses which firmware<br>
 
{|
 
{|
 
!Filename
 
!Filename
Line 74: Line 66:
 
|}
 
|}
  
&lt;h2&gt;resources&lt;/h2&gt;
+
<h2>resources</h2>
https://www.mainframe.cx/~ckuethe/avr-c-tutorial/&lt;br&gt;
+
https://www.mainframe.cx/~ckuethe/avr-c-tutorial/<br>
http://hintshop.ludvig.co.nz/show/buspirate-avr-programming/&lt;br&gt;
+
http://hintshop.ludvig.co.nz/show/buspirate-avr-programming/<br>
http://itp.nyu.edu/physcomp/uploads/6pinAVRproghead.jpg&lt;br&gt;
+
http://itp.nyu.edu/physcomp/uploads/6pinAVRproghead.jpg<br>
http://dangerousprototypes.com/bus-pirate-manual/&lt;br&gt;
+
http://dangerousprototypes.com/bus-pirate-manual/<br>
 
http://www.ladyada.net/library/arduino/bootloader.html
 
http://www.ladyada.net/library/arduino/bootloader.html

Latest revision as of 01:57, 9 March 2012

Info on the ATMega328p hardware:

Contents

data sheet

http://attie.co.uk/file/ATmega328p.pdf

icsp pins

connecting to bus pirate for use with avrdude

brown miso 1 2 vcc (3.3v) white
yellow sck 3 4 mosi orange
red reset 5 6 gnd black

pin 2 can use the gray wire for 5v instead of 3.3v if your circuit is okay with that

pin mapping:

Atmega168PinMap2.png
source: http://arduino.cc/en/Hacking/PinMapping168

firmwares:

The arduino environment comes with a few variations of the firmware (<path to arduino>/hardware/arduino/bootloaders/atmega)
load them like this:

$ avrdude -c buspirate -P /dev/ttyUSB1 -p m328p -U flash:w:ATmegaBOOT_168_atmega328_pro_8MHz.hex

This table shows which arduino (that I own...) uses which firmware

Filename Processor Arduino Boards
ATmegaBOOT_168_diecimila.hex ATMega168 @ 16Mhz Diecimila, Duemilanove, Nano
ATmegaBOOT_168_atmega328_pro_8MHz.hex ATMega328p @ 8Mhz Pro Mini, Fio

resources

https://www.mainframe.cx/~ckuethe/avr-c-tutorial/
http://hintshop.ludvig.co.nz/show/buspirate-avr-programming/
http://itp.nyu.edu/physcomp/uploads/6pinAVRproghead.jpg
http://dangerousprototypes.com/bus-pirate-manual/
http://www.ladyada.net/library/arduino/bootloader.html

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox